
body {
    margin: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}



.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111111;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
    color: #BEBEBE !important;
}




/**/
.form-group label{
    font-weight: 600;
}

.form-control{
    border: 1px solid #087021;
}
.form-control:focus {
    outline: none;
    border-color: #087021;
    box-shadow: 0 0 0 0.2rem rgba(8, 112, 33, 0.25) !important;
}

.tt-menu.tt-open {
    border: 1px solid #d8d8d8;
    padding: .5rem;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
}
.tt-cursor{
    background-color: #f5f5f5;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: .5rem;
    padding-right: .5rem;

}
.tt-suggestion {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.twitter-typeahead {
    display: block !important;
}

.spinner {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

