* 
{
	box-sizing: border-box;
}

body 
{
	color: 272635 !important;
	background: #FFF url("../images/bglogin.png") no-repeat scroll center/cover !important;
}

.login h1 a
{
	background: transparent url("../images/logologin-blanc.png") no-repeat scroll center !important;
	display: block !important; 
	text-shadow: none !important; 
	height: 80px !important; 
	width: 283px !important; 
}

#wp-submit
{
	display: inline-block;
    line-height: 1em;
    border: 0;
    border-radius: 5px;
    background: #C4E4EF;
    color: #272635;
    text-align: center;
    padding: 15px 30px;
    position: relative;
    font-family: "Neue Montreal", Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}
#wp-submit:hover
{
    border: 0;
    background-color: #272635;
    color: #FFF;
    padding-left: 30px;
}

#nav a,
#backtoblog a,
{
	color: #272635 !important;
}