.login h1 a {
	background-image: url(images/logo-monclocher.png);
	background-image: none,url(images/logo-monclocher.png);
	-webkit-background-size: 280px 101px;
	background-size: 280px 101px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 101px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 280px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

body {
	background:#F3F3F3;
	min-width: 0;
	color: #444;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background: #E00011;
	border-color: #E00011;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	color: #fff;
}
.wp-core-ui .button-primary {
	background: #E00011;
	border-color: #E00011;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #777;
}
.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #777;
}