.reset-button i {
    background: #c7a93e;
    padding: 8px;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
}

.search-button i {
    background: #2b75a4!important;
}

.btn-cruise-form:hover {
    color: #000;
}

.btn-cruise-form-reset {
    color: #c7a93e;
   border: none;
}

.btn-cruise-form-search {
    color: #2b75a4;
   border: none;
}

.with-errors .list-unstyled li {
    color: #a94442 !important;
}
