body {
    margin: 0;
    background: #f5f5f9;
    font-family: 'Poppins', sans-serif;
}

.login-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.login-container a {
    color: #0f9cdf;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #333;
    margin-top: 30px;
}

.login-card {
    width: 380px;
    background: #fff;
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.login-card h2 {
    margin-bottom: 25px;
    font-weight: 600;
}

.grupo {
    text-align: left;
    margin-bottom: 20px;
}

.grupo label {
    font-size: 14px;
    color: #444;
}

.grupo input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 5px;
    font-size: 14px;
}

.btn-login {
    width: 100%;
    padding: 12px;
    background: #0f9cdf;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
    transition: 0.2s ease;
}

.btn-login:hover {
    background: #0b86be;
}

.erro {
    margin-top: 15px;
    color: #e11;
    font-size: 14px;
}
