.bg-gradient-primary {
  background: #ffffff;
}

.form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

.btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.bg-login-image {
  min-height: 500px;
  background-position: center !important;
  background-size: cover !important;
}

.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-body {
  padding: 2rem;
}

.text-primary {
  color: #1e88e5 !important;
}

.btn-primary {
  background-color: #1e88e5;
  border-color: #1e88e5;
}

.btn-primary:hover {
  background-color: #1565c0;
  border-color: #1565c0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1e88e5;
  border-color: #1e88e5;
}

.alert-danger {
  border-radius: 0.5rem;
}

.small {
  font-size: 0.875rem;
}
