body {
  background-color: #f1f1f1;
}

#login {
  position: relative;
  padding-top: 0;
  padding-top: 80px;
}

.login h1 {
  /* width: 108px; */
  height: 150px;
  display: block;
  margin: 0 auto;
}

.login h1 a {
  background-image: url("static/images/logo-footer.png");
  width: 150px;
  height: 150px;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 auto;
}

.login label {
  color: rgb(35, 35, 35);
}

#loginform {
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(10, 16, 34, 0.08);
}

.login form .input,
.login input[type="text"] {
  border-bottom: 2px solid;
  border-radius: 3px 3px 0 0;
  /* margin-top: 15px;
  padding: 15px; */
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background: #f4f4f4;
  transition: ease 0.2s;
}

input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus {
  border-bottom: solid 2px #008ad1 !important;
}

#login form p.submit input {
  border: none;
  border-radius: 2px;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #008ad1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 30px;
  border: 1px solid #008ad1;
  position: relative;
  right: 0;
  text-align: right;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  margin-top: 10px;
  position: relative;
}

#login form p.submit input:hover {
  transform: translate(0, -2px);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#login #login_error,
#login .message {
  position: absolute;
  top: 0;
}
