body {
	background: #ffffff;
}

.login .register-notice.password-forgot {
	margin-top: 20px;
	margin-bottom: 40px;
}

.login .register-notice {
	width: 320px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.login form {
	background: #fff;
    -webkit-box-shadow: 0 0px 70px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 70px rgba(0, 0, 0, 0.12);
	border: 1px solid #e8e8e8;
	padding: 25px;
}

.login h1 a {
	background-image: url('sblogo.png');
	background-size: 100%;
	height: 124px;
	width: 319px;
}

.wp-core-ui .button-primary {
	background: #4b718f;
	border: none;
	text-shadow: none;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active,
.wp-core-ui .button-primary:focus {
	background: #314f67;
}

.wp-core-ui .button.button-large {
	padding: 10px 30px;
    line-height: 1.5;
    height: auto;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
}

p#backtoblog,
p#nav,
label[for=user_login] > br, 
label[for=user_pass] > br {
  display: none;
}
