.otp_login_page .otp_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 99999999;
}

.otp_login_page .otp_login_form {
  border-radius: 5px;
  position: absolute;
  z-index: 99999999;
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  width: 100%;
  max-width: 620px;
  background-color: #fff;
  text-align: left;
  display: flex;
}

.steco_login_page .otp_login_form{
  opacity: 1;
  position: relative;
  z-index: auto;
}

.steco_login_page .otp_login_form .right_block{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.steco_login_page .otp_login_form .close_otp{
  display: none;
}

.otp_login_page .otp_login_form .left_block img{
  margin: 0;
}

.otp_login_page .otp_login_form .close_otp{
  text-align: right;
  margin: -20px -20px 0 0;
}

.otp_login_page .otp_login_form .close_otp i{
  font-size: 24px;
  color: #929292;
  display: inline-block;
  cursor: pointer;
}

.otp_login_page .otp_login_form .close_otp i:hover{
  color: #222326;
}

.otp_login_page .otp_login_form .title{
  color: #222326;
  font-size: 18px;
  font-weight: 700;
}

.otp_login_page .otp_login_form .desc{
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #393A3E;
  margin-top: 30px;
}

.otp_login_page .otp_login_form .change_phone_email
,.otp_login_page .otp_login_form .send_again .send_button
{
  color: #9D0000;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  margin-top: 20px;
  cursor: pointer;
  text-decoration-style: dashed;
  text-decoration-line: underline;
}

.otp_login_page .otp_login_form .change_phone_email:hover
,.otp_login_page .otp_login_form .send_again .send_button:not(.disabled):hover
{
  text-decoration-line: none;
}

.otp_login_page .otp_login_form .send_again .send_button.disabled{
  color: #D9D9D9;
  cursor: default;
}

.otp_login_page .otp_login_form .confirm_email
{
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #393A3E;
  margin-top: 30px;
}

.otp_login_page .otp_login_form .right_block{
  padding: 40px;
  padding-top: 30px;
}

.otp_login_page .otp_login_form .recover_pass{
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: -20px;
  letter-spacing: 0.03em;
  color: #9D0000 !important;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  cursor: pointer;
}

.otp_login_page .otp_login_form .recover_pass:hover{
  text-decoration-line: none;
}

.otp_login_page .otp_login_form .otp_phone_number{
  margin-top: 25px;
}

.otp_login_page .otp_login_form .otp_phone_number .error_message{
  color: #E74C3C;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  margin: 5px 0 -10px 0;
  text-transform: uppercase;
  display: none;
}

.otp_login_page .otp_login_form .otp_phone_number.error .error_message{
  display: block;
}

.otp_login_page .otp_login_form .otp_phone_number.error input{
  border-color: #E74C3C;
}

.otp_login_page .otp_login_form .otp_phone_number label{
  color: #665;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.otp_login_page .otp_login_form .otp_phone_number input{
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  width: 100%;
  padding: 0 15px;
  color: #222326;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  height: 45px;
  outline: none;
}

.otp_login_page .otp_login_form .confirm{
  margin-top: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: #393A3E;
}

.otp_login_page .otp_login_form .confirm a{
  text-decoration: underline;
}

.otp_login_page .otp_login_form .send_otp_code
,.otp_login_page .otp_login_form .confirm_code
,.otp_login_page .otp_login_form .confirm_phone_email
{
  width: 100%;
  padding: 12px 0;
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
}

.otp_login_page .otp_login_form .or{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.03em;
  color: #C1C2C2;
  margin: 30px 0;
  display: flex;
}

.otp_login_page .otp_login_form .or:before
,.otp_login_page .otp_login_form .or:after
{
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #C1C2C2;
  margin: 8px 14px 0px 0;
}

.otp_login_page .otp_login_form .or:after{
  margin: 8px 0px 0px 14px;
}

.otp_login_page .otp_login_form .register_now{
  width: 100%;
  padding: 12px 0;
  font-weight: 500;
  font-size: 14px;
}

.otp_login_page .otp_login_form .register_now:hover{
  color: #FFF;
}

.otp_login_page .otp_login_form .send_again{
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  margin-top: 20px;
  color: #393A3E;
}

#steco_login_form .otp_login{
  padding: 11px 100px 11px 100px;
  margin-left: 20px;
}

#login-form .otp_login{
  margin-left: 20px;
}

@media (max-width: 550px) {
  .otp_login_page .otp_login_form .left_block{
    display: none;
  }
  .otp_login_page .otp_login_form{
    max-width: 400px;
  }
}