html {
    background: #e7e7e7;
    min-height: 100%;
}

.g-recaptcha{
    margin: 0 auto 15px auto;
    width: 100%;
}

body.login {
    background: none;
}


body.login #login{
    width: 420px !important;
    padding: 4% 0 !important;
}

body.login form{
    padding: 26px 24px 20px;
}

body.login form .input, body.login input[type="text"], body.login input[type="password"] {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 10px 0;
    min-height: 35px;
    max-height: none;
}

@media screen and (max-height: 550px){
    #login {
        padding: 20px 0 !important;
    }
}

.login form {
    background: #ffffff;
    border: 0;
    font-size: 14px;
    color: #777;
    box-shadow: 1px 2px 7px -2px #222;
}
#login .login form{
    padding: 13px 24px 35px !important;
}

#login h1 a{
    background: transparent url('../img/logo.png') no-repeat !important;
    background-position: center;
    padding-bottom: 10px;
    margin: 0 auto;
    background-size: 100px !important;
    width: 100px;
    height: 100px;
}

input.button-primary, button.button-primary, a.button-primary {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 4px 42px !important;
    font-size: 16px !important;
}

#loginform #wp-submit{
    height: auto !important;
}
#login .gglcptch_recaptcha{
    padding-left: 15px;
}
#login #nav{
    color: #dedede;
    font-size: 18px;
    text-align: center;
}
#login #nav a,
#login #backtoblog a{
    color: #444 !important;
    text-decoration: none;
}

#login .hmwp_brute{
    color: #333;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
    padding: 0 30px 2px !important;
}

#login #backtoblog{
    display: none;
}

@media screen and (max-width: 782px) {
    #login h1 a {
        background: none;
    }
}