.login-page, .register-page{
    /* background-image: url(' img/bg_login.jpg'); */
    background: #00204A;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */

}
.login-logo a, .register-logo a {
    color: #000;
    font-family: system-ui;

}
