
/* Background page */
.login-page {
    min-height: 100vh;
    background: url('/Assets/images/pixel_GIF.gif') repeat center center fixed;
    background-size: cover;
}

/* Wrapper center */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

/* Card */
.login-card {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}

/* Logo */
.login-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/* Inputs */
.login-card .form-control {
    background-color: rgb(230, 230, 230);
    height: 46px;
}
