body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}

.container {
    width: auto;
    max-width: 750px;
    padding: 0 25px;
}

.logo {
    width: 100px;
    height: 100px;
}

.bg-primary {
    background-color: #C2DEEF !important;
}

.border-primary {
    border: 3px solid #C2DEEF !important;
}

.border-grey3{
    border: 3px solid #E4E4E4 !important;
}

.border-blue3 {
    border: 3px solid #0076bc !important;
}

.btn-primary {
    background-color: #0076bc !important;
}
.rounded {
    border-radius: 0.6rem!important;
}
.img-map{
    width: 106%;
}
.-mt {
    margin-top:-75px;
} 
@media screen and (max-width: 600px) {
    h1.title {
        font-size: 18px;
        padding-top: 20px;
    }
    .-mt {
        margin-top:0;
    } 
}
.input-invalid{
    border-color: red;
}
.errorMsgs {
    color: red;
    font-size: 13px !important;
}