
#authLoginSms, #authLoginPhone{
    display:none;
}

#authLoginPhone .form-field{
    margin-bottom:25px;
}
#authLoginSms .message-auth,
#authLoginPhone .message-auth{
    display: none;
    position: absolute;  
    text-align: center; 
}


#authLoginPhone .error-auth,
#authLoginPhone .message-auth{
    bottom: -20px;
    width: 100%;
    left:0;
}

#authLoginSms .message-auth,
#authLoginSms .error-auth{
    left:0;
    bottom: -25px;
    width: 100%;
}

#authLoginSms .field{
    text-align:center;
    margin-bottom: 25px;
}

.authform__link.authform__link--sms{
    font-size: 20px;
    text-align:center;
    margin-bottom: 5px;
    display: inline-block;
}

.authform__footer{
    padding-top: 8px;
}

.authform__title.authform__title--small {
    font-size: 16px;
    line-height: 20px;
}

.authform__title.authform__title--mb50 {
    margin-bottom: 50px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.authform__close {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 25px;
    height: 25px;
    opacity: 0.5;

}

@media(max-width:767px)
{
   .authform__close {
      right: 15px;
      top: 10px;
   }
}


.authform__close:hover {
    opacity: 1;
    cursor:pointer;
}

.authform__close:before, 
.authform__close:after{
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #fff;
}

.authform__close:before{
    transform: rotate(45deg);
}

.authform__close:after {
    transform: rotate(-45deg);
}

input.number_input {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:none;
  background: none;
  font-size: 20px;
  outline:none;
  text-align:center;
  /*box-shadow: 0px 6px 0px -3px rgba(255,255,255,0.5);*/
  color:#fff;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0, rgba(255,255,255,0.5) 0);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 4px;
}
span.authform__link.authform__link--sms.js-authform-login {
    font-size: 20px;
}


#authLoginPhoneModal .message-auth{
    display: none;
    position: absolute;  
    text-align: center; 
}


#authLoginPhoneModal .error-auth,
#authLoginPhoneModal .message-auth{
    bottom: -20px;
    width: 100%;
}