form .form-item {
  margin-bottom: 1.5rem;
}

form #edit-submit,
.register-user a {
  text-transform: uppercase;
}

form #edit-submit {
  margin-top: 2rem;
}

form label {
  color: var(--secondary-color);
  font-size: 0.625rem;
  line-height: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.26px;
}

.form-required:after {
  display: inline-block;
  content: "*";
  background-image: none;
  vertical-align: baseline;
  margin: 0 2px;
}

/* form .description {
  display: none;
} */

input[type="email"] {
  max-width: 100%;
}

form input.form-text,
form input.form-email {
  border: 0;
  padding-left: 0;
  padding-top: 0;
  margin-top: 3px;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
  font-size: 0.875rem;
  margin-bottom: 0;
  background-color: #ffffff !important;
  color: #181818 !important;
  max-width: 100%;
}

form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 3px;
  border: none;
  background-color: #fff;
  font-size: 0.875rem;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
}

fieldset.fieldgroup > legend {
  margin-bottom: 2rem;
}

.user-pass-reset {
  margin-top: 60px;
  text-align: center;
}

.user-pass-reset p {
  margin-bottom: 15px;
}

.login-links{
  margin-top: 20px;
}

.login-links a{
  font-size: 22px;
}

@media screen and (min-width: 75em) {
  form #edit-submit {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  form #edit-submit {
    margin-top: 4rem;
  }
}
