html, body {
  height: 100%;
}

body {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.login-container {
  background: url(../images/login-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-block {
  width: 420px;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  padding-bottom: 20px;
}

.application-name {
  color: #007bff;
}

.page-title {
  color: #0066cc;
}

#formLogin input[type=text], #formLogin input[type=password] {
  border: 0px;
  border-bottom: 1px solid #0066cc;
  padding: 10px;
}

.column-button-login {
  width: 50%;
  float: left;
}

.column-button-forgot-password {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 8px;
}
