.body-rec-psw{
  background-color: white;
  padding-top: 0px;
}
.addr_but_lnk{
  background-color: rgb(51, 204, 153) !important;
}
.addr_but_lnk:focus{
  color: white !important;
}
.login_rec_red{
  border-color: red !important;
}
.title{
  margin-top: 65px;
}
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.body-rec-psw .signup-title{
  font-size: 20px;
  /*margin-top: 40px;*/
}

.rec-description-text{
  color: #b1b1b1;
  margin: 15px 0 30px;
  font-size: 16px;
}
.g-recaptcha,
.body-rec-psw .signup-btn{
  margin-top: 25px;
}
.body-rec-psw .close{
  right: 0;
}
.ic-container{
  margin-top: 29px;
}
.ic-container div{
  margin: 0 auto;
}
.icon-mail-head{
  background: url(../images/icon_mail_head.svg) no-repeat;
  background-size: contain;
  width: 56px;
  height: 40px;
}
.icon-checkmark-ok{
  background: url(../images/icon_checkmark_ok.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: relative;
  top: -24px;
  left: 23px;
}
.email{
  font-size: 16px;
}
.info-container{
  font-size: 12px; 
  color: #b1b1b1
}
.info-container .link{
  color: #3c3c3c;
  text-decoration: underline;
}
.body-rec-psw.modal-signup .signup-input-container .form-control{
  margin-top: 50px;
}
.modal-signup .logo-head {
  margin-top: 0px !important;
}
.rw_button_send {
  margin-top:75px;
}
.rw_back {
  color:#000;
}
.green_text {
  color:#33cc99
}
@media screen and (max-width: 320px){
  .g-recaptcha{
    margin-left: -7px !important;
  }
}

.tooltip-error {
  white-space: normal !important;
  word-wrap: break-word !important;
  display: block !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.tooltip-arrow {
  left: 50% !important;
  top: auto !important;
}