/* CSS Document */

/* Petiféle 2020.jún.24 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');


body.web-to-lead{
	  font-family: 'Montserrat', sans-serif;
}


body.web-to-lead input[type="text"],
body.web-to-lead input[type="tel"],
body.web-to-lead input[type="checkbox"],
body.web-to-lead input[type="text"],
body.web-to-lead input[type="text"] {
  background-color:#fff;
  font-size: 16px;
      line-height: 1;
    height: 30px;
    size: 35px;
    color:#000;
}


body.web-to-lead textarea {
  background-color:#fff;
  font-size: 16px;
    color:#333;
}
 
body.web-to-lead label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
	border-color:#999;
  color:#000; 
 }



body.web-to-lead #form_placeholder {
	color:#fff;
}

body.web-to-lead #form_control-label {
	color:#fff;
}

body.web-to-lead {
	background-color: transparent;
}



body.web-to-lead #form_submit {
	background: #49a810;
	font-size: 18px;
	max-width: 400px;
	display: block;
	width: 100%;
	margin: 0px auto;
}

body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
	background:green;
}

.form-control::-moz-placeholder {
  color: #CCC;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #CCC;
}
.form-control::-webkit-input-placeholder {
  color: #CCC ;
}

.form-control::-moz-control-label {
  color: #CCC;
  opacity: 1;
}
.form-control:-ms-control-label {
  color: #fff;
}
.form-control::-webkit-control-label {
  color: #fff ;
}

.control-label {
  color: #333;
} 
 
.textarea.form-control {
color:#6b6d6d;
}

