@import url('https://fonts.googleapis.com/css2?family=Afacad:wght@500&family=Open+Sans&display=swap');
*{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
h4{
	font-size: 30px;
	margin: 2% 0px 2% 10%;
	color: #000080;
	border-left: 4px solid red;
	padding-left: 10px;
}
.admission-form{
	position: relative;
	left: 30%;
	top: 50px;
	color: #000080;
	font-size: 15px;
	border: 4px solid red;
	width: fit-content;
	padding: 40px;
}
.div{
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}
input{
	padding: 6px;
	border: 2px solid red;
	margin-top: 2px;
	color: #000080;
}
#dob, .reli{
	width: 100%;
	color: #000080;
}
#name{
	margin: 10px 0px 10px 0px;
}
.sec, #p-name{
	width: 49.5%;
	padding: 6px;
	border: 2px solid red;
	color: #000080;
}

::placeholder{
	color: #000080;
}
#btn{
	margin: 15px 0px;
	padding: 10px 60px;
	border-radius: 3px;
	border: 2px solid red;
	background-color: white;
	color: red;
	font-size: 15px;
	position: relative;
	left: 35%;
}
#btn:hover{
	background-color: red;
	color: white;
	cursor: pointer;
}
.input:focus{
	outline: 2px solid red; !important;
	border: 0.5px solid red;
}
h5{
	margin-bottom: 10px;
	text-align: center;
}
.radio{
	font-size: 25px !important;
}

@media only screen and (min-width: 200px) and (max-width: 790px){
.admission-form{
	position: relative;
	left: 0;
	top: 20px;
	color: #000080;
	font-size: 15px;
	border: 4px solid red;
	width: fit-content;
	padding: 20px;
}

#btn{
	text-align: center;
}
.a{
	width: 32.5%;
}
.sec, #p-name{
	width: 49%;
	padding: 6px;
	border: 2px solid red;
	color: #000080;
}
}
@media only screen and (min-width: 790px) and (max-width: 1200px){
	.admission-form{
	position: relative;
	left: 20%;
	top: 50px;
}
}
@media only screen and (min-width: 1200px){
}