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

h1 {
    font-weight: 900;
}

.hlight {
    font-weight: normal !important;
}

.form-control {
    height: 44px !important;
    font-size: 16px !important;
}

.btn-default {
    background-color: rgb(233, 233, 233) !important;
    width: 100% !important;
    height: 45px !important;
}

.btn {
    height: 45px !important;
    padding: 0px 30px !important;
}

.btn-primary {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    width: 100%;
}


@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 600px) {

}