/* ===================================== */
/* Login page Styling (Enter in Custom CSS in interface -> Override) */
/* ===================================== */

.login {
    background-image: url(https://cineamo-cdn.b-cdn.net/cinema-profile-image/91ff5203-8634-46f6-9b05-82309fa106db?width=2048&optimizer=image) !important;
    width: 100%;
    height: 100%;
    background-size: 2530px 1920px;
    background-repeat: no-repeat;
    background-color: #2596be;
    background-attachment: fixed;
    background-position: center;
}

.login .card {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

