/* Custom Design Overrides */
body {
  background-image: none !important;
  background-color: #ec2222ff !important;
  min-height: 100vh;
}

.form-container {
  background-color: #f6f5f8ff !important;
  background-image: none !important;
}

.club-logo {
  background-color: #f6f5f8ff !important;
  background-image: none !important;
}

/* Custom Text Color */
.form-container,
.form-container p,
.form-container div,
.form-container .col-form-label,
.form-container label,
.form-container .custom-header .title,
.form-container .form-check-label,
.form-title h1,
.form-title p,
.form-text,
.text-muted,
small.text-muted {
  color: #010010ff !important;
}

.form-floating > label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:not([value=""]) ~ label {
  color: #010010ff !important;
}

