.landing-form {
    padding: 33px;
    border-radius: 18px;
  backdrop-filter: blur(5px) saturate(200%);
    -webkit-backdrop-filter: blur(5px) saturate(200%);
    background-color: rgba(14, 37, 65, .8);
    border: 2px solid rgba(255, 255, 255, 0.125);
}

.landing-form input.wpcf7-form-control.wpcf7-submit {
    background: white;
    margin-top:15px!important;
    margin: auto;
    display: block;
    color: black !important;
}

.landing-form input[type="text"] {
  background:rgba(255, 255, 255, .6)!important;
  border: 2px solid rgba(255, 255, 255, .5)!important;
  color:black!important;
}

.landing-form input[type="email"] {
  background:rgba(255, 255, 255, .6)!important;
  border: 2px solid rgba(255, 255, 255, .5)!important;
  color:black!important;
}

.landing-form input::placeholder {
  color: black;
}



/* RESPONSIVE SETTINGS ------------------------------------------------------------------------------------------------------------------------------------------------*/

/* LARGE SCREEN */
@media only screen and (min-width: 2000px) { }

/*THIS SIZE OR BIGGER*/
@media screen and (min-width: 1250px) {}

/* MOBILE SCREEN */
@media only screen and (max-width: 700px) { }

/* BETWEEN 2 SIZES */
@media screen and (min-width:400px) and (max-width:900px){}
