html {
  background: #435B65 url(/static/public/img/d9df18985aa5b539b4edd1d83a24cfcf.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.content {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 255px;
}

.loginbox {
  margin: -20% 0 0 0;
}

.loginbox .logo {
  width: 260px;
  margin: 0 auto 50px auto;
}

.loginbox .logo img {
  width: 260px;
}

.loginbox .logininput {
  background: rgba(255, 255, 255, 0.3);
  height: 46px;
  width: 100%;
  margin: 5px 0;
}

.loginbox .logininput p {
  color: white;
  margin: 0;
  padding: 0 18px;
  line-height: 46px;
  font-size: 14px;
  float: left;
  width: 5%;
}

.loginbox .logininput input {
  float: right;
}

.loginbox .logininput input[type="text"],
.loginbox .logininput input[type="password"] {
  background: none;
  color: white;
  height: 44px;
  line-height: 100%;
  border: 0;
  width: 82%;
  outline: none;
}

.loginbox .bottom {
  width: 300px;
}

.loginbox .bottom .loginbtn input[type="submit"] {
  height: 46px;
  width: 100%;
  background-color: #00a6d4;
  color: white;
  box-shadow: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.loginbox .bottom .forgotpw {
  float: left;
}

.loginbox .bottom .forgotpw a {
  color: white;
  line-height: 36px;
  font-size: 12px;
}

.loginbox .flashbox {
  /* padding: 10px */
  margin-top: 20px;
  width: 100%;
}

.loginbox .flashbox .flashmessage {
  color: crimson !important;
  font-size: 13px;
  margin: 0 15px !important;
  line-height: 46px;
  width: 100%;
  text-decoration: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.clear {
  clear: both;
}

::-webkit-input-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}


