body.login {
	background-color: #fff;
}

body.login h1 a {
	width: 95px;
	height: 90px;
	background-image: url('../img/design-your-wedding-v4-95x90.png');
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 95px 90px;
	background-size: 95px 90px;
}

body.login .button-primary.button-large {
	border: 2px solid #eaeaea;
    background-color: transparent;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: 39px;
    font-style: normal;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-shadow: 0 0 0 #000;
    outline: 0;
    padding: 0 32px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

body.login .button-primary:hover {
	color: #fff;
    background-color: #d88982;
	border-color: #d88982;
}

body.login input[type=checkbox]:checked:before {
	color: #d88982;
}

body.login input[type=text]:focus,
body.login input[type=password]:focus,
body.login input[type=checkbox]:focus {
/*	border-color: #b4b9be;*/
	border-color: #d88982;
	outline-color: #d88982;
	box-shadow: 0 0 2px rgba(216,137,130,.8);
}

body.login a {
	color: #d88982;
	-webkit-transition: color .3s;
	transition: color .3s;
}

body.login #backtoblog a:hover,
body.login #nav a:hover, 
body.login h1 a:hover {
	color: #d88982;
}

body.login #backtoblog, 
body.login #nav {
	text-align: center;
}

body.login #login_error,
body.login .message,
body.login .success {
	border-left: 4px solid #d88982;
}