h3{

	text-align: center;

	padding: 1rem;

	color: #ffffff;

}



.form-div-bg{

	background-image:url(/static/guest-bg.jpg);

	padding: 2rem;

	background-repeat: no-repeat;

	background-size: 100%;

}



.form-input-bg{

	width: 500px;

	height: 485px;

	margin: auto;

	padding: 2rem;

	background-image: url(/static/guest-input-bg.png);

	background-repeat: no-repeat;

}



.input-group{

	background: none;

	padding: 1rem;

}



.form-control{

	background: none;

	border-color: #1DA1F2;

	border-left: none;

}



.input-group-addon{

	border-color: #1DA1F2;

	background: none;

	border-right: none;

	background-image: url(/static/guest-icon.png);

	background-repeat: no-repeat;

	background-position: center -7px; 	

}



.icon-yname{

	background-position: center -7px; 	

}



.icon-ytel{

	background-position: center -64px; 	

}



.icon-yemail{

	background-position: center -120px; 	

}





.icon-ypro{

	background-position: center -173px; 	

}



.icon-yunit{

	background-position: center -230px; 	

}



.icon-ytxt{

	background-position: center -282px; 	

}



.btn-submit{

	margin:auto;

	background: none;

	border-right: none;

	background-image: url(/static/guest-button.png);

	background-repeat: no-repeat;

	background-position: center center; 

	width: 260px;

	height: 40px;

}