@font-face {
  font-family: "Urbanist";
  src: url("https://justbeta-django-media.s3.us-east-2.amazonaws.com/fonts/Urbanist-VariableFont_wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Roboto Thin";
  src: url("https://justbeta-django-media.s3.us-east-2.amazonaws.com/fonts/Roboto-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}
.login-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.login-container .login-header {
  margin-top: 1rem;
  width: 100%;
  max-width: 1400px;
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 3.5rem);
  padding-left: 1rem;
}
.login-container .login-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 1400px;
  gap: 1rem;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: rgba(25, 25, 25, 0.2) 0 1px 3px;
}
.login-container .login-body .login-body-header {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-container .login-body .login-body-header > img {
  height: 40px;
  width: 40px;
}
.login-container .login-body .login-form {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 1rem;
}
.login-container .login-body .login-form .login-form-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  box-shadow: rgba(25, 25, 25, 0.2) 0 1px 3px;
  gap: 0.5rem;
  border: 0;
  background-color: #F0F0F0;
  font-weight: 500;
  font-size: 1rem;
}
.login-container .login-body .login-form .login-form-cancel:hover {
  cursor: pointer;
  box-shadow: rgba(25, 25, 25, 0.4) 0 1px 4px;
  background-color: #e0e0e0;
  outline: none;
  border: 0;
}
.login-container .login-body .login-form .login-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  box-shadow: rgba(25, 25, 25, 0.2) 0 1px 3px;
  gap: 0.5rem;
  border: 0;
  background-color: #F0F0F0;
  font-weight: 500;
  font-size: 1rem;
}
.login-container .login-body .login-form .login-form-submit:hover {
  cursor: pointer;
  box-shadow: rgba(25, 25, 25, 0.4) 0 1px 4px;
  background-color: #e0e0e0;
  outline: none;
  border: 0;
}

/*# sourceMappingURL=login.css.3dc99abf6edc.map */
