.wpcf7-form {
    background-color: #FA6D35;
    padding: 25px;
    color: #fff;
    border-radius: 10px;
}


#main {
   background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(https://secsatools.com.mx/wp-content/uploads/2015/11/secsatools.com_.mx-fondo.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#main> .container {
  background: rgba(0, 0, 0, 0.9);
    color: #fff;
}


.btn-primary {
    background-color: #1E1A17 !important;
    border-color: #ffffff;
}

.header-top {
    background-color: #070808;
    color: #fff;
}

.header-bottom {
    border-bottom: 5px #FA6D35 solid;
}