body{
    font-family: 'Roboto', sans-serif;
}
header{
    height: 500px;
    background-image: url('../img/header.jpg');
    background-position: center;
}
.logo-evo{
    width: 150px;
}
.bg-evoBlue{
    background-color: #0140be;
}
.text-white{
    color: white;
}
.header-description{
    background-color: #0140be;
    color: white;
    padding: 15px 30px;
    margin-bottom: 100px;
}
.text-evoBlue{
    color: #0140be;
}
.bg-grey{
    background-color: #ebebeb;
}
.text-grey{
    color: #b1b1b1;
}
form .form-label{
    font-weight: bold;
    margin-bottom: 0.25rem;
}
form .form-control[type='text'], .form-control[type='file']{
    border: 2px solid #0140be;
    border-radius: 0;
}
select{
    border: 2px solid #0140be !important;
    border-radius: 0;
}
footer{
    background-color: #0140be;
    color: white;
}
footer p{
    background-color: inherit;
    color: inherit;
}
form .btn.btn-primary{
    font-size: calc(1.125rem + 1.5vw);
    background-color: #0140be;
    border-color: #0140be;
    color: white;
    border-radius: 20px;
    box-shadow: 0 5px 10px #adadad;
    padding-left: 55px;
    padding-right: 55px;
    font-weight: 600;
}
form .form-text{
    font-size: 80%;
    font-weight: 700;
}
.thankyou-section .row [class*="col-12"]:nth-child(1){
    border-right: 3px solid #FFFFFF;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: unset;
    border-radius: 4px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 1.5;
    border: 2px solid #0140be;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f9fafb transparent transparent transparent;
}

@media screen and (max-width: 769px) {
    .thankyou-section .row [class*="col-12"]:nth-child(1) {
        border-right: none;
    }
    .thankyou-section img{
        max-width: 350px;
    }
}
