.btn-action {
    background-color: #FF9B00;
    outline: 0;
    border: 0 none;
}

.btn-action:hover {
    background-color: #ec9005;
}

.form-label-color {
    color: #6A3E00;
}

.banner{
    height: 430px;
}
body{
    background-color: #f8eedf;
}

form, input, button, .card{
    border-radius: 0 !important;
}


@media screen and (max-width: 990px) {
    .banner{
        height: 350px;
    }
}

@media screen and (max-width: 760px) {
    .banner{
        height: 270px;
    }
}

@media screen and (max-width: 500px) {
    .banner{
        height: 180px;
    }
}

@media screen and (max-width: 400px) {
    .banner{
        height: 160px;
    }
}