.auth-wrap {
    max-width: 575px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}
.auth-form-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255, .7);
    z-index: 5;
    text-align: center;
    top: 0;
    left: 0;
    padding-top: 110px;
}
.auth-form--field-error input {
    border: 1px solid red!important;
}
.auth-form--field-error .error-message {
    display: none;
    color: red;
    text-transform: none;
}
.auth-form--field-error .error-message {
    display: block;
}
.auth-wrap .auth-form-title {
    font-weight: 700;
    font-size: 35px;
    color: #1A358C;
    margin-bottom: 25px;
    display: block;
}
.auth-form--field {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.auth-form--field .auth-form--short-field {
    width: 240px!important;
}
.auth-form--field input:not([type="submit"]) {
    height: 41px;
    width: 100%;
    max-width: 300px;
    background: #FFFFFF;
    border-radius: 90px;
    color: #848282;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    text-align: center;
}
.auth-form--field input::placeholder {
    text-align: center;
}
.auth-form--field a {
    color: #2BB015;
    text-decoration: underline;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.auth-form--field input[type="submit"] {
    height: 41px;
    background: #2BB015;
    border: 2px solid #2BB015;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.d-none {
    display: none!important;
}
.auth-form-code .auth-form--field {
    text-transform: none;
}
.auth-form--title-phone {
    font-size: 24px;
}
.auth-form-code .auth-form--code .auth-form--num-field {
    display: inline-block;
    width: 45px;
    height: 60px;
    margin-right: 20px;
    border-radius: 0;
    font-family: 'Cera Pro';
    font-size: 50px;
    line-height: 50px;
    padding: 0;
}
.auth-form-code .auth-form--code .auth-form--num-field:focus {
    box-shadow: 0 0 1px #1A358C;
}
.auth-form--code .auth-form--num-field:last-child {
    margin-right: 0;
}
.auth-form--field .wa-captcha p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-form--captcha, .auth-form--text-norm {
    text-transform: none!important;
}
.wa-captcha-input {
    max-width: 100px!important;
}
.auth-form--double-link a:first-child {
    display: inline-block;
    margin-right: 20px;
}
.auth-form--flex-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.auth-form--w100 {
    width: 100%!important;
}
.auth-form--flex-row .auth-form--field {
    width: 262px;
}
.auth-form--flex-row .auth-form--field:nth-child(odd) {
    margin-right: 40px;
}
.auth-form--flex-row .auth-form--field:nth-child(even) {
    margin-right: 0;
}
@media only screen and (max-width: 593px) {
    .auth-form--flex-row .auth-form--field:nth-child(2n+1) {
        margin-right: 0;
    }
}
.modal .auth-wrap input[type=text] {
    text-indent: 0!important;
    margin: 0!important;
}
