/******/
.login {
  background-color: #f5f5f5;
}
.login .language-switcher {
  display: none;
}
#login {
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 5px;
}
#login:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 146, 0.2);
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  border-radius: 5px;
  z-index: -5;
}
#login:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
}
.login h1 {
  border-bottom: 1px solid #EEE;
}
.login h1 a {
  background-image: url(https://parentavocat.fr/static/logo.png) !important;
  background-size: 160px;
  width: 210px;
  height: 45px;
}
.login form {
  box-shadow: none;
  padding: 35px 0 0 0;
  border-radius: 3px;
  border: none;
}
.login form .input {
  background: #fff;
  box-shadow: none;
  border-radius: 2px;
  border: none;
  border-bottom: 1px solid #DDD;
}
.login form .login form input[type=checkbox] {
  background: #fff;
  box-shadow: none;
  border-radius: 2px;
}
.login form .login input[type=text] {
  background: #fff;
  box-shadow: none;
  border-radius: 2px;
}
.login form #aiowps-captcha-answer {
  border: none;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.login form .button.button-primary.button-large {
  border: none;
  box-shadow: none;
  width: 100%;
  text-shadow: none;
  background: #007592;
}
.login form .forgetmenot {
  display: none;
}
.login form .forgetmenot label {
  font-size: 12px;
  line-height: 19px;
  margin-top: 12px;
  position: relative;
  top: 5px;
}
.login label {
  width: 100%;
}
.login #nav {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
#login {
  width: 280px;
}
.login #nav a {
  border-bottom: 1px solid;
  font-size: 11px;
}
.login #backtoblog {
  padding: 0;
  display: none;
  margin: 0;
}
/******/
/*# sourceMappingURL=login.css.map */