/**
 * customCss-password-recovery.css — /passwordrecovery (+ confirm)
 * Stilistika kaip registracijos anketa (register-page--structured).
 */

.password-recovery-page.password-recovery-page--structured {
    background: transparent;
}

.password-recovery-page.password-recovery-page--structured .page-body {
    padding-bottom: 48px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__container {
    max-width: 720px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.password-recovery-page.password-recovery-page--structured .message-error {
    max-width: 720px;
    margin: 0 auto 16px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-section {
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 16px;
    overflow: visible;
    box-shadow: 0 1px 2px rgba(67, 66, 66, 0.04);
}

.password-recovery-page.password-recovery-page--structured .password-recovery-section__title {
    margin: 0;
    padding: 16px 20px;
    border-bottom: 1px solid #eceff3;
    border-left: 4px solid var(--jupoja-yellow, #FCDF00);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--jupoja-dark, #434242);
    background: #fafbfc;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-section__body {
    padding: 28px 32px 32px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-tooltip {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 5px;
    background: #f8f9fb;
    border: 1px solid #eceff3;
    font-size: 14px;
    line-height: 1.5;
    color: var(--jupoja-gray-dark, #5B5B5B);
}

.password-recovery-page.password-recovery-page--structured .password-recovery-result {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 5px;
    background: #f0faf0;
    border: 1px solid #cfe8cf;
    font-size: 15px;
    line-height: 1.5;
    color: var(--jupoja-dark, #434242);
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--jupoja-dark, #434242);
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert p {
    margin: 0 0 8px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert p:last-child {
    margin-bottom: 0;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert--success {
    background: #f3faf0;
    border: 1px solid #c9e6bc;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert--error {
    background: #fdf2f2;
    border: 1px solid #f0c4c4;
    color: #8a1f1f;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-alert__hint {
    margin-top: 8px !important;
    font-size: 13px;
    color: var(--jupoja-gray-dark, #5B5B5B);
}

/* Šiame puslapyje bar notification juosta nenaudojama */
html.html-password-recovery-page #bar-notification,
html.html-password-recovery-page .bar-notification-container,
html.html-password-recovery-page .bar-notification {
    display: none !important;
}

.password-recovery-page.password-recovery-page--structured .inputs {
    margin-bottom: 14px;
}

.password-recovery-page.password-recovery-page--structured .inputs > label:first-child,
.password-recovery-page.password-recovery-page--structured .inputs > label[for] {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--jupoja-dark, #434242);
}

.password-recovery-page.password-recovery-page--structured .inputs > label:first-child::before,
.password-recovery-page.password-recovery-page--structured .inputs > label[for]::before {
    content: none !important;
    display: none !important;
}

.password-recovery-page.password-recovery-page--structured .inputs {
    position: relative;
}

.password-recovery-page.password-recovery-page--structured .inputs input[type="text"],
.password-recovery-page.password-recovery-page--structured .inputs input[type="email"],
.password-recovery-page.password-recovery-page--structured .inputs input[type="password"] {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px !important;
    border: 1px solid #d4dae3 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: var(--jupoja-dark, #434242) !important;
    font-size: 14px !important;
    line-height: 1.35;
    box-shadow: none !important;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.password-recovery-page.password-recovery-page--structured .inputs input:hover {
    border-color: #b8c0ca !important;
}

.password-recovery-page.password-recovery-page--structured .inputs input:focus {
    outline: none;
    border-color: var(--jupoja-blue, #1B47A0) !important;
    box-shadow: 0 0 0 3px rgba(27, 71, 160, 0.12) !important;
}

.password-recovery-page.password-recovery-page--structured .inputs input.input-validation-error {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.12) !important;
}

.password-recovery-page.password-recovery-page--structured .inputs .required {
    position: absolute;
    right: 12px;
    top: 38px;
    color: #d9534f;
    font-weight: 700;
    pointer-events: none;
}

.password-recovery-page.password-recovery-page--structured .inputs .field-validation-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #d9534f;
}

.password-recovery-page.password-recovery-page--structured .captcha-box {
    margin: 8px 0 4px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__actions {
    margin-top: 8px;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__actions .button-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
    border: none !important;
    border-radius: 5px !important;
    background: var(--jupoja-yellow, #FCDF00) !important;
    color: var(--jupoja-dark, #434242) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__actions .button-1:hover,
.password-recovery-page.password-recovery-page--structured .password-recovery-form__actions .button-1:focus {
    background: #f0d500 !important;
    color: var(--jupoja-dark, #434242) !important;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__footer {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
    color: var(--jupoja-gray-dark, #5B5B5B);
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__footer a {
    color: var(--jupoja-blue, #1B47A0);
    font-weight: 600;
    text-decoration: none;
}

.password-recovery-page.password-recovery-page--structured .password-recovery-form__footer a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .password-recovery-page.password-recovery-page--structured .password-recovery-form__container {
        padding-top: 12px;
    }

    .password-recovery-page.password-recovery-page--structured .password-recovery-section__title {
        font-size: 16px;
        padding: 14px 16px;
    }

    .password-recovery-page.password-recovery-page--structured .password-recovery-section__body {
        padding: 16px;
    }
}
