body.login {
    background-color: #fff;
    text-align: center;
}
.login .notice{
    background-color: #E1F4FD;
}
.login #backtoblog a, .login #nav a{
	color: #0072BC;
}
.login form{
	border-radius: 15px;
}
.login h1 a {
	width: 100%;
	height: 69px;
	background-size: contain;
}
.user-profile-picture{
	display: none !important;
}
.login .button-primary{
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #0072BC;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-top: 10px;
}
body.login #registerform h2{
    display: none !important;
}