.login__page {
  background: #e9ecef !important;
  /* background-image: url("../images/background.jpg") !important;
  background-size:cover !important;*/
}

.login__loader {

  position: absolute;
  z-index: 999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #cdd1e4;
}

.login__loaderSpinner {
  position: fixed;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.login__lblTitle{
  color: black !important;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 24px !important;
}

.login__imgLogo {
  width: 50%;
  overflow:hidden;
}

.login__btnGotoAskResetPassword {
  margin-top: 10px;
  width: 100%;
}

.login__btnNoPasswordYet {
  margin-top: 10px;
  width: 100%;
}
