@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");
/* line 2, ../scss/style.scss */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
  min-width: height 100%;
}

/* line 10, ../scss/style.scss */
body:has(.user-form-page) {
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
/* line 15, ../scss/style.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 18, ../scss/style.scss */
.user-form-page {
  box-sizing: border-box;
  background: #194169;
  color: #fff;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
}
/* line 25, ../scss/style.scss */
.user-form-page .brand-name {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  display: block;
  color: #fff;
  text-decoration: none;
}
/* line 33, ../scss/style.scss */
.user-form-page .layout-container {
  max-width: 340px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px auto !important;
  background: #194169;
  border-radius: 6px;
}
/* line 41, ../scss/style.scss */
.user-form-page .image {
  overflow: hidden;
  line-height: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
/* line 47, ../scss/style.scss */
.user-form-page .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/* line 56, ../scss/style.scss */
.user-form-page .brand-logo {
  display: block;
  background: url(/sites/default/files/Corus_LWR_white.svg) center no-repeat;
}
/* line 59, ../scss/style.scss */
.user-form-page .brand-logo img {
  opacity: 0;
  max-width: 145px;
}
/* line 65, ../scss/style.scss */
.user-form-page form * {
  box-sizing: border-box;
  max-width: 100%;
}
/* line 69, ../scss/style.scss */
.user-form-page form .form-text {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 16px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 80, ../scss/style.scss */
.user-form-page form .form-text::placeholder {
  color: #fff;
  font-size: 16px;
}
/* line 85, ../scss/style.scss */
.user-form-page form .form-item label {
  display: none;
}
/* line 88, ../scss/style.scss */
.user-form-page form .form-submit {
  display: block;
  width: 230px;
  margin: 20px auto 0px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
}
/* line 101, ../scss/style.scss */
.user-form-page form a[data-drupal-selector="edit-create-account"] {
  display: block;
  width: 230px;
  margin: 20px auto 0px;
  padding: 12px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  text-decoration: none;
}
/* line 113, ../scss/style.scss */
.user-form-page form a[data-drupal-selector="edit-create-account"]:hover {
  color: #000;
  background: #fff;
}

/* line 119, ../scss/style.scss */
.user-form-page__user-form {
  overflow: hidden;
  box-sizing: border-box;
  max-height: 100dvh;
  max-width: 100%;
  text-align: center;
  width: 100%;
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}

/* line 133, ../scss/style.scss */
.captcha {
  display: inline-block;
  margin-bottom: 0px;
  max-width: 230px;
  line-height: 0;
}
/* line 138, ../scss/style.scss */
.captcha + .form-submit {
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  /* line 143, ../scss/style.scss */
  .user-form-page .image {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 670px) {
  /* line 148, ../scss/style.scss */
  .user-form-page__user-form {
    height: 100vh;
    grid-template-columns: 100%;
  }

  /* line 153, ../scss/style.scss */
  .user-form-page .layout-container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
  }
  /* line 161, ../scss/style.scss */
  .user-form-page .image {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
  }
}
