.btn-New{
    background: #97C93A!important;
    width: 100%;
    height: 60px;
    color: white;
    }
 .form-message{
     height: 100px;
 }
 
 .formLabel{
     font-family: 'Roboto';
    font-weight: 700;
    font-size: 12.6px;
     }
     
   .form-control {
   font-family: 'Roboto'!important;
    font-size: 12.6px!important;
    font-weight: 400!important;
    
       }
       .wpcf7-form-control::placeholder {
    font-family: 'Roboto' !important;
    font-size: 12.6px !important;
    font-weight: 400 !important;
    color: #CCD1DA !important;
}
.wpcf7-form-control:focus::placeholder {
    color: #000000 !important;
}