body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'InterVariable', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    }
}

.background-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(293.37deg, #17427D 8.84%, #387ADA 92.55%);
}
.content-container {
    width: 1480px;
    height: 840px;
    display: flex;
    background: #FFF;
    box-shadow: 8px 0px 4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
}
.left-pane {
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    background: url(/configs/static/auth/login-left-pane.png) no-repeat;
    background-size: contain;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.right-pane {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.ae-delta {
    width: 150px;
    margin-bottom: 32px;
    z-index: 1;
}
.page-name {
    font-size: 24px;
    font-weight: 500;
}
form {
    display: flex;
    flex-direction: column;
    width: 360px;
}
form label {
    margin-left: 8px;
}
form input {
    background: #EDF2F7;
    height: 37px;
    border: none;
    border-radius: 8px;
    margin: 3px 0 12px 0;
    padding: 0 10px;
}
form button {
    color: white;
    font-size: 14px;
    background: #1E5EAA;
    height: 37px;
    border: none;
    border-radius: 8px;
}
.features, .fine-print {
    margin: 0 45px;
}
.new-title {
    font-size: 20px;
}
.features {
    font-size: 14px;
    margin-bottom: 110px;
}
.fine-print {
    font-size: 10px;
    text-align: center;
    margin-bottom: 12px;
}
a.forgot-password {
    align-self: flex-end;
    margin: -8px 3px 0 0;
    font-size: 14px;
}
button.submit {
    margin-top: 12px;
}
#qrcodeholder {
    margin: 12px 0;
}
.mfa-setup-help {
    text-align: center;
    width: 365px;
}
.right-pane.creepy {
    background: url(/configs/static/images/login_soc_observer.jpeg) no-repeat;
    background-position: right;
    background-size: cover;
}
.circle.creepy {
    width: 175px;
    color: white;
    background: white;
    height: 175px;
    position: absolute;
    border-radius: 90px;
    top: 275px;
    opacity: 0.9;
}
.msg {
    color: #806420;
    margin-top: 24px;
    padding: 8px 16px;
    width: 330px;
    background-color: #FDF2D1;
    border-radius: 8px;
    font-size: 12px;
}
.pre-auth-msg {
    color: #692326;
    margin-top: 24px;
    padding: 16px 20px;
    width: 575px;
    background-color: #F3D8DA;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16pt;
}
.pre-auth-msg strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 19pt;
}
.error {
    color: #692326;
    margin-top: 24px;
    padding: 8px 16px;
    width: 330px;
    background-color: #F3D8DA;
    border-radius: 8px;
    font-size: 12px;
}
.maint-mode {
    color: #6B5114;
    padding: 15px 30px;
    width: 450px;
    background-color: #FCEFC5;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    line-height: 130%;
}
.confirm-forgot-password .password-hints-container {
    margin-top: 0;
}
.confirm-forgot-password .msg {
    background-color: #F6F8FB;
    color: #404040
}
.password-hints-container {
    margin-top: 24px;
    width: 360px;
}
.password-hints {
    line-height: 8px;
    padding-top: 4px;
    padding-bottom: 4px;

    div {
      padding-top: 8px;
      padding-bottom: 8px;
    }
}

.complexity-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    margin-left: 3px;
}
button {
    cursor: pointer;
}
button:hover {
    background-color: #1A4784;
}
.login-form {
    padding-top: 16px;
}
.feature-bold{
    font-weight: 700;
}
.sso-redirect {
    text-align: center;
}
