.login h1 a {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 340px !important;
    color: #999;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 84px;
    line-height: 1.3em;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 60px;
    text-decoration: none;
    text-indent: -9999px;
    width: 100% !important;
}
.login form {
    background: #EEEEEE !important;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    font-weight: 400;
    margin-left: 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 45px 24px 66px;
}
#login {
    margin: auto;
    padding: 8% 0 0;
    width: 480px;
}
body {
	background: #FFFFFF;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555!important;
    display: block;
    font-size: 14px !important;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px!important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s!important;
    width: 100% !important;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
}
#rememberme {
    width: 20px !important;
    margin:0px;
}
.forgetmenot > label {
    color: #98186a !important;
}
.button.button-primary.button-large {
    background: none repeat scroll 0 0 #98186a;
    border: medium none;
}
.login label {
    color: #000;
    font-size: 14px;
}
#login_error > a {
    color: #fff;
    font-weight: 500;
}
.login #login_error {
    background: none repeat scroll 0 0 #dd3a33;
    border-left: 4px solid #dd3d36;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
}
.login #backtoblog a, .login #nav a {
    color: #98186a;
    text-decoration: none;
}
#login form p.submit {
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
#wp-submit {
    width: 160px;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    border-radius: 10px;
    height: 40px;
    line-height: 28px;
    padding: 3px 40px 2px;
}
.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px;
    text-align: center;
}
#backtoblog > a {
    background: none repeat scroll 0 0 #6FB7AF;
    border-radius: 10px;
    color: #fff !important;
    padding: 10px 15px;
}
.login .message {
    background-color: #EEEEEE;
    border-left: 4px solid #98186a;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
}