html, body {
  height: 100%;
  margin: 0;
  background-color: #f3f5f9;
  font-family: 'Segoe UI', sans-serif;
}

#app-name {
  text-align: center;
  margin-top: 2rem;
}

#app-name img {
  width: 220px;
}

.custom-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.custom-logo {
  max-height: 60px;
  margin-top: 0,35em;
  margin-bottom: 0,35em;
}

main.card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  max-width: 450px;
  border: none;
  margin-bottom: auto;
}

.card-header {
  background-color: #fff;
  padding: 0px;
  border-bottom: none;
}

.card-header h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group input {
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #dce1e8;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

button[type="submit"] {
  background-color: #fbc531;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  width: 100%;
  box-shadow: 0 4px 10px rgba(251, 197, 49, 0.3);
  transition: 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #f1b800;
}

.form-check {
  margin-bottom: 1rem;
}

.help-block, .alert {
  font-size: 0.875rem;
}

footer {
  display: none;
}
