a {
    text-decoration: none;
}

.btn-link {
    font-size: .875em;
    padding-top: 0.5rem;
    text-decoration-line: none;
}

.mfa-method {
    font-weight: bold;
}

.mfa-icon {
    color: #0d6efd;
    margin-right: .3em;
}

#login {
    min-height: 50vh;
    min-width: 25vw;
    max-width: 60vw;
}

#mfa-text {
    display: none;
}

#password-reset {
    display: none;
    min-height: 50vh;
    min-width: 25vw;
    max-width: 60vw;
}

#password-reset h2 {
    text-align: center;
    margin-bottom: 1rem;
}

#password-reset h6 {
    margin-bottom: 1rem;
}

#forgot-text {
    display: none;
}

#code-text {
    display: none;
}

#reset-text {
    display: none;
}

#complete-text {
    display: none;
}

.login-return {
    color: #0d6efd;
    font-size: .875em;
    padding-top: 0.5rem;
    cursor: pointer;
    text-align: center;
}