.login-field {
  display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px;
}
.login-field label {
  font-weight: 600; font-size: 0.85rem; color: #555;
}
.login-field input {
  border: 1px solid #ccc; border-radius: 8px; padding: 10px 14px;
  font-size: 0.95rem; outline: none; transition: border 0.15s; font-family: inherit;
}
.login-field input:hover { border-color: #3D84A8; }
.login-field input:focus { border-color: #3D84A8; }
