Login
body {
font-family: Arial, sans-serif;
max-width: 400px;
margin: 50px auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 8px;
}
h1 {
text-align: center;
color: #2c7a2c;
}
form {
display: flex;
flex-direction: column;
}
input {
padding: 10px;
margin: 10px 0;
font-size: 16px;
}
button {
background-color: #2c7a2c;
color: white;
font-size: 18px;
border: none;
padding: 12px;
border-radius: 6px;
cursor: pointer;
}
button:hover {
background-color: #1f4d1f;
}
/* Mesajul de eroare - ascuns implicit */
.error {
color: red;
font-weight: bold;
margin: 10px 0;
text-align: center;
display: none; /* ascuns */
}
.error.active {
display: block; /* afișat când are clasa active */
}
.links-container {
display: flex;
justify-content: space-between;
margin-top: 15px;
font-size: 14px;
}
.links-container a {
color: #2c7a2c;
text-decoration: none;
}
.links-container a:hover {
text-decoration: underline;
}
Autentificare
{{ error }}