body {
    padding: var(--space-between);
}

h1 {
    margin-bottom: 15px;
}

.account-info {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: var(--space-between);
    padding-bottom: var(--space-between);
    white-space: pre-line;
}

.account-info a{
    font-weight: 600;
}

.account-login .subtitle a {
    text-transform: uppercase;
    font-weight: 300;
    color: inherit;
}

.account-switch {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .account-box {
        display: flex;
        height: -webkit-fill-available;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
