/* Importa animazioni */
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

/* HEADER */
.header {
    position: relative;
    background: url('https://wheeldates.net/bg-header.png') center/cover no-repeat;
    height: 300px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.header-content {
    position: relative;
    z-index: 1;
}

/* FORM */
.container {
    max-width: 600px;
}

.card {
    border-radius: 10px;
    background: white;
    transition: transform 0.3s ease-in-out;
}

.form-check-input:checked {
    background-color: #007bff;
}

/* FOOTER */
.footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 50px;
}
