/* Frontend Styles */
.google-sso-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.google-sso-button {
    display: block;
    margin-top: 10px;
}

/* 2FA Page */
.google-sso-2fa-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.google-sso-2fa-container h2 {
    margin-top: 0;
}

.google-sso-2fa-container .button {
    margin-top: 20px;
    width: 100%;
}