@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
	font-family: "Roboto", sans-serif;
	margin: 0px;
	padding: 0px;
	background: #F2F2FA;
}

.page-bg{
	background: #fff;
	padding: 20px;
	margin: 30px 0px;
	border-radius: 8px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.header{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}


.header a img{
	margin: 0px auto;
	display: block;
	height: 60px;
}

.qr-form h3{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #2f2f2f;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.qr-form .form-control{
	height: 50px;
}

.qr-form textarea.form-control{
	height: 100px;
}

.qr-form .form-check-label{
	color: #716f6f;
	font-size: 14px;
}

.qr-form .form-check-input{
	width: 1.3em;
    height: 1.3em;
    margin-right: 0px;
}

.thankyou-message{
	text-align: center;
	padding-top: 60px;
	padding-bottom:60px;
}

.thankyou-message img{
	height: 140px;
	margin-bottom: 20px;
}

.thankyou-message h2{
	color: #009045;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.thankyou-message h4{
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
	color: #5a5a5a;
}