.btn-yellow,
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:visited,
.btn-yellow:focus {
    background-color: #f8ba22;
    border-color: #f8ba22;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:visited,
.btn-blue:focus {
    background-color: #20275e;
    border-color: #20275e;
}
.text-blue {
    color: #20275e;
}
.text-yellow {
    color: #f8ba22;
}

.form-control:focus {
    border-color: #20275e;
    box-shadow: 0 0 0 0.2rem #20275e;
}