/* Google Sign-In Button Styling */
.google-btn-container {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

/* Error message styling */
#error-message, #error-message-login, .error-message {
    color: #d9534f;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    display: none; /* Hidden by default */
}

/* Success message styling */
.success-message {
    color: #5cb85c;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
