body.login {
	background: #fff;
}

body.login form {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-bottom: 10px;
}

body #login form p.submit {
	clear: both;
}

body.wp-core-ui .button.button-large {
	width: 100%;
	background: #2bb3dd;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin-top: 20px;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: auto;
	line-height: 1;
	border: none;
	 
}

body #login {
	width: 455px;
}

body #loginform input[type="text"],
body #loginform input[type="password"]{
	padding: 6px;
	background: #fff;
	border: solid 1px #dfdfdf;
}

body.login #nav,
body.login #backtoblog {
	float: left;
	display: inline;
	margin-top: 0px;
}

body.login #backtoblog {
	float: right;
}

.smartexperts {
	text-decoration: none;
	color:#2bb3dd;
	clear: both;
	display: inline-block;
	font-size: 14px;
	padding-top: 25px;
	text-align: center;
	width: 100%;
	
}