.form-control:focus {
    border-color: black;
    box-shadow: none !important;
    outline-width: 1px;
}

.bg-dark-blue {
    background-color: #1A5B8D;
}

.bg-hover-dark-blue:hover {
    background-color: #2277b8;
}