body.login{
	background-color: rgb(255,255,255);
}
#login h1 a, .login h1 a {
    background-image: url(/site-content/assets/ap-logo_50px_not-reversed.png);
	height:65px;
	width:320px;
	background-size: auto;
	background-repeat: no-repeat;
    padding-bottom: 30px;
}
#login .input{
	border: solid 1px rgb(97,180,228);
	padding: 10px;
	max-width: 100%;
	font-size: 1.2rem;
}
#login form{
	box-shadow: none;
}
p.forgetmenot{
	padding-bottom: 20px;
}
#wp-submit{
	display: block;
	font-size: 1.2rem;
	color: rgb(28,64,125);
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: rgb(230,230,230);
	border: solid 1px rgb(97,180,228);
	float: none;
	text-shadow: none;
	margin-top: 20px;
	border-radius: unset;
	width: 100%;
	height: auto;
	box-shadow: none;
}
#wp-submit:hover{
	cursor: pointer;
	color: #fff;
	transition: color 0.5s;
	background-color: rgb(97, 180, 228);
	transition: background-color 0.5s;
}