﻿.forgotPasswordPage {
    font-family: var(--primaryFontFamily), Arial;
    accent-color: #46749b;
}

.forgotPasswordPage form.resetPassForm {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.forgotPasswordPage form.resetPassForm .form {
    width: 460px;
    margin-top: 20px;
    background: white;
    padding: 3.4rem 2.4rem;
    border-radius: 1rem;
    box-shadow: 0px 4px 4px 0px #655b9640;
    display: flex;
    justify-content: center;
    margin-right: 0;
}

.forgotPasswordPage .information-message {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .forgotPasswordPage .information-message .text {
        display: flex;
        align-items: center;
        color: #337ab7;
    }

    .forgotPasswordPage .information-message .closeButtonWrap button {
        min-height: unset;
        padding: 0;
        height: 24px;
        width: 24px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.forgotPasswordPage form.resetPassForm .form > .block300 {
    width: 300px;
}

        .forgotPasswordPage form.resetPassForm .form > .block300 .logoWrap a {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

    .forgotPasswordPage form.resetPassForm .form > .block300 > h2 {
        font-family: var(--primaryFontFamily), Arial;
        font-size: 20px;
        text-align: center;
        color: var(--textColor1);
        margin-bottom: 20px;
    }

        .forgotPasswordPage form.resetPassForm .form > .block300 > label.rrf > input[type="text"] {
            margin: 0;
            margin-top: 10px;
            width: 300px;
        }

    .forgotPasswordPage form.resetPassForm .form > .block300 > label.radio {
        display: flex;
        align-items: center;
    }

        .forgotPasswordPage form.resetPassForm .form > .block300 > label.radio > input {
            margin: 0;
            margin-right: 5px;
            position: relative;
        }

    .forgotPasswordPage form.resetPassForm .form .buttonWrap {
        margin-top: 20px;
    }
