/** Login Page Styles **/
body.login {
  background-image: url("../img/login/login-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 8%;
  overflow: hidden;
  max-height: 100%; }

#login {
  width: 500px;
  background-color: #FFF;
  padding: 50px 0;
  position: relative; }

#loginform, #lostpasswordform {
  box-shadow: none;
  -webkit-box-shadow: none; }

.login h1 a {
  width: auto;
  height: 50px;
  margin: 0 auto 25px;
  line-height: inherit;
  background-image: url("../img/logo.png");
  background-size: contain; }
.login p#nav, .login p#backtoblog, .login p.forgetmenot {
  display: none; }
.login p.submit {
  text-align: center;
  margin-top: 40px !important; }
.login .button[type="submit"] {
  float: none; }
.login .button-primary, .login .button-primary:focus {
  font-size: 16px;
  color: #FFF;
  background-color: #8c2045;
  padding: 15px 45px !important;
  border-radius: 5px;
  border: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto !important;
  line-height: inherit !important; }
  .login .button-primary:hover, .login .button-primary:focus:hover {
    background-color: #666666; }
.login .login-terms {
  font-size: 14px;
  text-align: center; }
.login input[type="text"], .login input[type="password"] {
  height: 60px; }
.login label, .login p {
  color: #000;
  font-size: 16px; }
.login a {
  font-weight: bold;
  text-decoration: none; }
.login .signup {
  position: absolute;
  bottom: 45px;
  width: 230px;
  left: 0;
  right: 0;
  margin: 0 auto; }
.login .forgot_password {
  float: right; }

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