* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#bodyLogin section {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
}
#bodyLogin section .imgBx {
  position: relative;
  width: 50%;
  height: 100%;
}
#bodyLogin section .imgBx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #20a5df, #61b67c);
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: screen;
}
#bodyLogin section .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bodyLogin section .contentBx {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
#bodyLogin section .contentBx .formBx {
  width: 50%;
}
#bodyLogin section .contentBx .formBx :is(.alertBx, .alertCaptchaBx) {
  text-align: center;
  background-color: #2eb438;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: none;
  position: relative;
}
#bodyLogin section .contentBx .formBx :is(.alertBx, .alertCaptchaBx) span {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 8px;
  margin-right: 10px;
  font-size: 12px;
  cursor: pointer;
}
#bodyLogin section .contentBx .formBx h2 {
  color: #607d8b;
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 4px solid #39c568;
  display: inline-block;
  letter-spacing: 1px;
}
#bodyLogin section .contentBx .formBx .inputBx {
  margin-bottom: 20px;
  position: relative;
}
#bodyLogin section .contentBx .formBx .inputBx .reCaptchaBx {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bodyLogin section .contentBx .formBx .inputBx .attempts {
  color: #2eb438;
  text-align: center;
}
#bodyLogin section .contentBx .formBx .inputBx .invalidBx {
  color: #2eb438;
  margin-top: 3px;
}
#bodyLogin section .contentBx .formBx .inputBx span {
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
  color: #607d8b;
  font-weight: bold;
  letter-spacing: 1px;
}
#bodyLogin section .contentBx .formBx .inputBx .inputTextBx, #bodyLogin section .contentBx .formBx .inputBx .inputButtonBx {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  font-weight: 400;
  border: 1px solid #607d8b;
  font-size: 16px;
  letter-spacing: 1px;
  color: #607d8b;
  background: transparent;
  border-radius: 30px;
}
#bodyLogin section .contentBx .formBx .inputBx input[type="button"] {
  background: #39c568;
  color: white;
  outline: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
}
#bodyLogin section .contentBx .formBx .inputBx input[type="button"]:hover {
  background: #29ee38;
}
#bodyLogin section .contentBx .formBx .inputBx p {
  color: #607d8b;
  text-align: right;
}
#bodyLogin section .contentBx .formBx .inputBx p a {
  color: #39c568;
}
#bodyLogin section .contentBx .formBx .isInvalidBx {
  border: 1px solid #2eb438 !important;
}
#bodyLogin section .contentBx .formBx .isValidBx {
  border: 1px solid green !important;
}
#bodyLogin section .contentBx .formBx .inputGroupBx {
  position: relative;
}
#bodyLogin section .contentBx .formBx .inputGroupBx .iconBx {
  position: absolute;
  right: -5px;
  bottom: 0;
  top: 0;
  width: 45px;
  background-color: #39c568;
  height: auto;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  margin-right: 5px;
}

#bodyAdmin .bg-body-dark {
  background-color: #253041 !important;
}
#bodyAdmin .dropdown-menu {
  color: #bec8d5 !important;
}
#bodyAdmin .dropdown-menu .text-muted {
  color: #99a8bd !important;
}
#bodyAdmin #back_to_top {
  bottom: 1.25rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
  background-color: lightgray;
  display: none;
  transition: .5s;
  border: none;
}
#bodyAdmin #back_to_top:hover {
  border-radius: 50px;
}
#bodyAdmin #back_to_top:focus {
  box-shadow: none;
}
#bodyAdmin .breadcrumb-custom {
  background-color: transparent !important;
}
#bodyAdmin .no-link {
  text-decoration: none;
  color: black;
}
#bodyAdmin .pointer {
  cursor: pointer;
}

#bodyCustomer .content {
  color: #253041;
}

@media (max-width: 767px) {
  #bodyLogin section .imgBx {
    position: absolute;
    width: 100%;
    height: 100% !important;
  }
  #bodyLogin section .contentBx {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-y: scroll;
  }
  #bodyLogin section .contentBx .formBx {
    width: 100%;
    padding: 40px;
    margin: 10%;
    background: rgba(255, 255, 255, 0.9);
  }
}

/*# sourceMappingURL=style.css.map */
