.region-header-left a.logo,
.region-header a.logo {
  display: block;
  margin: 40px 0 40px 40px;
  width: 154px;
}
.region-header-left a.logo img,
.region-header a.logo img {
  width: 100%;
}

body.path-user.verify-anon .center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
body.path-user.verify-anon .center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body.path-user.verify-anon .tall {
  height: 95vh;
  overflow-y: scroll;
}

body.verify-anon #venture-sign-up,
body.path-venture.verify-anon #venture-commerce-sign-up-first-login-form,
body.path-user.verify-anon #user-pass,
body.path-user.verify-anon #user-login-form,
body.path-user.verify-anon #verify-organization-user-register-from-invitation-form {
  background-color: var(--space-purple-10);
  border-radius: 12px;
  width: 462px;
  margin: 0 auto;
  padding: 64px;
}
body.verify-anon #venture-sign-up {
  margin-bottom: 29px;
  margin-left: 131px;
  width: 100%;
}

#edit-password-policy-rules {
  font-size: 14px;
}
#edit-password-policy-rules > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
#edit-password-policy-rules > thead > tr > th {
  border-bottom: none;
}
#edit-password-policy-rules > tbody > tr > td {
  border-top: none;
}

body.path-user.verify-anon h1.login-message {
  margin-bottom: 32px;
  margin-top: 8px;
}

body.path-user.verify-anon .region-content .assessment-name {
  margin-bottom: 56px;
}

body.path-user.verify-anon .background {
  background: url(../images/background-login.png);
  height: 100vh;
  width: 720px;
  position: absolute;
  right: 0px;
  z-index: -1000;
}

body.path-user.verify-anon .student-content .enter-code input {
  width: 440px;
}

body.path-user.verify-anon .sign-up {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 30px;
}

body.path-user.verify-anon .prompt {
  font-weight: bold;
}

body.path-user.verify-anon .form-group {
  position: relative;
}
body.path-user.verify-anon .form-group .glyphicon {
  font-size: 16px;
  left: 0;
  top: 38px;
}
body.path-user.verify-anon .form-group .glyphicon-eye-off {
  left: initial;
}
body.path-user.verify-anon .form-control {
  padding: 12px 32px;
}

.path-venture.verify-anon .form-actions,
.path-user.verify-anon .form-actions {
  border-top: 1px solid var(--hazy-grey);
  display: flex;
  column-gap: 16px;
  column-gap: 1rem;
  justify-content: space-around;
}
.path-venture.verify-anon .form-actions {
  border-top: none;
}
.path-venture.verify-anon .btn,
.path-user.verify-anon .btn {
  flex: 1;
  margin-right: 0;
}

.path-venture.verify-anon .background-left,
.path-user.verify-anon .background-left {
  height: 100vh;
  overflow-y: auto;
}

.path-venture.verify-anon .background-right,
.path-user.verify-anon .background-right {
  height: 100vh;
  background: url('../images/teacher-login.png') center no-repeat;
  background-size: cover;
  overflow-y: auto;
}

/* Retina background. */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {
  body.path-user.verify-anon .background-right {
    background: url('../images/teacher-login.png') center no-repeat;
    background-size: cover;
  }
}

/* Password reset form */
form.user-pass p {
  font-size: 12px;
}

/* Venture signup form */
body.path-venture-signup.verify-anon .main-container {
  background: url(../images/astronaut-illustration.png) bottom right / 40% no-repeat, url(../images/astronaut-top-purple-blob-illustration.png) 90% 0% / 20% no-repeat;
  background-attachment: fixed;
}
#venture-sign-up h2 {
  margin-top: 10px;
}
#venture-sign-up p {
  font-style: italic;
}
#venture-sign-up .form-item-agree-tos a {
  font-weight: bold;
}
#venture-sign-up .form-item-address-locality {
  display: block;
  width: 100%;
  max-width: 400px;
}

/* Venture first time  login form */
#venture-commerce-sign-up-first-login-form h2 {
  margin-top: 10px;
}
