@charset "utf-8";
#rex-yform {
    max-width:1600px;
    width:100%;
    margin:0 auto;
    padding:2em;
/*    background-color: aqua;*/
}
.form-group {
    
}
.btn-primary {
    background-color:#d10404;
    border: none;
    color:#555;
    border-radius: 0px;
    padding:10px 50px;
}
.btn-primary:hover {
    background-color:#a10e00;
    border: none;
    color:#fff;
}
.form-group label {
    display:none;
}
select.form-control:not([size]):not([multiple]) {
    width:auto;

}
#rex-yform input, #rex-yform textarea, select.form-control:not([size]):not([multiple]) {
    border-radius: 0px;
    background-color: rgba(225,225,225,0.3);
    border: none;
    border-bottom:1px solid rgb(220,220,220);
}
option {
    font-size:0.8em;
        color:#fff;

}

@media (max-width: 1650px) {

}

/* xl */
@media (min-width: 1200px) {

}

/* lg */
@media (max-width: 1199px) {

}

/* md */
@media (max-width: 991px) {
    
}

/* sm */
@media (max-width: 767px) {

}

/* xs  */
@media (max-width: 575px) {
    
}

@media (orientation: portrait) { 

}


