body, hml{
   background: #e0e0e0;
}


.login_form {
  background: #fff;
  height: 500px;
  padding-top:4%;
  padding: 1%;
}


.login_form h1{
  font-size:25px;
  font-family: ubuntu;
  text-transform: uppercase;
  font-weight: bold;

}


.login_form p {
  font-size:100%;
  color: gray;

}

.left_bg {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
