.bg {
  background: url('/images/banner/Banner10.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 0px 10px 10px 0px;
}

.bg::after {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 10px 10px 0px;
}

.login-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.logIn-form {

  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px 20px;
  border-radius: 10px;
  width: 100%;
  margin: 0px 200px;
}

.logIn-form h1 {

  font-size: 30px;
}

.cstm_login {

  font-size: 20px;
}

.form-label {

  font-size: 19px;
}

.cstm-row #w1 {


  padding: 10px 12px;
}

.cstm-row.row .empty {

  padding-left: 20px;
  padding-bottom: 10px;

}

.page-content_login {

  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #886ab5;
}

.page-content_login #js-page-content {

  padding: 0 !important;
  margin-top: 0 !important;
}

.logIn-form .form-check {

  display: flex;
  align-items: center;
}

@media(max-width:1440px) {

  .logIn-form {

    margin: 0 80px !important;
  }

}


@media(max-width:992px) {

  .logIn-form {

    margin: 0 18px !important;
  }

}

@media (max-width: 768px) {
  .bg {


    height: auto;
  }

  .login-container {
    flex-direction: column;
  }

  .logIn-form {
    margin: 0 18px !important;
  }

  .page-content_login #js-page-content {

    padding: 0 !important;
    margin-top: 0 !important;
  }

  .page-content_login #js-page-content {
    height: 100vh;
    display: flex;

    /* align-items: center; */
    justify-content: center;
    width: 100%;
  }

  .page-content_login #js-page-content .row {

    margin: 0;
  }
}

.inputsCheck {
  gap: 10px;
}