html { 
  background: url(../img/login_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  padding-top: 80px;
  padding-bottom: 40px;
  background: none;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.login-error {
    border: 2px solid #BB0000;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    color: #BB0000;
    font-size: 15px;
    font-weight: bold;
    width: 300px;
    padding: 5px;
}
.form-logo {
    background-image: url(../img/Goldbek_logo_w.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
    height: 40px;
}
.form-title {
    text-align: center;
    font-size: 20px;
    font-wight: bold;
    color: #AAAAAA;
    margin-bottom: 20px;
    font-weight: 200;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin-heading {
    color: #fff;
    font-weight: 200;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: 200;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}