.bg-blue .arrow-top:after {
    top: -29px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #111a4c;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}

.bg-blue .arrow-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #111a4c;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.form-control {
    margin-left: 0;
    margin-right: 0;
}
.bg-dark-blue {
    background-color: #123a51;
}