.contest-form{
	max-width: 80%;
	margin: 5% auto 10%;
	padding-bottom: 40px !important;
	background-color: #FFFDF6 !important;
	border-radius: 20px;
	border: 6px solid #810000 !important;
	box-shadow: 0 2.732px 5.191px 4.782px rgba(0, 0, 0, 0.25);
}

.contest-form > h2{
	text-align: center ;
	border-radius: 15px 15px 0 0;
	background: #17172F ;
	padding: 20px ;
	color: #FFFDF6 !important;
	margin-bottom: 20px ;
	font-size: 60px ;
	text-transform: uppercase;
	margin-top: 0px;
}

.contest-form > p{
	padding: 20px 40px;
    font-size: 40px;
	color: #000;
font-family: BrownExtraBold;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 54px;
}

input{
	padding: 10px;
}

.checkbox-section{
	display: flex;
	gap: 5%;
}

.checkbox-section > input{
	width: 5%;
	background-color: #FFFDF6 !important;
}

.checkbox-section > label{
	width: 90%;
}

.input-section > input{
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, 0.12) !important;
	height: 50px;
	background: #FFFDF6;
	width: 100%; 
	background-color: #FFFDF6 !important;
}

.button > input{
	background-color: #810000;
	color: #ffffff; 
	border: none; 
	padding: 12px 20px; 
	border-radius: 4px; 
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFDF6;
	font-family: BrownExtraBold;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}