.form-control{
    border: 1px solid #484848;
    border-radius: 0;
}
.form-select{
    border: 1px solid #484848;
    border-radius: 0;
}

.send-btn{
    border: 1px solid #cf750f;
    padding: 0.6rem 1.5rem;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.5s ease;
    color: #cf750f;
}
.send-btn:hover{
    background-color: #cf750f;
    color: #fff;
}