body.app-blank { background-color: #071437; }
.auth-logo-icon { height: 100px; width: auto; }
.auth-logo-divider { width: 1px; align-self: stretch; background-color: rgba(255, 255, 255, .35); }
.auth-logo-text { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1; letter-spacing: 7px; }
.auth-logo-subtext { font-size: 1rem; font-weight: 700; color: #ED1C24; letter-spacing: 2px; margin-top: 2px; }
.auth-highlight { color: #ED1C24; }
.auth-aside-subtitle { color: rgba(255, 255, 255, .75); }
.auth-aside-wrapper { padding-left: 10%; }
.auth-body-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
}
@media (max-width: 576px) {
    .auth-aside-wrapper { padding-left: 0; }
    .auth-logo-icon { height: 60px; }
    .auth-logo-text { font-size: 3rem; letter-spacing: 4px; }
    .auth-logo-subtext { font-size: 0.95rem; }
    .auth-title { font-size: 3rem !important; }
    .auth-card { padding: 3rem !important; }
    .auth-body-wrapper {
        width: 85%;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        padding-top: 15%;
        display: block;
    }
}
