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

.login {
    background-image: url(https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9f014d67-1456-4274-8d43-5c5bf9f34d6d/original=true,quality=90/84D7A97B34B5CB3C25EE15CD4883CAFC8A5D5C142646455C1E1BDF793BB8CB8A.jpeg) !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;
}

