body {
  padding: 0;
  margin: 0;
}

#videoWrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#videoWrapper video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#videoWrapper .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1 !important;
}

#videoWrapper .caption .contents {
  color: #fff;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

form {
  width: 100% !important;
}

.password-section, .email-section {
  position: relative;
}

.password-section .fa-eye {
  position: absolute;
  top: 73%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #bfbfbf !important;
}

.password-section .fa-eye-slash {
  position: absolute;
  top: 73%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #bfbfbf !important;
}

.key-icon, .mail-icon {
  top: 64px;
  left: 18px;
}

.green-layout-img {
  z-index: 0;
  min-height: 100vh;
}/*# sourceMappingURL=login.css.map */