/** Boostrap */
@import "less/bootstrap.less";
@import "/styles/bootstrap-theme.css";

html {
  position: relative;
  min-height: 100%;
}

body{
  background:url('../images/bg.png');
}

form{
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;

  img{
    margin-bottom: 30px;
  }
}

#form-error{
  position: absolute;
  background-color: #800000;
  color: white;
  padding: 20px;
  text-align: center;
  width: 500px;
  top:100px;
  left: 50%;
  margin-left: -250px;
}