body.login {
    background: url('/wp-content/themes/hello-theme-child-master/assets/img/login-bg.jpg')
        no-repeat center;
    background-size: cover;
}

.login h1 a {
    display: none;
}

.login h1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

#login form {
    color: #fff;
    background-color: #79bdcf1a;
    box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 10%);
    border: none;
    border-radius: 5px;
}

#login form #wp-submit {
    background-color: #ffe184;
    color: rgb(2, 26, 30);
}

#wp-submit {
    background: #277ec5;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 35px;
    height: auto;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
}

#wp-submit:hover {
    background: #2271b1;
}

.login #login_error,
.login .message,
.login .success {
    border-color: #277ec5;
    box-shadow: none;
    background-color: #fff;
}

.login-action-lostpassword #nav {
    display: none;
}

.login #backtoblog a,
.login #nav a {
    color: #fff;
}
