

[data-cattype="50034"] #buttonSubmit {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
  }
  [data-cattype="50034"] #buttonSubmit:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

[data-cattype="50034"] .wrapper_form{

    text-align: left;
    margin-bottom: 60px;

}



[data-cattype="50034"] .form-group{

    padding: 6px;

    margin-bottom: 5px;

}

[data-cattype="50034"] .form-group:nth-child(even){

    background-color: #efefef;

}



[data-cattype="50034"] .form-group > label{

    text-align: right;

    padding: 3px;

}







/* Typical laptop screen size*/

@media (max-width: 1400px) {

	

}



/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 980px) {

	

}



/* Mobile screen size - landscape view */

@media (max-width: 767px) {

   

}



/* Mobile screen size */

@media (max-width: 480px) {

    [data-cattype="50034"] h2{
    font-size:28px;
    }
    [data-cattype="50034"] .wrapper_form {
        text-align: center;
        font-size: 14px;
        padding: 0px 40px 40px 40px;
      }
      [data-cattype="50034"] #buttonSubmit {
        font-size: 14px;
      }
      [data-cattype="50034"] .form-group > label {
        text-align: left;
        padding: 3px;
        font-size: 14px;
      }

}



