html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.login {
	background-color: #1D1D1B;
	background-size: cover;
	background-position: center;
}
.login #login {
	color: white;
	text-align: center;
	padding-top: 7%;
}
.login #login a {
	color: #FFD94A;
	white-space: nowrap;
}
.login #login a:focus,
.login #login a:focus:hover {
	color: #fdd43a !important;
	outline: none !important;
	box-shadow: none !important;
}
.login label {
	color: #1D1D1B;
	font-weight: bold;
}
.login label input {
	font-weight: normal;
}
.login #nav a:hover {
	color: #fdd43a;
	outline: none;
	box-shadow: none;
}
.login #backtoblog a:hover {
	color: #fdd43a;
	outline: none;
	box-shadow: none;
}
.login #login h1 a {
	background-image: url('../images/logo-troisdeuxun.svg');
	width: 130px;
	height: 60px;
	background-size: 100%;
	max-width: 100%;
}
.login form {
	background-color: white;
	border-radius: 4px;
	text-align: left;
}
.wp-core-ui .button-primary {
	background-color: #FFD94A;
    border: 0 !important;
	color: #1D1D1B;
    box-shadow: none;
    text-shadow: none;
	font-weight: bold;
	padding: 1px 12px !important;
}
.wp-core-ui .button-primary:hover {
	background-color: #fdd43a;
	color: #1D1D1B;
    box-shadow: none;
    text-shadow: none;
	font-weight: bold;
	padding: 1px 12px !important;
}
.wp-core-ui .button-primary:focus {
	background-color: #fdd43a;
	color: #1D1D1B;
    box-shadow: none;
    text-shadow: none;
	font-weight: bold;
	padding: 1px 12px !important;
}
input[type=checkbox]:checked:before {
	color: #FFD94A;
}
input[type=checkbox]:focus,
input[type="password"]:focus {
	box-shadow: none;
	border: 1px solid #fdd43a;
}
.login #login_error, .login .message {
	border-color: #FFD94A;
	color: #1D1D1B;
	margin: 20px 0 !important;
}
#wp-auth-check-wrap #wp-auth-check {
	background-color: #1D1D1B;
}
input[type="text"]:focus {
	border: 1px solid #ffd94a;
    box-shadow: 0 0 1px rgb(224, 184, 35);
}
#wp-auth-check-wrap .wp-auth-check-close:focus,
#wp-auth-check-wrap .wp-auth-check-close:hover {
	color: #FFD94A;
	outline: none !important;
	border: 0 !important;
}
