html , body
{
  height:100%;

}
body
{
  background-color: #fff;
}

.bk-image
{
  background:url('../img/login_bk.jpg') no-repeat left ; 
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  float:left;
  height:100%;
  width:40%;
}

.login-help{
    font-size: 12px;
  }
  
  .label-error {
      color: #b94a48;
  }

  #app
  {
      float: left;
      height: 100%;
      padding: 100px;
      vertical-align: bottom;
      width: 60%;
      position: relative;
  }

  .loginmodal-container
  {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width:80%
   }
  input.form-control
  {
      height:50px;
  }

  .login-help a,   .login-help a:hover
  {
      color:#333;
      font-size: 14px;
      margin-top: 10px;
       display: block
  }