#content {
  padding: 50px 15px;
}

header.page-header .entry-title {
  display: none;
}

#user-registration {
  background-color: unset;
}
#user-registration .ur-frontend-form.login {
  max-width: 450px;
  margin: auto;
  padding: 45px 25px;
  background-color: var(--mb-he-secondary-color);
  color: white;
  border: none;
  border-radius: 10px;
}
#user-registration .ur-frontend-form.login .user-registration-ResetPassword.ur_lost_reset_password p {
  color: white;
  text-align: center;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid {
  padding: 0 20px;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid span:first-child {
  font-size: 1.7rem;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input[type=text], #user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input[type=email], #user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input[type=password], #user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input[type=number] {
  padding: 0.75em 1.25em;
  border-radius: 30px;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input::-moz-placeholder {
  color: #a7a7a7 !important;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row input::placeholder {
  color: #a7a7a7 !important;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-Button {
  float: unset;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  background-color: var(--mb-he-third-color);
  color: black;
  font-weight: 500;
  border-radius: 30px;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid > label {
  float: left;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-LostPassword {
  float: right;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-LostPassword a:hover {
  color: white;
}
#user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid p:nth-last-child(2) {
  display: none;
}
#user-registration ul.user-registration-error {
  display: flex;
  margin-bottom: 25px;
}
#user-registration ul.user-registration-error li {
  line-height: 2rem;
}
#user-registration ul.user-registration-error li a:hover {
  color: white;
}
#user-registration .login-message {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  #user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid > label,
  #user-registration .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-LostPassword {
    float: unset;
    text-align: center;
  }
}/*# sourceMappingURL=login.css.map */