/* login.css — стили для страницы входа */

body {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  background-color: #f8f9fa;
}

.card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}

.form-control {
  border-radius: 0.375rem;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.text-center a {
  color: #007bff;
  text-decoration: none;
}

.text-center a:hover {
  text-decoration: underline;
}
