* {
    /* background-color: red!important; */
}

.banner {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    /* width: 90%; */
}

.content {
    max-width: 90%;
}

.row {
    /* background-color: red; */
    margin-bottom: 20px;
}

.row label {
    color: gray;
}

select option {
    color: gray;
}

div.btn-send {
    text-align: right;
}


@media (max-width: 1000px) {

    .container-content {
        /* background-color: red !important; */
        margin: 30px 30px;
    }

}