.form_wrap {
    position: static;
    margin: 70px 0;
}

.form_wrap a,
.form_wrap a:visited {
    color: #2D9CDB;
}

.js-after.email {
    font-size: 16px;
}

.form_wrap a:hover {
    color: #196FCC;
}

.form_wrap .mha {
    width: 412px;
    padding: 50px;
    border-radius: 12px;
}

.ui_error {
    margin-top: 5px;
}

.mha input {
    width: 100%;
}

.svg-wrapper {
    width: 128px;
    height: 128px;
    margin: 0 auto 40px;
}

.svg-wrapper svg {
    width: 100%;
    height: 100%;
}

.restore-by-phone__resend-code {
    text-align: center;
}

.restore-by-phone__resend-code-link {
    display: block;
}

.restore-by-phone__descr,
.restore__descr {
    text-align: center;
    font-size: 16px;
    user-select: none;
    line-height: 1.6;
}

.restore-by-phone__code-input,
.restore__input {
    color: black;
    height: 50px;
    background: #fdfdfd;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1;
    padding: 16.5px 15px;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
}

.restore-by-phone__code-input:focus,
.restore__input:focus {
    box-shadow: none;
    border: 1px solid #00aaff;
    outline: none;
}

.restore-by-phone__title,
.restore__title {
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    user-select: none;
    font-weight: bold;
}

.auth_restore__back--wrap {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

.auth_restore__back--wrap:hover i {
    fill: #196FCC;
    cursor: pointer;
}

.auth_restore__back--wrap:hover a {
    color: #196FCC;
    text-decoration: none;
}

.auth_restore__back--wrap i {
    vertical-align: middle;
    padding-right: 5px;
    fill: #2D9CDB;
}

.restore-by-phone__resend-code-limit {
    text-align: center;
}

.restore__hint {
    color: rgb(153, 153, 153);
}

.restore__btn {
    background: #238FE1;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 12px;
    font-size: 15px;
    padding: 0 15px;
    border: 0;
    width: 100%;
    display: block;
}

.restore__btn:hover,
.restore__btn:active {
    background: #068cd4;
    text-decoration: none;
}

.restore__btn--disabled {
    opacity: 0.4;
    cursor: default;
}

.smart-captcha {
    height: 102px;
    margin-top: 20px;
}
