.bg-image {
    background-image: url("../img/background.webp");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}

.card.transparent-card {
    background-color: rgba(0, 0, 64, 0.4);
    backdrop-filter: blur(10px);
}

.transparent-input {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: white;
}

.transparent-input:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white;
    border: 1px solid #fff;
    box-shadow: none;
}
