.wpforms-container {
max-width: 800px !important;
margin: 0 auto !important;
}

.wpforms-submit-container {
text-align:center;
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 600; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

/* Changes the style of the overall form */
#mc_embed_signup {
    padding: 20px;
        text-align: center;
}

/* Styles the header text above the inputs */
#mc_embed_signup h2 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #000000;
    text-align: center;
}

/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 10px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 200px;
}

/* Styles the subscribe button */
#mc_embed_signup .button {
    background-color: #687e95;
    color: #ffffff;
    margin: 0 auto;
}