
body .row-fluid .form-container form input, body .row-fluid .form-container form textarea , body .row-fluid .form-container form select{
  border: 1px solid #C7C7C7 !important;
  font-size:17px !important;
}
.form-container .actions .hs-button{

    width: 100%;
    background: rgb(0 0 0 / 0%) !important;
    border: 2px solid rgb(109 207 246) !important;
    color: rgb(33 45 57) !important;
    font-size:18px !important;
}
.form-container .actions .hs-button:hover {
    background-color: rgb(109 207 246) !important;
    color: rgb(255 255 255) !important;
  
    box-shadow: 0 0 0 0px rgb(58 190 235 / 0%) !important;
}
 