body.login-action-login {
    background-image: url(https://thedevq.com/brick.jpg);
    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://thedevq.com/wp-content/uploads/2021/09/logo-1.png);
    width: 230px;
    height: 160px;
    background-size: contain;
    background-position: bottom;
}

.wp-core-ui .button-primary {
    background: #00c2ab;
    border-radius: 0px;
    border: none;
    font-weight: 500;
}

.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: #00c2ab !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;
}