html,
body {
  height: 100%;
  background-color:#e5e5e5;
}

.login-window {
  height: 50%;
  width: 70%;
  padding: 40px 25px 40px 25px;
}

.left-side {
  float:left;
  border-right: 2px solid white;
  height:100%;
  width:30%;
}

.right-side {
  height:100%;
  width:70%;
  float:left;
  padding: 20px 50px 20px 50px;
}

.form-title > label{
  font-size: 16px;
  font-weight:bold;
}

.client-img {
  width:250px;
}

.btn-color{
  cursor:pointer;
  background-color: #22225f;
  color: white;
  font-weight:bold;
}

.btn-color:hover{
  background-color: #363697;
}