#page-login .section-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-login a.section-hero::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-login button.section-hero::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-login {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-login .section-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#page-login .section-hero::before {
  content: "";
  background-image: linear-gradient(to left, #deff1c, #0bbbef);
  z-index: 1;
}
#page-login .section-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(to top, white 15%, rgba(255, 255, 255, 0.1) 50%);
  z-index: 1;
}
#page-login .section-hero .bullets {
  position: absolute;
  bottom: 160rem;
  right: 315rem;
  z-index: 2;
}
#page-login .section-hero .bullets svg {
  margin-right: 18rem;
}
#page-login .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-login .section-hero .content {
  margin: 0 auto;
  width: 450rem;
  padding: 40rem;
  background-color: white;
  border-radius: 20px;
}
#page-login .section-hero .content-title {
  margin-top: 60rem;
  font-size: 22rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  background: -webkit-linear-gradient(right, #deff1c 85%, #0bbbef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-login .section-hero .content-form {
  margin-top: 32rem;
}
#page-login .section-hero .content-form .field-group {
  width: 100%;
}
#page-login .section-hero .content-form .field-group:not(:last-child) {
  margin-bottom: 25rem;
}
#page-login .section-hero .content-form .field-group .label {
  margin-bottom: 8rem;
  color: #0072bb;
  font-size: 14rem;
  font-weight: 400;
}
#page-login .section-hero .content-form .field-group .label strong {
  color: #f02b2b;
  font-weight: 400;
}
#page-login .section-hero .content-form .field-group .field {
  width: 100%;
  border: 1px solid rgba(11, 187, 239, 0.5);
  border-radius: 8px;
  padding: 2rem 12rem 0;
  height: 44rem;
  color: #9c9c9c;
  font-size: 14rem;
  font-weight: 400;
}
#page-login .section-hero .content-form .field-group .field::-moz-placeholder {
  color: #9c9c9c;
}
#page-login .section-hero .content-form .field-group .field::placeholder {
  color: #9c9c9c;
}
#page-login .section-hero .content-form .form-flex {
  margin-top: 35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-login .section-hero .content-form .form-flex .form-text a {
  color: #0bbbef;
  font-size: 14rem;
  font-weight: 400;
}
/*# sourceMappingURL=login.min.css.map */
