/* 
input[type=text] {
    width: 100%;
    padding: 50px 50px 20px 20px;
    margin: 50px 20;
    box-sizing: border-box;
  } */

/***************** form1*******************/
#form1 .inputBox1{
	position:relative;
}
#text1{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form1.invalid .inputBox1:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form1.valid .inputBox1:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;

	
}




/***************** form2*******************/
#form2 .inputBox2{
	position:relative;
}
#text2{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form2.invalid .inputBox2:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form2.valid .inputBox2:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}
/********************************form3*********************/

 
#form3 .inputBox3{
	position:relative;
}
#text3{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:3px;
	
}

#form3.invalid .inputBox3:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form3.valid .inputBox3:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}


/*******************************form4***************************/

#form4 .inputBox4{
	position:relative;
}
#text4{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form4.invalid .inputBox4:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form4.valid .inputBox4:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}

/*******************************form5***************************/
#form5 .inputBox5{
	position:relative;
}
#text5{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form5.invalid .inputBox5:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form5.valid .inputBox5:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}
/*******************************form6***************************/
#form6 .inputBox6{
	position:relative;
}
#text6{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form6.invalid .inputBox6:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form6.valid .inputBox6:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}
/*******************************form7***************************/
#form7 .inputBox7{
	position:relative;
}
#text7{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form7.invalid .inputBox7:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form7.valid .inputBox7:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}

/*******************************form8***************************/
#form8 .inputBox8{
	position:relative;
}
#text8{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form8.invalid .inputBox8:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form8.valid .inputBox8:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}


/*******************************form9***************************/
#form9 .inputBox9{
	position:relative;
}
#text9{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form9.invalid .inputBox9:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form9.valid .inputBox9:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}
/*******************************form10***************************/
#form10 .inputBox10{
	position:relative;
}
#text10{
	display:block;
	color:#000;
	font-weight:300;
	font-style:normal;
	padding:5px;
	
}

#form10.invalid .inputBox10:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/invalid.png');
	background-size:cover;
	z-index:1000;
	
}


#form10.valid .inputBox10:before{
	content:'';
	position:absolute;
	right:4px;
	top:9px;
	width:24px;
	height:24px;
	background:url('../images/valid.png');
	background-size:cover;
	z-index:1000;
	
}

/*******************************form4***************************/

