@import url("https://fonts.googleapis.com/css?family=Raleway:500,600");
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    overflow-x: hidden;
}
body.forgot-auth-page {
    margin: 0;
    min-height: 100vh;
    background: #ffffff;
    color: #151515;
    font-family: 'Raleway', sans-serif;
}

.forgot-auth-page * {
    box-sizing: border-box;
}

.forgot-auth-header {
    width: 100%;
    border-bottom: 1px solid #ececec;
    background: #ffffff;
}

.forgot-auth-shell {
    width: 100%;
    
    margin: 0 auto;
    padding: 0 24px;
}

.forgot-auth-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
}

.forgot-auth-brand img {
    
    height: 30px;
    display: block;
}

.forgot-auth-main {
    min-height: calc(100vh - 73px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 0 88px;
}

.forgot-auth-card {
    width: min(100%, 420px);
    margin: 0 auto;
    text-align: center;
}

.forgot-auth-title {
    margin: 0;
    font-size: 32px;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: rgba(0,0,0,.87);
}

.forgot-auth-subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    color: #2e2e2e;
}

.forgot-auth-form {
    margin-top: 26px;
    text-align: left;
}

.forgot-auth-error {
    min-height: 18px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #c9302c;
    text-align: left;
    word-break: break-word;
}

.forgot-auth-field {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.forgot-auth-field::placeholder {
    color: #9a9a9a;
}

.forgot-auth-field:focus {
    border-color: #111111;
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.forgot-auth-field.invalid {
    border-color: #c9302c;
    box-shadow: none;
}

.forgot-auth-field-row + .forgot-auth-field-row {
    margin-top: 14px;
}

.forgot-auth-field-error {
    min-height: 18px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: #c9302c;
    display: none;
}

.forgot-auth-field-error.is-visible {
    display: block;
}

.forgot-auth-actions {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.forgot-auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    border-radius: 8px;
    border: 1px solid #111111;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.forgot-auth-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.16);
}

.forgot-auth-button-primary {
    background: #080808;
    color: #ffffff;
}

.forgot-auth-button-primary:hover,
.forgot-auth-button-primary:focus {
    color: #ffffff;
    background: #1c1c1c;
    border-color: #1c1c1c;
}

.forgot-auth-button-secondary {
    background: #ffffff;
    color: #202020;
    border-color: #d1d1d1;
}

.forgot-auth-button-secondary:hover,
.forgot-auth-button-secondary:focus {
    color: #202020;
    background: #f7f7f7;
    border-color: #bcbcbc;
}

.forgot-auth-step {
    display: none;
}

.forgot-auth-step.is-active {
    display: block;
}

.forgot-auth-status {
    text-align: center;
}

.forgot-auth-status .forgot-auth-title {
    /*margin-bottom: 10px;*/
}

.forgot-auth-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: #1f1f1f;
    font-size: 32px;
}
.forgot-auth-status-icon .fa{
    font-size: 42px;
}

.forgot-auth-status-copy {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991.98px) {
    .forgot-auth-main {
        padding: 48px 0 72px;
    }
}

@media (max-width: 767.98px) {
    .forgot-auth-shell {
        padding: 0 18px;
    }

    .forgot-auth-brand {
        min-height: 64px;
    }

    .forgot-auth-main {
        min-height: calc(100vh - 65px);
        align-items: flex-start;
        padding: 44px 0 60px;
    }

    .forgot-auth-card {
        width: 100%;
        max-width: 100%;
    }

    .forgot-auth-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .forgot-auth-subtitle {
        font-size: 15px;
    }

    .forgot-auth-actions {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 479.98px) {
    .forgot-auth-shell {
        padding: 0 16px;
    }

    .forgot-auth-title {
        font-size: 24px;
    }

    .forgot-auth-form {
        margin-top: 22px;
    }
}
