html,body {
  position:relative;
  min-height:100%;
}
body {
  width:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}
#wp-submit {
  background-color: #ffffff;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

#login {
  position: relative;
  min-height: 560px;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 60px 60px;
  background: -webkit-linear-gradient(rgba(244, 92, 67, 0.2), rgba(244, 92, 67, 0.7) 30%, rgba(235, 51, 73, 1) 80%), url(https://www.lasantesurtout.com/wp-content/uploads/2017/07/slide1.jpg) no-repeat center center #505050;
  background: linear-gradient(rgba(244, 92, 67, 0.2), rgba(244, 92, 67, 0.7) 30%, rgba(235, 51, 73, 1) 80%), url(https://www.lasantesurtout.com/wp-content/uploads/2017/07/slide1.jpg) no-repeat center center #505050;
  background-size: cover;
  box-shadow: 0px 30px 60px -5px #000;
  background-color: #ffffff;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.login #login_error, .login .message {
  color: #212121;
}

.login h1 a {
background-image: none;
background-size: cover;
width: 100%;
height: auto;
top: 0;
position: relative;
text-indent: 0px;
margin-bottom: 0;
}

.login h1 a img {
  width:100%;
  height:auto;
}

#loginform {
  padding:0;
  padding-top: 30px;
  background: transparent;
  box-shadow:none;
}

.active {
  border-bottom: 2px solid #e10f21;
}

.nonactive {
  color: rgba(255, 255, 255, 0.2);
}

h2 {
  padding-left: 12px;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 100;
}

h2:first-child {
  padding-left: 0px;
}

#loginform label {
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.4;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
  color:#ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition:all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  border: none;
  width: 100%;
  padding: 10px 20px;
  display: block;
  height: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0);
  overflow: hidden;
  margin-top: 15px;
  -webkit-transition:all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loginform input[type="text"]:focus,
#loginform input[type="password"]:focus {
  outline: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
  box-shadow:none;
}

#loginform input[type="text"]:focus + label,
#loginform input[type="password"]:focus + label
 {
  opacity: 0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#loginform input[type="text"],
#loginform input[type="password"] {
  padding: 10px 20px;
  height:auto;
  color: #fff;
}



#loginform input {
  display: inline-block;
  padding-top: 20px;
  font-size: 14px;
}

#rememberme {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  top: 6px;
}

#rememberme:checked {
  background-color: rgba(17, 97, 237, 1);
}

#rememberme:checked:after {
  content: '\2714';
  font-size: 10px;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
}

#rememberme:focus {
  outline: none;
}

#loginform label {
  display: inline-block;
  padding-top: 10px;
  padding-left: 5px;
  width: 100%;
  box-sizing: border-box;
}

#loginform #wp-submit {
  background-color: #e10f21;
  color: #FFF;
  width: 100%;
  padding: 10px 20px;
  display: block;
  height: auto;
  border-radius: 20px;
  margin-top: 30px;
  -webkit-transition:all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  text-transform: uppercase;
  box-shadow: none;
  line-height: normal;
  font-size: 14px;
  text-shadow: none;
}

#loginform #wp-submit:hover {
  background: #e74c3c;
  cursor: pointer;
}

#loginform #wp-submit:focus {
  outline: none;
}

.login p#nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top:10px;
  position: relative;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
  color: #ffffff;
}

.login #backtoblog a, .login #nav a {
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}