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

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

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

#page-dashboard-user-login .section-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#page-dashboard-user-login .section-hero .background {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-dashboard-user-login .section-hero .wrapper {
  position: relative;
  padding: 77rem 0 77rem 180rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper {
    padding: 70rem 20rem 50rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-content {
  display: flex;
  align-items: center;
  margin-bottom: 84rem;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-content {
    margin-bottom: 60rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-content--logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: 27rem;
}
#page-dashboard-user-login .section-hero .wrapper-content--logo img {
  width: 90rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-content--logo img {
    width: 80rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-content--social ul {
  display: flex;
  align-items: center;
}
#page-dashboard-user-login .section-hero .wrapper-content--social ul li:not(:last-child) {
  margin-right: 14rem;
}
#page-dashboard-user-login .section-hero .wrapper-content--social ul li a svg path {
  transition-property: fill, stroke;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-dashboard-user-login .section-hero .wrapper-content--social ul li a:hover svg path[stroke] {
  stroke: #4CFFF6;
}
#page-dashboard-user-login .section-hero .wrapper-content--social ul li a:hover svg path[fill] {
  fill: #4CFFF6;
}
#page-dashboard-user-login .section-hero .wrapper-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 36rem;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-title {
    align-items: center;
  }
}
#page-dashboard-user-login .section-hero .wrapper-title svg {
  position: relative;
  bottom: 10rem;
  width: 33rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-title svg {
    bottom: 0;
    width: 25rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-title span {
  color: white;
  font-size: 70rem;
  font-weight: 800;
  margin-left: 10rem;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-title span {
    font-size: 40rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-form {
  margin-bottom: 38rem;
}
@media (max-width: 1023px) {
  #page-dashboard-user-login .section-hero .wrapper-form {
    margin-bottom: 40rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group {
  width: 315rem;
}
@media (max-width: 767px) {
  #page-dashboard-user-login .section-hero .wrapper-form .field-group {
    width: 100%;
  }
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group:not(:last-child) {
  margin-bottom: 10rem;
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group .field {
  position: relative;
  color: white;
  font-size: 16rem;
  font-weight: 500;
  width: 100%;
  height: 46rem;
  padding: 0 20rem;
  border: none;
  border: 1px solid white;
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  transition-property: border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group .field::-moz-placeholder {
  color: white;
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group .field::placeholder {
  color: white;
}
#page-dashboard-user-login .section-hero .wrapper-form .field-group .field:focus {
  border-color: #4CFFF6;
}
#page-dashboard-user-login .section-hero .wrapper-form .form-actions {
  display: flex;
  align-items: center;
  margin-top: 36rem;
}
@media (max-width: 767px) {
  #page-dashboard-user-login .section-hero .wrapper-form .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-dashboard-user-login .section-hero .wrapper-form .form-actions .action:not(:last-child) {
  margin-right: 16rem;
}
@media (max-width: 767px) {
  #page-dashboard-user-login .section-hero .wrapper-form .form-actions .action:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20rem;
  }
}
#page-dashboard-user-login .section-hero .wrapper-form .form-actions .action a {
  color: white;
  font-size: 18rem;
  font-weight: bold;
  font-family: "Pogonia";
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-dashboard-user-login .section-hero .wrapper-form .form-actions .action a strong {
  color: #4CFFF6;
  font-weight: bold;
}
#page-dashboard-user-login .section-hero .wrapper-form .form-actions .action a:hover {
  color: #4CFFF6;
}
#page-dashboard-user-login .section-hero .wrapper-cta a {
  color: #4CFFF6;
  font-size: 18rem;
  font-weight: bold;
}
/*# sourceMappingURL=dashboard-user-login.min.css.map */
