#custom-orders {
    color: var(--obc-dark-brown);
}

#custom-orders .form .col-lg-6,
#custom-orders .form .col-lg-12,
#custom-orders .form .col-lg-4 {
    padding: 0 10px;
}

#custom-orders .form input,
#custom-orders .form textarea {
    border: 1px solid var(--obc-caramel);
    background-color: transparent !important;
    padding: 15px;
    height: 100%;
    border-radius: 0;
    width: 100%;
}

#custom-orders .form label {
    width: 100%;
}

#custom-orders .form label input {
    margin-top: 10px;
}

#custom-orders .form .submit-btn {
    margin-right: 10px;
    position: relative;
}

#custom-orders .form .submit-btn input {
    background-color: var(--obc-dark-brown) !important;
    padding: 0 2rem;
    color: var(--obc-cream) !important;
    float: none !important;
    margin-bottom: 1rem;
    font-weight: 700;
    border-radius: 0 !important;
}

#custom-orders .form .submit-btn::after {
    position: absolute;
    top: 30%;
    right: 15px;
    color: var(--obc-cream);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    margin-left: 1rem;
    vertical-align: middle;
}

@media (max-width:997px) {
    #custom-orders .hero-img {
        height: 400px;
    }
}