#login {
    width: auto !important;
    max-width: 350px;
}
#login h1 { display: none; }

.remodal-login {
    min-height: 0;
}
#login-top {
    XXXmargin-top: 20px;
}
#login-title {
	font-family: arial;
	font-size: 26px;
	color:#1f297a;
	color:#999;
	text-align: center;
}
#brand {
	color:#1f297a;
}
#tld {
	color:#9b2143;
}
#login-avatar{
	width:128px;
	height: 107px;
	margin: 40px auto 40px auto;
	clear: both;
	display: block;
}

label[for=user_login] > br, label[for=user_pass] > br
{
    display: none;
}
input#user_login, input#user_pass {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #32373c;
    line-height: 1.5;
}

input#user_login {
    margin-bottom: 0;
    padding: 8px 6px;
}
input#user_pass {
    margin-top: 5px;
    padding: 8px 6px;
}
p.login-remember {
    margin-top: 20px;
}
p.forgetmenot, p.login-remember {
    float: none;
}
p.submit, p.login-submit {
    float: none;
    clear: both;
}
input#wp-submit {
    float: none;
    width: 100%;
}
#rememberme {
    float: left;
    margin: 0 0 0 0;
    font-family: arial;
    font-size: 13px;
    color: #999;
}
.login label[for=rememberme], .login-remember label {
    color: #999;
    line-height: 1.3;
    vertical-align: top;
    text-align: left;
    float: left;
    font-size: 12px;
    color:#999;
    font-family: "Open Sans",sans-serif;
}
input#rememberme {
    XXXheight: 10px;
    width: 13px;
    min-width: 10px;
    border: 0;
    margin: 0 5px 0 5px;;
    padding: 0;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    -webkit-user-select: text;
    cursor: auto;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;

}
input[type=checkbox]:focus {
	border-color: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=checkbox]:checked:before {
    content: none;
}
.forgetmenot label {
    line-height: 1.3;
    vertical-align: top;
}
.wp-core-ui .button-primary, input#wp-submit {
    background: none;
    border: 1px solid #3079ed;
    background-color: #4d90fe;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
.wp-core-ui .button.button-large {
    height: 40px;
}
.wp-core-ui .button-primary:hover, input#wp-submit:hover {
    background: none;
    border: 1px solid #2f5bb7;
    background-color: #357ae8;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
}
input#wp-submit {
    margin-top: 12px;
}
p#backtoblog {
    display: none;
}
.login #nav {
    display: none;
}
body.login {
    background-color: #fff;
}
.login form {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login #login_error {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login form {
    padding-bottom: 10px
}    
#below-login a, #below-login a {
	text-decoration: none;
    color: #427fed;
    font-family: arial;
    font-size: 16px;
}
div#below-login {
    width: 265px;
    margin: 0 auto;
}
#forgot-password {
	text-align: left;
}
#forgot-hr {
	width: 100%;
	margin: 20px 0 0 0;
}
#join-free {
	text-align: center;
	margin-top: 20px;
}

	@media screen and (max-height: 568px){
		#login-top {
            XXXmargin-top: 40px;
        }
        #login-avatar {
		    display: none;
		}
		#login-title {
		    margin: 20px 0;
            font-size: 20px;
		}
        input#rememberme {
        }
        .login-remember label input#rememberme {
             XXXmargin-top: 0px;           
        }
        .login label[for=rememberme] input#rememberme {
            margin-top: -5px;
        }
        .remodal-login {
            padding: 25px;
        }
        div#login_error {
            margin-bottom: -30px;
        }
        #login-top {
            margin-top: 0;
        }

	}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #a9a9a9;
	font-family: arial, sans-serif;
}

:-moz-placeholder {
	color: #a9a9a9;
	font-family: arial, sans-serif;
}

::-moz-placeholder {
	color: #a9a9a9;
	font-family: arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #a9a9a9;
	font-family: arial, sans-serif;
}


