.recovery-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*min-height: 60vh;*/
    padding: 12px 16px;
    text-align: center;
}

.recovery-mobile .recovery-form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recovery-mobile .recovery-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.recovery-mobile .recovery-icon {
    width: 90px;
    height: 90px;
    display: block;
    margin: 8px auto 15px;
    background-image: var(--icon-pass-request-recovery);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recovery-mobile .form-line {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.recovery-mobile .form-line .js-modal--input-wrapper,
.recovery-mobile .form-line .modal--group,
.recovery-mobile .form-line input,
.recovery-mobile .form-line select,
.recovery-mobile .form-line textarea {
    width: 100%;
}

.recovery-mobile .g-recaptcha,
.recovery-mobile .form-line iframe {
    margin-left: auto;
    margin-right: auto;
}

.recovery-mobile .join-btn {
    width: 100%;
}

.recovery-mobile .recovery-form .btn,
.recovery-form .btn {
    --button-color-1: var(--bg-button-accent-color);
    --button-color-2: var(--bg-button-accent-color);
    --button-border-size: 0;
    --button-border-color: var(--bg-button-accent-color);
    --button-gradien-deg: 145deg;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    position: relative;
    background: linear-gradient(var(--button-gradien-deg), var(--button-color-1) 0%, var(--button-color-2) 60%);
    border: var(--button-border-size) solid transparent;
    box-sizing: border-box;
    font-family: var(--font-family-main);
    font-weight: 500;
    cursor: pointer;
    color: var(--text-button-accent-color);
    height: 36px;
    min-width: 96px;
    padding: 10px 16px;
    line-height: 16px;
    font-size: 16px;
    border-radius: var(--border-radius-md);
}

.recovery-form .form-line {
    width: 100%;
    margin: 0 0 12px 0;
    text-align: left;
}

.recovery-form input[type="email"],
.recovery-form .btn {
    width: 100%;
    box-sizing: border-box;
}

.recovery-mobile .recovery-form input[type="text"],
.recovery-mobile .recovery-form input[type="email"],
.recovery-mobile .recovery-form input[type="password"],
.recovery-mobile .recovery-form textarea,
.recovery-mobile .recovery-form select {
    font-size: 14px;
    color: #393939;
    background-color: #FFFFFF;
}

.recovery-mobile .modal--input-right-block {
    background-color: #FFFFFF;
}

.recovery-mobile .modal--input-right-block .icon--visibility {
    filter: grayscale(1) brightness(0.3);
}

.recovery-form input:-webkit-autofill,
.recovery-form input:-webkit-autofill:hover,
.recovery-form input:-webkit-autofill:focus,
.recovery-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #393939 !important;
}
