body {
    background: white;
    min-width: 0;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}


body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: block;
    margin: 8px;
}

#login 
{
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

.login h1{
    text-align: center;
}

.login h1 a {
	background-image: none,url(/images/wordpress-logo.svg?ver=20131107);
    -webkit-background-size: 84px;
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

img {
	display: none;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login form, .login h1 a {
    overflow: hidden;
    font-weight: 400;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fbfbfb;
}

.login form .input, .login input[type=text] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}

.login label {
    color: #72777c;
    font-size: 14px;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #555d66;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}

.wp-core-ui p .button {
    vertical-align: baseline;
}


.login .button-primary {
    float: right;
}

.wp-core-ui .button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #555;
    border-color: #ccc;
    background: white;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    display: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login * {
    margin: 0;
    padding: 0;
}

.sitelinks {
	display: none;
	list-style-type: none;
}

.loginButtonBlue, #backtoblog {
	display: none;
}

#nav {
	display: none;
}