body {
    background-image: url(../img/bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-color: #212121 !important;
    margin: 0 !important;
}

.login h1 a {
    background-image: url(../img/gro-logo.png) !important;
    background-size: contain !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    color: #444 !important;
    height: 50px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    width: 100px !important;
    text-indent: -9999px !important;
    outline: 0 !important;
    overflow: hidden !important;
    display: block !important;
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
}

@media all and (max-width: 400px) {

    .login h1 a {
        height: 30px !important;
        width: 50px !important;
    }

}

.login form {
    margin-top: 40px !important;
    margin-left: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#login form p {
    margin-bottom: 25px !important;
}

#login {
    width: 600px !important;
    padding: 0 !important;
    margin: auto !important;
    height: auto;
    position: fixed !important;
    top: 50% !important;
    margin-top: 0 !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    max-width: 90%;
}

@media all and (max-width: 450px) {

    #login {
        width: 90% !important;
        left: 5% !important;
        margin-left: 0 !important;
    }

}

#login:before {
    position: absolute !important;
    top: -200px !important;
    left: 50% !important;
    content: '' !important;
    width: 700px !important;
    height: 200px !important;
    margin-left: -350px !important;
    background-image: url(../img/gro-wdtd.png) !important;
    background-size: contain !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

@media all and (max-width: 750px) {

    #login:before {
        top: -100px !important;
        left: 0 !important;
        width: 100% !important;
        height: 100px !important;
        margin-left: 0 !important;
    }

}

.login form .input,
.login input[type=password],
.login input[type=text] {
    font-size: 24px !important;
    line-height: 1.33333333 !important;
    width: 100% !important;
    border-width: .0625rem !important;
    padding: 10px 15px !important;
    margin: 0 0 0 !important;
    min-height: 40px !important;
    max-height: none !important;
    border-radius: 0px !important;
    border: none !important;
    font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    color: red !important;
    background-color: #fff !important;
    border-radius: 10px !important;
}

.login form > p:first-child{
    float: left;
    width:48%;
}

.login form#lostpasswordform > p:first-child{
    width: 100%;
}

.user-pass-wrap{
    float: right;
    width:48%;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: red !important;
    box-shadow: none !important;
    outline: none !important;
}

.login label {
    font-size: 17px !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 100% !important;
}

p.forgetmenot,
p#backtoblog,
.privacy-policy-page-link {
    display: none !important;
}

p.submit {
    width: 100% !important;
    text-align: center !important;
}

.login .button-primary {
    float: none !important;
}

.user-pass-wrap {
    margin: 0 0 25px 0 !important;
}

.wp-core-ui .button-primary {
    background: #161616;
    border: solid 2px #fff;
    border-radius: 0;
    color: #fff;
    min-width: 100px;
    box-shadow: none;
    -webkit-transition: 300ms ease all !important;
    transition: 300ms ease all !important;
    font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    opacity: 0.7 !important;
    color: #fff !important;
    background: #161616;
    border: solid 2px #fff;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
    box-shadow: none !important;
}

.login #backtoblog,
.login #nav {
    font-size: 17px !important;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
}

.login .button.wp-hide-pw {
    line-height: 100% !important;
    color: red !important;
    outline: none !important;
    line-height: 1em !important;
    height: 100% !important;
    padding: 0 !important;
}

.login .button.wp-hide-pw .dashicons {
    width: 1.25rem !important;
    height: 20px !important;
    top: 50% !important;
    line-height: 1 !important;
    margin-top: -10px !important;
    position: absolute !important;
    right: 10px !important;
}

.login .button.wp-hide-pw:focus {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.login #nav a {
    text-decoration: none !important;
    color: #fff !important;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover,
.login #backtoblog a:focus,
.login #nav a:focus,
.login h1 a:focus {
    color: red !important;
}

a:focus {
    color: red !important;
    box-shadow: none !important;
}

.login #login_error,
.login .message,
.login .success {
    border-left: none !important;
    padding: 0 !important;
    margin: 50px 0 !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 17px !important;
    color: #fff !important;
    text-align: center !important;
    font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
}