@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    margin: 0;
    font-family: Roboto,Open Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff
}

.btn-primary{
    background-color: #0070cc;
}

.input-group{
    border: 2px solid #0070cc;
    border-radius: 0.25rem;
}

.input-group-text{
    color: white;
    background-color: #0070cc;
    border: 0;
    border-radius: 0;
}

.input-group .form-control{
    border-radius: 0;
}

h4{
    font-weight: 700;
}

.fw-500{
    font-weight: 500;
}

