body.auth {
  background-color: #e8e8e8;
  overflow: auto;
  height: 100%;
  background-image: url(/images/auth/tst.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 60%;
}
body.auth .auth_header {
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
body.auth .auth_header a {
  margin-left: auto;
  color: #888888;
}
body.auth .auth_header a:hover {
  color: #1a1a1a;
}
body.auth .auth_container {
  position: relative;
  z-index: 10;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
  max-width: 1920px;
  padding-bottom: 10rem;
}
body.auth .auth_container .auth_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.auth .auth_container .auth_content .auth_content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
body.auth .auth_container .auth_content .auth_content_title img {
  max-width: 10rem;
}
body.auth .auth_container .auth_content .auth_content_title h2 {
  display: none;
  font-size: 1.3rem;
  font-weight: 800;
}
body.auth .auth_container .auth_content .auth_form_container {
  margin-top: 1rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 2rem;
  box-shadow: 0px 0px 35px 15px #bbbbbb;
  padding: 2rem;
  width: 50vw;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 880px) {
  body.auth .auth_container .auth_content .auth_form_container {
    width: 80vw;
  }
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_title {
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  color: #cccccc;
  color: #1a1a1a;
}
@media only screen and (max-width: 880px) {
  body.auth .auth_container .auth_content .auth_form_container form .auth_form_title {
    font-size: 1rem;
  }
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_form_link {
  cursor: pointer;
  font-size: 0.875rem;
}
@media only screen and (max-width: 880px) {
  body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_form_link {
    font-size: 0.75rem;
  }
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_form_link a {
  margin-left: 0 !important;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row input, body.auth .auth_container .auth_content .auth_form_container form .auth_form_row select {
  background: #fcfcfc;
  padding: 1rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row input::placeholder, body.auth .auth_container .auth_content .auth_form_container form .auth_form_row select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row input:-ms-input-placeholder, body.auth .auth_container .auth_content .auth_form_container form .auth_form_row select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbbbbb;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row input::-ms-input-placeholder, body.auth .auth_container .auth_content .auth_form_container form .auth_form_row select::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbbbbb;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row a {
  cursor: pointer;
  margin-left: 1rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row a i {
  font-size: 1.5rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .reveal {
  margin: 0;
  position: absolute;
  right: 1rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row button {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row.max {
  justify-content: space-between;
  align-items: center;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_check {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_check input {
  width: 1rem;
  height: 1rem;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_check a, body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_check label {
  cursor: pointer;
  white-space: nowrap;
}
body.auth .auth_container .auth_content .auth_form_container form .auth_form_row .auth_check a {
  margin-left: 1rem;
}
body.auth .auth_container .auth_footer {
  margin-top: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 0.875rem;
  padding: 1rem;
}
body.auth .auth_container .auth_footer .footer_links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 880px) {
  body.auth .auth_container .auth_footer .footer_links {
    flex-direction: column;
    text-align: center;
  }
  body.auth .auth_container .auth_footer .footer_links span {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=modules-auth-scss-auth.css.map */
