[data-cattype="50034"] #buttonSubmit {
    background-color: #F7B719;
    padding: 15px 35px;
    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';
	margin: 20px 20px 80px 20px;
  }

[data-cattype="50034"] .container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

  [data-cattype="50034"] #buttonSubmit:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

[data-cattype="50034"] .wrapper_form{
    text-align: left;

}

[data-cattype="50034"] .form-group{
    padding: 6px;
    margin-bottom: 5px;
}

[data-cattype="50034"] .form-group > label{
    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: left;
        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;
      }

}



