input[type="text"], input[type="tel"], input[type="email"], input[type="textarea"], textarea{
    font-size: 16px !important;
}

.close{
    position: absolute;
    right: 10px;
}

.btn-blue{
    background-color: #02A7B8;
    border: 2px solid #02A7B8;
    color: white;
    border-radius: 25px;
    opacity: 1;
    font-size: 18px;
    line-height: 22px;
}

.btn-blue:hover{
    background-color: white;
    border: 2px solid #02A7B8;
    color:#02A7B8
}

@media (min-width: 576px){
    .mw-800{
        max-width: 800px;
    }
}

.bootstrap-select .dropdown-menu{
    min-width: 100% !important;
}

.modal-backdrop{
    margin-top: 0 !important;
}