.auth-layout {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
}

.auth-layout .auth-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-layout .auth-content .card {
    width: 30rem;
}

.auth-content form .primary-button {
    margin-top: 2rem;
}

.auth-header {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
