/* input[type='Text'], input[type='Email'], select, textarea{
		border-radius: 0 !important;
  	border: 1px solid #000 !important;
		height: 2em !important;
		padding: 0 0 0 6px !important;
	}
	input[type='submit']{
		background: #000;
		color: #fff;
		padding: 8px;
		border: 0;
	}
	textarea{
		height:3em !important;
		resize: none;
	}
	textarea#description{
		height: 8em !important;
	}
	.tit-prod{
		margin-bottom: 2.5em;
	}

	@media screen and (max-width: 650px){
		.tit-prod {
		    width: 100% !important;
		}
	}
	
	@media (max-width: 768px)  { 
		#divCaptcha{
			width: 30%;
		}
	}
	.alert{
		color: #fff;
		background: #000;
		padding: 15px;
		min-height: 100px;
		border-radius: 0;
		border: 0;
	}
	.alert h4{
		margin-top: 0;
    color: inherit;
    border-bottom: 1px solid #fff;
	}
	.alert p{
		font-size: 12px;
	}
	.alert a.closeAlert {
    color: #fff;
    text-decoration: none;
	}
	.form-control {
	color:#fff; 
	background-color: #333 !important;
	} */