@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: Montserrat, sans-serif;
    background-color: #F3F6F7;
    background-image: url("../images/keolis_background-c9c4887867490fab867263dcc988a358.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: top left;
    background-attachment: fixed;
}
input, select{
    border: 1px solid #dddddd !important;
    height: 48px!important;
    border-radius: 38px!important;
    padding: 12px 16px 12px 8px;
}
input[type='checkbox']{
    height: 4px !important;
}
input:focus, select:focus{
    box-shadow: none !important;
}
button, input[type='submit']{
    height: 48px !important;
    border-radius: 38px !important;
}
input::placeholder, .accordion-button{
    color: #C2C2C2 !important;
}
.btn-primary{
    background-color: #009CD2 !important;
    border-color: #009CD2 !important;
}
.bg-info{
    background-color: #045E82 !important;
    color: #ffffff !important;
}
.text-dark {
    color: #1A171b !important;
}
.header-card{
    border-radius: 2rem 2rem 0 0 !important;
}
.rounded-38{
    border-radius: 38px !important;
}
input[type='submit']:disabled, button[type='submit']:disabled{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #A4A4A4;
}
@media (max-width: 800px) {
    body {
        background-size: contain;
    }
}
