h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.login-separator {
  text-align: center;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.login-separator span {
  color: #111;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

.login-separator:before,
.login-separator:after {
  border-color: #0000001a;
}

.login-separator:before {
  left: 0;
  margin-right: 0.5em;
}

.login-separator:after {
  right: 0;
  margin-left: 0.5em;
}

.login-separator:before,
.login-separator:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: calc(50% - 1.5em);
  height: 0px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.already-have-account {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.already-have-account h5 {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
  line-height: 1.5rem;
  padding-right: 0.3rem;
}

.already-have-account div a {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5rem;
  color: #111;
}

.register-description {
    display: flex;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    text-align: center;
}

.register-portal {
  width: 28%;
  min-width: 100px;
  float: left;
}

.register-city {
  margin-left: max(31%,110px)
}

.register-phone {
  width: 100%;
}

.terms-section {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.terms-section .terms-description h6 {
  margin-bottom: .5rem;
  font-size: .9375rem;
  letter-spacing: .01em;
  line-height: 1.2;
}

.terms-section .terms-description p {
  margin-bottom: .5rem;
  font-size: .875rem;
  letter-spacing: .01em;
  line-height: 1.25rem;
}

.terms-section .terms-approval-checkbox {
  border-radius: 0;
  border-color: #0000001a;
}

.terms-section .terms-approval-checkbox label {
  font-size: .875rem;
  letter-spacing: .01em;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  text-align: left;
}

.terms-section .terms-approval-checkbox label.required:after {
  display: contents;
}

.terms-approval-checkbox {
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  display: flex;
  align-items: center;
}

.terms-approval-checkbox label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .7rem;
  margin: 0;
}

/* Styling for readonly inputs that should appear disabled */
.input-disabled {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}


.terms-approval-checkbox input {
  display: inline-block;
  margin-right: 1rem;
}

.terms-section div a {
  color: #111;
  font-weight: 500;
  font-size: .875rem;
  letter-spacing: .01em;
  text-decoration: underline;
}

/* Validation summary styling */
.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  color: #dc3545;
  margin-bottom: 1.5rem;
  display: block;
}

.validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.validation-summary-errors li {
  color: #dc3545;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}

.sendout-description {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: .875rem;
  letter-spacing: .01em;
  line-height: 1.25rem;
}