body.login {
  background-color: #A1A1A1;
  background-image: url("../images/fond-neutre.jpg");
  background-position: center;
  background-attachment: fixed;
}

#login h1 {
  position: relative;
}
#login h1 a {
  background-image: url("../images/logo.png");
  height: 125px;
  width: 200px;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
#login h1::before {
  content: "";
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
  width: 250px;
  height: 250px;
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 125px);
  z-index: -1;
}
#login #backtoblog {
  display: none;
}

#nav {
  padding: 10px 24px !important;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.language-switcher span {
  color: #fff;
}
.language-switcher select:hover {
  color: #0000cc;
}
.language-switcher .button {
  background: #000099;
  border-color: #000099;
  color: #fff;
}
.language-switcher .button:hover {
  background: #0000cc;
  border-color: #0000cc;
  color: #fff;
}

.login .message, .login .notice, .login .success {
  border-left: 4px solid #000099;
}
.login .button.wp-hide-pw:focus {
  border-color: #0000cc;
  box-shadow: 0 0 0 1px #0000cc;
  color: #0000cc;
}

a:hover {
  color: #0000cc !important;
}
a:focus {
  box-shadow: 0 0 0 2px #0000cc !important;
  color: #0000cc !important;
}

.wp-core-ui .button-primary {
  background: #000099;
  border-color: #000099;
}
.wp-core-ui .button-primary:hover {
  background: #0000cc;
  border-color: #0000cc;
}
.wp-core-ui .button-secondary {
  color: #000099;
}
.wp-core-ui .button-secondary:hover {
  color: #0000cc;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  border-color: #000099;
  box-shadow: 0 0 0 1px #000099;
}

input[type=checkbox]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000099%27%2F%3E%3C%2Fsvg%3E");
}

/*# sourceMappingURL=login.css.map */
