html {
  background: #435B65 url(/static/public/img/303dbb2048aeff4c635b5e154d77f1bc.jpg) 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: 180px;
  margin: 0 auto 30px auto;
}

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

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

.loginbox .logininput p {
  color: white;
  margin: 0 14px;
  line-height: 36px;
  font-size: 14px;
  float: left;
}

.loginbox .logininput input {
  float: right;
}

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

.loginbox .bottom {
  width: 300px;
}

.loginbox .bottom .loginbtn {
  float: right;
}

.loginbox .bottom .loginbtn input[type="submit"] {
  height: 36px;
  width: 90px;
  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-weight: bold */
  /* padding: 10px */
  font-size: 13px;
  margin: 0 15px !important;
  line-height: 36px;
}

.flashmessage,
.forgotpw a {
  text-decoration: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.clear {
  clear: both;
}

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

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


