table, th, td{
	border: 1px solid black;
	text-align: center;
}
th{
	background-color: lightblue;
}
td{
	height: 0.5;
}
.admin-head{
	text-align: center;
	text-decoration: underline;
	background-color: blue;
	color: white;
}
.logout{
	text-align: right;
}
.form-text{
	width: 30%;
	font-size: 20px;
	display: inline-block;
}
.form-input{
	width: 50%;
	display: inline-block;
}
.form-input input, .form-input select{
	width: 100%;
	font-size: 20px;
}
.submit-btn{
	font-size: 30px;
	line-height: 2;
	text-align: center;
}
.sec-head{
	text-align: center;
	background-color: skyblue;
	border: 2px solid black;
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
}
.regbtn{
	float: right;
	right: 17%;
	position: fixed;
}
.regbtn a{
	width: 120px;
	height: 40px;
	text-align: center;
	border: solid blue;
	border-radius: 10px;
	font-size:30px;
	background-color: skyblue;
	color: blue;
}
@media screen and (max-width:1000px){
	
}