@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-bold-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
}

.LoginSec {
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.LoginContainer {
  margin: auto;
}

.loginsec-img {
  max-width: 670px;
  max-height: 638px;
}

.LoginMobileBanner {
  display: none;
}

.LoginBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.LoginForm {
    opacity: 1;
    padding: 110px;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.LoginText {
  font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Ubuntu';
    margin: 10px 0 10px;
    font-weight: 500;
    opacity: 70%;
    text-align: center;
}

.form-group {
  margin-bottom: 0;
}

.LoginSec button.btn.btn-primary.login-btn,
.LoginSec button.btn.btn-primary.login-btn:active {
  background-color: #147341;
  border-color: #147341;
  width: 100%;
  border-radius: 6px;
  font-size: 18px;
  line-height: 16px;
  padding: 16px 60px;
  font-family: 'Helvetica Neue';
  margin-top: 15px;
}

.db-slider {
  width: 670px;
  height: 638px;
  background-color: #37385c;
  border-radius: 6px;
  padding: 48px;
  display: flex;
  align-items: center;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.img-box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.slider-info-box {
  display: flex;
  justify-content: start;
  align-items: center;
}

.carousel-item h3 {
  color: #ffffff;
  font-family: helveticabold;
  font-size: 24px;
  margin: 0px;
}

.carousel-item h5 {
  color: #ffffff;
  font-family: helveticaregular;
  font-size: 14px;
  margin: 0px;
}

.slider-info-box {
  margin-top: 40px;
}

.content-box {
  padding-left: 20px;
}

.content-box h3 {
  color: #ffffff;
  font-family: helveticabold;
  font-size: 20px;
  margin: 0px;
}

.content-box p {
  color: #ffffff;
  font-family: helveticaregular;
  font-size: 14px;
  margin: 0px;
  padding-top: 5px;
}

.content-box a {
  color: #ffffff;
  font-family: helveticaregular;
  font-size: 14px;
  margin: 0px;
  padding-top: 5px;
  text-decoration: none;
}

.carousel.slide {
  width: 100%;
}

.carousel-indicators li.active {
  width: 27px;
  height: 10px;
  background-color: #a1a1b2;
  /* border-radius: 15px!important; */
  border-top-left-radius: 15px !important;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #a1a1b2;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -60px !important;
}

img.login-logo {
  width: 250px;
  height: auto;
}

h3.login-heading {
  font-size: 24px;
  font-family: "helveticabold";
  padding-top: 40px;
}

.form-control {
  color: #000000 !important;
    font-family: 'Helvetica Neue';
    padding: 0px 19px !important;
    border-radius: 6px !important;
    border: 0.400000006px solid #CBCBCB;
    color: #37385c;
    line-height: 16px !important;
    height: 48px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #37385c;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #adacac !important;
  border-color: #adacac !important;
}

a.emp-login {
  color: #2b60ef;
  font-family: "helveticaregular";
  font-size: 15px;
  margin-top: 12px !important;
  display: block;
  text-decoration: none;
}
@media (max-width: 1380px) {
.LoginForm {
  padding: 60px;
}

}
@media (max-width: 800px) {
  .LoginSec {
    display: block;
    width: 100%;
    background-color: #ffffff;
  }

  .db-slider {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .LoginForm {
    padding: 30px 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -10px;
   
  }

  .carousel-item h3 {
    font-size: 16px;
    margin: 0px;
  }

  .carousel-item h5 {
    font-size: 14px;
    margin: 0px;
    padding-top: 5px;
  }

  .slider-info-box {
    margin-top: 20px;
  }

  .carousel-indicators {
    bottom: -50px !important;
  }

  .LoginContainer {
    padding: 0px !important;
    margin: auto;
    padding-bottom: 20px!important;
    overflow: hidden;
  }

  .img-box img {
    width: 50px;
    height: 50px;
  }

  h3.login-heading {
    font-size: 20px;
    padding-top: 18px;
  }

  .form-control {
    height: 45px;
    font-size: 15px;
  }

  .slider-info {
    height: 220px;
  }

  .LoginSec button.btn.btn-primary.login-btn, .LoginSec button.btn.btn-primary.login-btn:active {
    padding: 12px 60px;
}


}
.otp-box input {
  padding: 0px !important;
}
