#login-form {
  width: 803px;
  max-width: 100%;
  background-color: #b71b1b;
  background-color: rgba(183, 27, 27, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  border-radius: 13px;
  /* height: 354px; */
  display: inline-block;
  padding: 27px; }

html,
body {
  /*css for full size background image*/
  background: url(../img/login-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.vertical-offset-100 {
  padding-top: 100px; }

.alert {
  position: fixed;
  opacity: 1;
  top: 0px;
  margin: 5px;
  background-color: #fff;
  height: 50px;
  left: 3px;
  text-shadow: none;
  overflow-y: auto; }

#reset_link {
  color: #fff;
  text-decoration: underline; }

/*# sourceMappingURL=login.css.map */
