/* Login CSS */
body.login div#login form#loginform p.submit input#wp-submit {
	background: #f9d93d;
	box-shadow:none;
	border:1px solid #f9d93d;
	text-shadow: none;
	text-transform: uppercase;
	color:#111;
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
    border-radius:4px;
    font-weight: bold;
    font-size: 16px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	background: #f9d93d;
	box-shadow:none;
	border:1px solid #f9d93d;
	text-shadow: none;
	text-transform: uppercase;
	color:#111;
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
    border-radius:4px;
    font-weight: bold;
    font-size: 16px;
}

body.login div#login form#loginform p.submit input#wp-submit:hover {
	background: #e2c017;
	border-color: #e2c017;
}

.login #login_error, .login .message {
	border-left:4px solid #1eab60;
}

.login #backtoblog a:hover, .login #nav a:hover {
	color:#f9d93d;
}

.login #backtoblog a {
	font-weight: bold;
	color:#f9d93d;
}

.login #backtoblog a, .login #nav a {
	font-weight: bold;
	color:#000;
}

.login #backtoblog a:hover , .login #nav a:hover {
	color:#e2c017;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
	background: #f9d93d;
	box-shadow:none;
	border:1px solid #f9d93d;
	text-shadow: none;
	color:#fff;
}

.wp-core-ui .button-group.button-large .button:hover , .wp-core-ui .button.button-large:hover {
	background: #e2c017;
	border:1px solid #e2c017;
}

body.login {
	background-color: #fff;
}

#login {
	padding-top: 3%!important;
}

.login form .forgetmenot label {
	position: relative;
	top:5px;
	float:none;
}

#nav {
	text-align: center;
}

#backtoblog a {
	text-align: center;
	background:none;
	display: block;
	margin:0px;
	padding:15px;
	color:#e2c017!important;
}

a.privacy-policy-link {
	color:#f9d93d;
}

#backtoblog a:hover {
    color:#000!important;
}

.login #backtoblog, .login #nav {
	padding:0px;
}

.login form {
	border:1px solid #f0ede9;
	background: #fbfbfb;
    border-radius:0px;

}

.login h1 a {
	margin-bottom: 0px !important;
}