*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.form-page{
	background-image: url('./images/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	min-height: 100vh;
}
.wrapperr{
	width: 500px !important;
	margin: auto;
}
.bg-img{
	width: 100%;
	/* background-color: #fff; */

}
.inner-box{
	background-color: rgba(250, 255, 174, 0.432);
	padding: 20px 20px;
}
.form-box{
	border-radius: 10px;
	width: 500px !important;
	margin:  auto;
	display: table;
	/* margin-top: 80px !important; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wrapperr{
	padding-top: 50px;
}
.label-form{
	padding-bottom: 8px;
}
.poster{
	width: 90%;
	margin: 20px auto;
	display: table !important;

}
.form-group{
	margin-bottom: 13px;
}
.btn-submit{
	color: #fff !important;
	width: 100% !important;
	margin-top: 10px !important;
	padding: 8px !important;
	background-color: rgb(12, 57, 97) !important;
}
.logo{
	width: 100px !important;
	margin: auto;
	display: table;
	-webkit-transform: scale(1); /* Prevent potential scaling issues */
    transform: scale(1);
}




@media (max-width: 600px){
	.form-box{
		width: 90% !important;
	}
	.logo{
		width: 100px !important;
		margin: auto;
		display: table;
		-webkit-transform: scale(1); /* Prevent potential scaling issues */
		transform: scale(1);
	}
	.wrapperr{
		width: 90% !important;
		margin: auto;
	}
	
}
















































