div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit]  {
    flex-flow: row-reverse nowrap !important;
    font-family: Montserrat,sans-serif !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    color: rgba(255,255,255,1) !important;
    border-color: rgba(35,157,219,0) !important;
    background-color: rgba(35,157,219,1) !important;
    border-width: 2px !important;
    border-style: solid !important;
    padding-top: 14px !important;
    padding-right: 42px !important;
    padding-bottom: 14px !important;
    padding-left: 42px !important;
    border-radius: 2px !important;
    -webkit-flex-flow: row-reverse nowrap !important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover{
  cursor: pointer; 
  
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea
{
padding: 25px !important;

}
input::placeholder, textarea::placeholder {
  color: #CCC !important;
}