﻿.bg {
  background: url("/Content/images/background3.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h3, h2, h1, p, a {
  color: white;
}

h2 {
  font-size: 30px !important;
}

.middle-box {
  height: 100%;
}

.middle-box > div {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 500px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

input {
  text-align: center;
}

.validation-summary-errors ul, .validation-summary-errors li {
  list-style: none;
  padding: 0 !important;
  color: #dc1400;
}

.field-validation-error {
  color: red;
}

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