
.input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  padding-left: 1rem;
}
.input-group-rounded .input-group-field2 {
  border-radius: 5000px 5000px 5000px 5000px;
  padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 0.8rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
	background-color: #aebe14 !important;
	border-color: white !important;
}
.nav-tabs .nav-link {
    color: white !important;
    background: #134053 !important;
	border-color: white !important;
}
.btn-light {
    color: white !important;
    background: #aebe14 !important;
	font-weight: bold;
    font-style: italic;
}
p, body,a {
    color: #134053 !important;
	font-family:roboto;
	font-size:14px;
	text-decoration:none;
}
.big
{
	font-family:roboto;
	font-weight: bold;
    font-size: 24px;
    line-height: auto;
    letter-spacing: 0;

}
.green
{
    color: #aebe14 !important;
}
.blue
{
    color: #134053 !important;
}
a {
    color: #134053 !important;
    text-decoration: none !important;
}
h2
{
	font-family:roboto;
	font-weight: bold;
    font-size: 24px;
    line-height: auto;
    letter-spacing: 0;
}h3
{
	font-family:roboto;
	font-weight: bold;
    font-size: 18px;
    line-height: auto;
    letter-spacing: 0;
}