.poppins-regular-signup {
  font-family: "Poppins", sans-serif;
  font-weight: 425;
  font-style: normal;
}

/* Add your custom CSS styles here */

.justify-content-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff00 !important;
  background-clip: border-box;
  border-radius: .25rem;
}
.form-control{
  border: 1px solid #7c7c7c !important;
  background-color: rgba(255, 255, 255, 0.84) !important;
}
.card-title {
  font-size: 1.2rem;
  text-align: center;
}

.fieldWrapper {
  position: relative;
}

.help {
  color: #6c757d;
  margin-top: 0.25rem;
}

.registrationFormAlert {
  color: #dc3545;
}

.text-end {
  text-align: end;
}

.container {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-white {
  background-color: #fff !important;
}

.border-0 {
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

/* Default styles */
.btn-register {
  margin-left: auto;
  /* Automatically aligns the button to the center */
  margin-right: auto;
  display: block;
  /* Make the button a block element to take full width */
}

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
  .btn-register {
    margin-left: auto;
    /* Reset the margin for smaller screens */
    margin-right: auto;
    /* Adjust any other styles as needed for smaller screens */
  }
}
  
.btn-warning_signup {
  font-weight: 400;
  color: #4a4a4a;
  border-color: #ffc107 !important;
  text-decoration: none;
  width: 33%;
}

.btn-warning_signup:hover {
  color: #000000;
  background-color: #ffc107;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-link {
  font-weight: 400;
  color: #4a4a4a;
  text-decoration: none;
  border-color: #ffc107;
}

.btn-link:hover {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}