/* Custom Design Overrides */
.form-container {
  max-width: 100% !important;
  width: 100% !important;
}

.form-container {
  border-radius: 2px !important;
}

.club-logo {
  border-radius: 2px !important;
}

.form-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}

.club-logo {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}

/* Hide Club Logo */
.club-logo {
  display: none !important;
}

.form-header-default img {
  display: none !important;
}

.form-header-default .col-3 {
  display: none !important;
}

.form-header-default .col-9 {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.club-header-outside {
  margin-bottom: 1rem !important;
}

.form-container {
  padding-top: 2.5rem !important;
}

@media (min-width: 768px) {
  .form-container {
    padding-top: 3rem !important;
  }
}

