/* Add custom style here */

.login-page .form-control:focus,
.login-page .form-select:focus {
  border-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.25em rgba(42, 139, 201, 0.25);
}

.btn-outline-danger-2 {
  color: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  border-width: 1px !important;
}

.h-60 {
  height: 69% !important;
}
