.auth-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-form {
  width: 100%;
  max-width: 400px;
}

.auth-form .form-control {
  background-color: #cccccc;
  color: #000;
  width: 100%; 
}

.auth-form .form-group {
  width: 100%;
}

.auth-form .button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.form-group.form-check {
  padding-top: 5px;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center; 
}

.alert {
  font-size: 16px;
  font-family: var(--body-font);
}

.select2-container--bootstrap-5 .select2-selection {
  min-height: 54px !important;
}
