body {
    font-family: Arial, sans-serif;
    background-color: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
}

h1 {
    color: #2563eb;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

p {
    color: #6b7280;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.error-msg {
    color: #dc2626;
    background: #fee2e2;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    display: none;
}

.danger-msg {
    color: #b91c1c;
    background: #fee2e2;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid #fca5a5;
}
/* Centrat efectiu del botó oficial de Google */
.g_id_signin {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px; /* L'espaiat que vulguis respecte el missatge de dalt */
}