body {
    background: #eef2f7;
    font-family: "Segoe UI", sans-serif;
}

.container {
    width: 380px;
    margin: 60px auto;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

h2,
h3 {
    text-align: center;
}

input,
button {
    width: 90%;
    padding: 12px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
}

button {
    background: #4a90e2;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

button:disabled {
    background: #b5c7e3;
    cursor: not-allowed;
}

.cgu {
    display: flex;
    align-items: center;
    gap: 8px;
}

#msg1,
#msg2 {
    color: red;
    margin-top: 10px;
}