.btn-secondary{
background-color: #b9bf11 !important;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(31, 8, 90, 0.6), 0 0 8px rgba(31, 8, 90, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(31, 8, 90, 0.6), 0 0 8px rgba(31, 8, 90, 0.6) !important;
}

input:focus, textarea:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(31, 8, 90, 0.6), 0 0 8px rgba(31, 8, 90, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(31, 8, 90, 0.6), 0 0 8px rgba(31, 8, 90, 0.6) !important;
}

main, #main{
    background: #EBEEF2 !important;
}