body {
    background: #f2f4f7;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.login-card {
    width: 420px;
    border-radius: 18px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

.login-title {
    font-weight: 700;
    color: #0033A0;
    font-size: 28px;
}

.login-subtitle {
    color: #5c6b7a;
    margin-top: -4px;
}

.btn-gto-primary {
    background-color: #0033A0;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
}

.btn-gto-primary:hover {
    background-color: #002c8c;
}

.btn-google {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-google:hover {
    background: #f3f3f3;
}

.gto-footer {
    text-align: center;
    font-size: 0.8rem;
    color: #555;
    margin-top: 25px;
}
