.login form{
    box-shadow:none;
    padding:20px;
}
#login {
    background: #FFF;
    margin: 50px auto;
    padding: 40px 20px;
    width: 400px;
}
.login label {
    color: #555;
    font-size: 14px;
}
.login form .forgetmenot{
    float:none;
}

.login h1 a {
    background-repeat: no-repeat;
    background-image: url(https://thegenzbuzz.com/wp-content/uploads/2024/04/Logo__home_page___942_x_120_pxretina.png);
    background-position: center center;
    background-size: contain !important;
    width: 100% !important;
}

#login form p.submit{
margin-top:15px;
}
.login.wp-core-ui .button-primary {
    background: #cc0000;
    border-color: #cc0000;
    box-shadow: 0 1px 0 #cc0000;
    color: #FFF;
    text-shadow: none;
    display: block;
    width: 100%;
    padding: 7px;
    height: auto;
    float: none;
}

#nav {
    text-align: center !important;
}

.privacy-policy-page-link a {
    text-decoration: none !important;
}



.login *:focus,
.login h1 a:active {
    outline: none !important;
    box-shadow: none !important;
}

p#backtoblog
{
display: none;
}


/* Removes "Create Your Account from notice label and makes it a heading on register page and lost your password page" */
.login div.notice-info,
.login div.message {
    border-left: none !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111 !important;
}

.login p {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
}


.login .button.wp-hide-pw:focus  {
    border: 1px solid #8c8f94;;
}

.login .button.wp-generate-pw {
    background: transparent !important;
    border: 2px solid #cc0000 !important;
    color: #cc0000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Remove translator button (Can't tell which plugin is causing that) */
.language-switcher {
    display: none;
}

