/* body */
body {
    background-color: #dddddd;
}

/* BOOKING PAGE */
.decision-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* booking form */
.booking-form {
    background-color: white;
    padding: 0px;
    min-height: 100vh;
}

/* header */
.header{
    background-color: #C10A28;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo {
    width: 220px;
}

/* guidelines */
.list-unstyled {
    padding-right: 80px !important;
    line-height: 1.8rem;
}

/* form */
.alert {
    border-radius: 0px !important;
}

input[type="text"],
input[type="email"],
input[type="date"], 
button,
select {
    border-radius: 0px !important;
}

/* footer */
.footer {
    background-color: #585755;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}

/* LOGIN PAGE */
/* login form */
.login-form {
    padding: 0px;
}

/* DATA PAGE */
.data-container {
    padding: 0px !important;
}
  