#alert-container {
    background-image: linear-gradient(195deg, #ffdede 0%, #ffdede 100%);
    color: #a3a1a1;
}

body {
    background: url('/images/login.jpg');
    background-size: cover;
}

.container {
    backdrop-filter: blur(10px);
}

.btn:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    body {
        background-position: center;
    }
}

@media (max-width: 480px) {
    body {
        background-position: center;
    }
}