
body.login-action-login {
    background: black;
    background-size: contain;
    background-repeat: repeat;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 75%);
}

.login h1 a {
    background-image: url(https://gregmueller.com/wp-content/uploads/2019/11/Mueller-Logo-V2.svg);
    width: 230px;
    height: 160px;
    background-size: contain;
    background-position: bottom;
}



.wp-core-ui .button-primary{
background: #0a5991;
border-radius: 0px;
}

.login form{
background-color: transparent; 
border:none; 
box-shadow: none;
}

.login label{
color: white;
}

.login #backtoblog a, .login #nav a{
color: white !important;
background-color: #d24746 !important;
}
.login #backtoblog a, .login #nav a {
    background: #76bc21 !important;
}

.menu-icon-reviews{
background-color: gray;
}


.login #backtoblog a, .login #nav a {
color: #0a5991;
font-weight: bold;
background-color: transparent;
padding: 5px;
width: 100%;
display: block;
text-align: center;
}

input#wp-submit {
    background: white;
    color: #76bc21 !important;
    font-weight: 700;
    border: none;
}