
.logo {
    margin-bottom: 3rem;
    margin-top: 5rem;
}
h1 {
    color: #6e6e69 !important;
    font-weight: 1000 !important;
    font-size: 5rem !important;
    font-stretch: ultra-condensed !important;
    padding-bottom: 3rem !important;
}
img {max-width: 100%;}
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.switch-login-2fa-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.switch-2fa-box {
    max-width: 230px;
}
.switch-login-2fa-box a {
    text-decoration: underline;
}
#resend_code {
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .switch-login-2fa-box {
        flex-direction: column-reverse;
        gap: 10px;
    }
}