
 body.login {
    background: url('../images/login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    }

body.login::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

#login {
    width: 350px;
    padding: 40px;
    background: rgba(255,255,255,0.96);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    margin: 8% auto;
    position: relative;
    z-index: 1;
}

.login h1 a {
    background-image: url('../images/hms-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 85px;
}

.login input[type="text"],
.login input[type="password"] {
    background: #fff;
    border: 1px solid #ccd0d4;
    color: #1f2d3d;
}

.wp-core-ui .button-primary {
    background: #1e73be;
    border-color: #1e73be;
    border-radius: 6px;
}
#nav a {
    display: inline-block;
    background-color: #1e73be;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}

#nav a:hover {
    background-color: #155a96;
}