body {
    font-size: 15px;
    background: var(--background);
    width: 100%;
    height: 100vh;
    margin: 0;
}

#pageLogout {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pageChangePassword {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pageRequestPassword {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pageMFA {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth_container {
    width: 430px;
    min-height: 408px;
    margin: 0;
    background-color: #FFF;
    box-shadow: 5px 5px 17px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.auth_container a, .auth_container b {
  font-size: .625vw;
}

.auth_logo {
    display: flex;
    align-content: center;
    justify-content: center;
}

.auth_content {
    padding: 10px 15px 0px 15px;
}

.auth_button {
    padding: 0px 15px 10px 15px;
}

.auth_button .dx-button-text {
  font-size: .75vw;
}

.auth_formElements {
    margin-bottom: 25px;
}

.auth_formElements label {
  font-size: .625vw;
}

.auth_formElements_label {
    color: #003366;
}

.auth_forms {
    width: 365px;
    color: #0d324f;
    background-color: #ffffff;
    border: 1px #dfdfe1 solid;
    border-radius: 4px;
    height: auto;
    font-size: .8vwx;
    padding: 3px 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.auth_forms:disabled {
    background-color: #e9e8e8;
}

.Right {
    float: right;
}

.Left {
    float: left;
}

.auth_error_box {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #b53330;
    width: 355px;
    padding: 10px;
    margin: 15px auto;
}

.auth_browsers {
    font-size: 9px;
    color: #333333;
    text-align: center;
    padding: 0px 15px 15px 15px;
}

.auth_welcomegreen {
    font-weight: bold;
    text-align: center;
    font-size: .75vw;
    color: var(--tertiary);
}

.auth_welcomeblue {
    font-weight: bold;
    text-align: center;
    font-size: .75vw;
    color: #003366;
}

.email-hint-box {
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid red;
}

.email-hint-box p {
    color: red;
    font-size: .625vw;
}