body {
  overflow: scroll !important;
}

.sidebar-login{
  background-image: url('../../img/bg_auth.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.login-screen-img img{
  width:180px !important;
  height: auto;
}


.login-form-box h1{
   text-align: center;
   font-size:20px;
  font-family: Gill Sans Extrabold, sans-serif;
  font-weight: bold;
}



.sidebar-login-text-desc h1{
  text-align: left;
  font-size:100%;
 font-family: ubuntu;
 color:#fff;
}



.sidebar-login-text-desc p{
  text-align: left;
  font-size:100%;
  color:#e0e0e0;

}
