.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #99563c;
    padding-left: 5px;
}

.form-group .form-control-icon-lg {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.575rem;
    height: 2.575rem;
    line-height: 3rem;
    text-align: center;
    justify-content: center;
    font-size: 19px;
    pointer-events: none;
    color: #99563c;
    padding-left: 5px;
}

.card {
    border-radius: 0px;
}

.btn-lg.custom {
    background-color: #99563c;
    color: #fff;
    border-radius: 0px;
    display: block;
    height: 55px;
}

.btn-lg.custom-search {
    background-color: #ffffff;
    color: #99563c;
    border-radius: 0px;
    display: block;
    height: 52px;
}

.btn-lg.custom-search:hover {
    background-color: #d3a390;
}

label.error {
    color: #ffffff !important;
}
