#content {
  padding: 50px 15px;
}

header.page-header .entry-title {
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}

.ur-frontend-form {
  padding: 45px 25px;
  background-color: var(--mb-he-secondary-color);
  color: white;
  border: none;
  border-radius: 10px;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid {
  padding: 0 20px;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid.ur-grid-1 {
  border-right: 1px solid white;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid label:not(.user-registration-form__label-for-checkbox):not(.user-registration-error) {
  font-size: 1rem;
  font-weight: 700;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input[type=text], .ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input[type=email], .ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input[type=password], .ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input[type=number] {
  padding: 0.75em 1.25em;
  border-radius: 30px;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input::-moz-placeholder {
  color: #a7a7a7 !important;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item input::placeholder {
  color: #a7a7a7 !important;
}
.ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid .ur-field-item .select.ur-frontend-field {
  padding: 0.75em 1.25em;
  border-radius: 30px;
  background-color: white;
}
.ur-frontend-form .ur-form-row:nth-child(2) {
  margin-top: 25px;
}
.ur-frontend-form .ur-form-row:nth-child(2) .ur-form-grid .ur-field-item.field-privacy_policy > .form-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ur-frontend-form .ur-form-row:nth-child(2) .ur-form-grid .ur-field-item.field-privacy_policy label {
  display: flex;
}
.ur-frontend-form .ur-form-row:nth-child(2) .ur-form-grid .ur-field-item.field-privacy_policy label .required {
  display: none;
}
.ur-frontend-form .ur-form-row:nth-child(2) .ur-form-grid .ur-field-item.field-privacy_policy .description a:hover {
  color: white;
}
.ur-frontend-form .ur-button-container {
  margin-top: 20px;
  justify-content: center;
}
.ur-frontend-form .ur-button-container button {
  width: 70%;
  background-color: var(--mb-he-third-color);
  color: black;
  font-weight: 500;
  border-radius: 30px;
  margin: unset !important;
}
.ur-frontend-form .ur-message.user-registration-message {
  align-items: center;
  color: white;
}

#ur-submit-message-node,
ul.user-registration-error {
  display: flex;
}

#ur-submit-message-node li,
ul.user-registration-error li {
  line-height: 2rem;
}

.user-registration-register.register,
.login-message {
  font-size: 1.2rem;
  text-align: center;
}

#ur_register_pre_form_message {
  color: white;
  font-size: 1.3rem;
  text-align: center;
}
#ur_register_pre_form_message a {
  color: var(--mb-he-third-color);
}

@media (max-width: 768px) {
  .ur-frontend-form .ur-form-row:nth-child(1) .ur-form-grid.ur-grid-1 {
    border: none;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=registration.css.map */