
.contentPage .contentDes{
	background-color:#dcdcdc;
	padding:10px;
	box-sizing: border-box;
	font-size:1rem;
}

.contentPage .contentDes h1{
	margin:0;
	font-size:1.3rem;
}
.contentPage .contentDes h2{
		font-size:1.1rem;
}
.form label.label{
	font-weight:600;
	font-size:1.2rem;
}
.form input,
.form select,
.form textarea{
	width:100%;
	font-size:1.2rem;
}





/*************DIVIDER************************************************************************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.contentPage .contentDes{
		padding-top:40px;
	}
}

/*************DIVIDER************************************************************************************************/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.contentPage .contentDes{
		padding-top:10px;
	}

}



/*************DIVIDER************************************************************************************************/
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.form input,
	.form select,
	.form textarea{
		width:50%;
	}
	
}


/*************DIVIDER************************************************************************************************/
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.contentPage{
		background-image: url(/images/background.gif);
	}
	.contentPage .contentDes{
		width:992px;
		margin:auto;
		border-left:1px solid #cbcaca;
		border-right:1px solid #cbcaca;
	}
}
