.login-form.login-form__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  gap: 30px;
}

.login__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 2px var(--accent-2);
  background: var(--green-accent-1);

  /* Inside auto layout */

  flex: none;
  flex-grow: 0;
  padding: 24px;
}

.registration-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 2px var(--accent-2);

  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
  padding: 24px;
}

.user-register-form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

div.edit-account {
  gap: 30px;
  display: flex;
  flex-direction: column;
  grid-column: 2 / 2;
  grid-row: 3 / 1;
}

div#edit-account {
  gap: 30px;
  display: flex;
  flex-direction: column;
  grid-column: 2 / 2;
  grid-row: 3 / 1;
}

.user-reset-password-link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */

  color: var(--accent-1);
  display: flex;
  justify-content: end;
}


.panel-default {
  border-color: #FFF;
  background: #ECE9FF;
}

.webform-submission-ed-local-champion-enquiry-form .panel-default {
  border: none;
 }

.horizontal-tabs {
  border: none;
}

.field-group-tabs-wrapper,
div#edit-field-parent-subscription-wrapper,
div#edit-field-teacher-subscription-wrapper {
  grid-column: 1 / 3;
}

#edit-field-resources-taxonomy-term-wrapper {
  grid-column: 1 / 3;
}

#edit-field-resources-taxonomy-term--wrapper > legend {
  position: static;
  width: 325px;
  height: 24px;
  left: 0px;
  top: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #37155C;
}
.registration-wrapper {
  border: 1px solid #ECE9FF;
}

label.control-label.option  {
  width: 100%;
}

.login--login-button.pz-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  width: 147px;
  height: 42px;
  border: 2px solid  var(--core-color) !important;
  border-radius: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color:  var(--core-color) !important;
  flex: none;
  flex-grow: 0;
  order: 0;
  flex-grow: 0;
  background: transparent;
}

.login--login-button.pz-button:hover,
.login--login-button.pz-button:active,
.login--login-button.pz-button:active:hover,
.login--login-button.pz-button:focus {
  color: var(--core-color) !important;
  background-color: transparent !important;
  border-color: var(--core-color) !important;
}

div.forgot-password {
  text-decoration: underline;
  color: var(--accent-1);
  padding-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

@media only screen and (max-device-width: 600px) {
  .login-form.login-form__wrapper {
    flex-flow: column-reverse;
  }

  .user-register-form {
    display: block;
  }

  .div#edit-account {
    gap: 0;
  }

  .login__wrapper  {
    order: 1; }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 850px)  {
  .login-form.login-form__wrapper  {
    display: flex;
    flex-flow: column-reverse wrap-reverse;
    flex-wrap: inherit;
    gap: 30px; }


  .user-login-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }

}
@media (min-width: 992px) {
  .login-form.login-form__wrapper {
    display: flex;
    flex-flow: column-reverse wrap-reverse;
    flex-wrap: inherit;
    gap: 30px; }
}

@media (min-width: 1200px) {
  .login-form.login-form__wrapper  {
    display: grid;
    gap: 30px;
    grid-template-columns: 3fr 1fr;
    padding-top: 48px; }
}


@media (min-width: 768px) {
  .login__wrapper  {
    order: 1; }
}

@media (min-width: 992px) {
  .login__wrapper {
    order: 1; }
}

@media (min-width: 1200px) {
  .login__wrapper  {
    order: 1;
    height: 439px; }
}
