body {
  background: #435B65 url(/static/public/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;
}

.logo {
  width: 180px;
  margin: 0 auto 30px auto;
}

.logo img {
  width: 180px;
}

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

.logininput p {
  color: white;
  margin: 0 15px;
  line-height: 36px;
}

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

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

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

.logininput p {
  float: left;
}

.logininput input {
  float: right;
}

.bottom {
  width: 300px;
}

.forgotpw {
  float: left;
}

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

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

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

.flashmessage {
  color: crimson !important;
  /* font-weight: bold */
  /* padding: 10px */
  font-size: 13px;
  margin: 0 15px !important;
  line-height: 36px;
}

.loginbtn {
  float: right;
}

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

.clear {
  clear: both;
}

