main {
  padding-top: 5rem;
}

div.account-form {
  min-height: calc(100vh - 6rem);
}
div.account-form h1 {
  font-size: 3rem;
}
div.account-form .form-wrap .user-registration-error {
  max-width: 550px;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
}
div.account-form .form-wrap.login #user-registration {
  background: none;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form {
  border: none;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row {
  position: relative;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row label {
  display: none;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row input:not([type=submit]) {
  width: 550px;
  max-width: 80vw;
  padding: 1rem;
  padding-left: 3.5rem;
  position: relative;
  border: none;
  border-radius: 0.8rem;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row input:not([type=submit])::-moz-placeholder {
  color: #272838;
  font-weight: 500;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row input:not([type=submit])::placeholder {
  color: #272838;
  font-weight: 500;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .form-row::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid p:nth-child(1)::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-email.png");
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid p:nth-child(2)::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-password.png");
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid input[type=submit] {
  margin-top: 3rem;
  padding: 0.5rem 4rem;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  background-color: #df5d4b !important;
  color: white;
  transition: 0.2s;
  outline: 1px solid #27283833;
  outline-offset: 4px;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid input[type=submit]:hover {
  background-color: #657ed4 !important;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .user-registration-form__label-for-checkbox.inline {
  margin-top: -5.5rem;
  margin-bottom: 6rem;
  font-weight: 400;
}
div.account-form .form-wrap.login #user-registration .ur-frontend-form .ur-form-grid .lost_password a {
  color: #272838;
}
div.account-form .form-wrap.registration .user-registration {
  background: none;
  border: none;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row {
  position: relative;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row label {
  display: none;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row input:not([type=submit]) {
  width: 550px;
  max-width: 80vw;
  padding: 1rem;
  padding-left: 3.5rem;
  position: relative;
  border: none;
  border-radius: 0.8rem;
  margin-bottom: 0.5rem;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row input:not([type=submit])::-moz-placeholder {
  color: #272838;
  font-weight: 500;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row input:not([type=submit])::placeholder {
  color: #272838;
  font-weight: 500;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid .form-row::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.1rem;
  left: 1.2rem;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid div:nth-child(1) .form-row::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-user.png");
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid div:nth-child(2) .form-row::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-email.png");
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid div:nth-child(3) .form-row::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-password.png");
}
div.account-form .form-wrap.registration .user-registration .ur-form-grid div:nth-child(4) .form-row::before {
  background-image: url("/wp-content/themes/webservices-theme/assets/img/icon-password.png");
}
div.account-form .form-wrap.registration .user-registration button[type=submit] {
  margin: 0 auto;
  padding: 0.5rem 4rem;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  background-color: #df5d4b !important;
  color: white;
  transition: 0.2s;
  outline: 1px solid #27283833;
  outline-offset: 4px;
}
div.account-form .form-wrap.registration .user-registration button[type=submit]:hover {
  background-color: #657ed4 !important;
}

div.form-redirect {
  padding: 2rem;
  color: white;
  background-color: #657ed4;
  background-image: url("/wp-content/themes/webservices-theme/assets/img/symbols-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.form-redirect h2 {
  font-size: 2rem;
  text-align: center;
}