/* .auth-container {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 16px;
    box-sizing: border-box;
}
.auth-card .front,
.auth-card .back,
#forgotPasswordView {
    display: flex;
    flex-direction: column;
}
.auth-card input {
    margin-top: 16px;
}
.auth-card .front[hidden],
.auth-card .back[hidden],
#forgotPasswordView[hidden] {
    display: none !important;
}
.auth-note {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}
.switch-text {
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
}
.switch-text span,
.switch-text a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
#forgotPasswordLink {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: underline;
    cursor: pointer;
}
#forgotPasswordView .auth-note {
    margin-top: 12px;
}
.auth-card:not(.flipped) .back {
    display: none;
}
.auth-card.flipped .front {
    display: none;
}
.auth-actions {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .auth-card input {
        font-size: 15px;
    }
} */


.auth-container {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 16px;
    box-sizing: border-box;
}

.auth-card .front,
.auth-card .back,
#forgotPasswordView {
    display: flex;
    flex-direction: column;
}

.auth-card .front[hidden],
.auth-card .back[hidden],
#forgotPasswordView[hidden] {
    display: none !important;
}

.auth-note {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.switch-text {
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
}

.switch-text span,
.switch-text a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#forgotPasswordLink {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    cursor: pointer;
}

#forgotPasswordView .auth-note {
    margin-top: 12px;
}

.auth-card:not(.flipped) .back {
    display: none;
}

.auth-card.flipped .front {
    display: none;
}

.auth-actions {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .auth-card input {
        font-size: 15px;
    }
}
