.login form {
  background-color: #ffffff;
  border-radius: 5px;
}
body, html {
  height: 100%;
}
body.login {
  background-color: #2B4266;
}
body #backtoblog {
  display: none;
}
body .login #backtoblog a, .login #nav a {
  font-weight: 200;
  text-shadow: none;
}
p > a {
  color: #ffffff !important;
  text-shadow: 1px 1px 1px black;
  font-weight: bold;
  font-size: 15px;
}
#login {
  padding: 100px 0 0 !important;
  width: 400px !important;
}
.login label {
  color: #ffffff;
}
.login h1 {
  padding: 30px 30px 0;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto -7px !important;
  position: relative;
  color: #2b4266;
}
.login h1::after {
  content: "User Login";
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 0;
}
.login h1 a {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/logo.jpg") no-repeat scroll center center / contain  !important;
  height: 128px !important;
  width: auto !important;
  cursor: default !important;
  pointer-events: none !important;
}
.login .button-primary {
  float: none !important;
}
.wp-core-ui .button-primary {
  background: none repeat scroll 0 0;
  border-color: #A4B5C4;
  border-width: 3px;
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 0;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active {
  border-color: #A4B5C4;
  border-width: 1px !important;
  background: none repeat scroll 0 0;
  color: #A4B5C4 !important;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  height: auto !important;
}
#login form p.submit {
  margin: 0 auto;
  text-align: center;
}
#loginform {
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 350px !important;
  padding: 50px;
}
#loginform label {
  color: #a4b5c4;
  letter-spacing: 1px;
  font-weight: 400;
}
#loginform input {
  background-color: #dfe5ea;
  border-color: #dfe5ea;
  color: #a4b5c4;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  box-shadow: none;
}
#loginform .button-primary {
  background-color: #a4b5c4;
  border: 1px solid #a4b5c4;
  box-shadow: none;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  max-width: 200px;
  border-radius: 0;
  margin-top: 20px;
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -ms-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
#loginform .button-primary:hover {
  background-color: #ffffff;
  color: #a4b5c4;
}
#loginform .forgetmenot input {
  width: auto;
}
.login #login_error, .login .message {
  border-left: medium none;
  box-shadow: none;
  margin-top: 3px;
  padding: 25px 20px 15px;
  text-align: center;
}
.login #lostpasswordform #wp-submit {
  background-color: #a4b5c4;
  border: 1px solid #a4b5c4;
  color: #ffffff;
  padding: 5px 15px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease all;
  -moz-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.login #lostpasswordform #wp-submit:hover {
  background-color: #ffffff;
}
#lostpasswordform {
  box-shadow: none;
  margin-top: -5px;
  padding: 0 24px 46px;
}
#lostpasswordform #user_login {
  background-color: #ffffff;
  box-shadow: none;
  color: #a4b5c4;
  font-family: "Arial";
  font-size: 17px;
}