.recaptcha-wrapper {
  background-color: #27293D;
  border: 2px solid #424649;
  border-radius: 0.375rem; /* Bootstrap rounded */
  padding: 0.75rem;
}

.registration-card {
padding: 20px !important;
}

.custom-input-dark {
  background-color: #1f2132 !important;
  color: #b0b3bb !important;
  border: 1px solid #343644 !important;
  transition: all 0.3s ease-in-out;
}

.custom-input-dark::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.custom-input-dark:focus {
  background-color: #1f2132;
  color: #ffffff;
  border-color: #4c9aff;
  box-shadow: 0 0 0 0.2rem rgba(76, 154, 255, 0.25);
}

.link-warning {
  color: #ffc107 !important;
}

.btn img {
  margin-top: -2px;
}

.btn-social {
  min-height: 52px;
  font-size: 1rem;
}

.mb-n10 {
  margin-bottom: -10px !important;
}

.registration-image {
  height: 100%;
  object-fit: contain;
}

.card {
  background-color: transparent !important;
  --bs-card-border-width: none !important;
}

.card-body {
var(--bs-card-spacer-y): none !important;
var(--bs-card-spacer-x): none !important;
}

.registratin-card-holder {
  border-radius: 1rem;
  background-color: transparancy !important;
  min-height: 600px;
}

.btn-resize-section {
  height: 65px !important;
}
