@CHARSET "UTF-8";

body {
  background: url(../images/login-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top:50px; 
}
.form-control { margin-bottom: 10px; }
label.error{color: #b94a48;font-weight: normal;padding-left: 38px;}