::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 0;
  background-color: #F5F5F5;
}
::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
.loginBody{
  background: url('/assets/img/logbg.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100vh !important;
}
.LoginScreen .logo{
  width: 200px;
}
.ex_logo{
  width: 150px;
  margin:15px 0;
}
.LoginScreen .modal-content{
  background-color: #000;
  border-radius: 15px;
  opacity: 0.8;
  border: 2px #fdcf13;
  border-style: inset;
}
.LoginScreen .form-control{
  background: #fff;
  /* text-transform: capitalize; */
  font-size: 14px;
  color: #000;
  border-radius: 0;
}
.custom-control-label{
  color: #fff;
}
.loginButton{
  background: #fdcf13 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700 !important;
  color: #fff !important;
}
.weltext{
  color: #fff;
  font-size: 15px;
  margin: 15px 0;
}
.LoginScreen .form-control::placeholder{
  font-size: 14px;
  color: #000;
}