
.win {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 2350px;
  min-height: 100%;


  opacity: .95;
  display: flex;
  align-items: center;
  justify-content: top;
  flex-direction: column;
  top: 0;
  left: 0;
  background-color: #35672B;

}


@media screen and (max-width: 900px) {
  .winbody {
     top: 2%!important;
  }
  h1 {
   font-size: 150%!important;
  }
}

.input-submit {
    background: #498531!important;
}



.h1 {
  color: white;
}

.win.input {
  width: 300px;
  height: 45px;
}


.winbody {
  top: 5%;

  position: absolute;
}

.iclose {
  font-size: 30px!important;
}

.iclose:hover {
  opacity: .9;
  cursor: pointer;
}


.winheader {
width: 100%;
  color: white;
  padding: 20px;
  text-align: right!important;

  justify-content: top;

}





.input-footer {
  padding: 10px 15px 10px 15px;
}


.input-submit {
  opacity: 1;
}



.input-submit:hover {
  background: #498531!important;
  opacity: .9;
}



.message {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 25px;
   font-weight: bold;
   color: white;
   padding: 7px;
   padding-right: 50px!important;
   background-image: url("../../lk/img/close.svg");
   background-repeat: no-repeat;
   background-position: top 5px right 5px!important;
}


.error {
   background-color: coral;
   outline: solid 1px coral;

}



.success {
   background-color: #709e26;
   outline: solid 1px #709e26;
}











