body {
  background: #181818;
  color: #fff;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.card {
  background: #232323;
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
  border: none;
}

.card .text-primary,
.card .form-label {
  color: #ff8800 !important;
  font-weight: 700;
}

.btn-warning,
.btn-warning:focus {
  background: linear-gradient(90deg, #ff8800 0%, #ff5500 100%) !important;
  color: #fff !important;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 4px 14px 0 rgba(255,136,0,0.25);
  transition: background 0.3s, box-shadow 0.3s;
}

.btn-warning:hover {
  background: linear-gradient(90deg, #ff5500 0%, #ff8800 100%) !important;
  color: #fff !important;
}

.form-control {
  background: #181818;
  color: #fff;
  border: 1px solid #ff8800;
}

.form-control:focus {
  border-color: #ff8800;
  box-shadow: 0 0 0 0.2rem rgba(255,136,0,.25);
  background: #232323;
  color: #fff;
}

.alert-danger {
  background: #2d1a00;
  color: #ff8800;
  border-color: #ff8800;
}

.text-secondary, .text-muted {
  color: #ff8800 !important;
}

a, a:visited {
  color: #ff8800;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  background: #232323 !important;
  color: #ff8800 !important;
  border-top: 2px solid #ff8800;
}

.kite-logo {
  display: block;
  margin: 0 auto 18px auto;
  width: 80px;
  filter: drop-shadow(0 0 8px #ff8800);
}
