*{
	margin: 0px;
	padding: 0px;
	user-select: none;
}

body{
	background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcS6AnZS_Nv7rAV2T_Jl7HC3RcI-OaVhtTfERU5RhATPQQaQeXGm);
	background-size: 140em;
}

.registerimg{
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 2.5em;
	text-align: center;
	background-color: midnightblue;
	color: white;
	padding: 7px 4px;
	text-transform: uppercase;
}

.bookbox{
	display: flex;
	justify-content: center;
	margin: 13px 160px;
	box-shadow: 4px 4px 6px 6px darkslategrey;

}

.inputs,select{
	display: inline-block;
	font-size: 20px;
	padding: 0px 5px;
}

@media screen and (max-width: 777px){
	.bookbox{

	margin: 13px 20px;
	box-shadow: 4px 4px 4px 4px grey;

	}

	.inputs,select{
	display: inline-block;
	font-size: 19px;
	padding: 0px 4px;
	}
	
}
.form{
		font-size: 30px;
		font-family: "roboto mono";
		padding: 20px 25px;
}

.back{
	float: right;
	border-radius: 4px;
	background-color: lightblue;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: black;
	font-size: 25px;
	font-family: "roboto";
	padding: 5px;
}

input{
	padding: 0px 2px;
	font-size: 17px;
}

.labels{
	font-size: 20px;
	padding: 6px;
	width: 80px;
	font-weight: bold;
	display: inline-block;
	text-align: right;
}

.inputs1{
	display: flex;
	justify-content: center;
}
.submitbtn{
	padding: 4px 7px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times_New_Roman";
	border-radius: 5px;
	background-color: lightgreen;
	cursor: pointer;

}
.resetbtn{
	padding: 4px 7px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times_New_Roman";
	border-radius: 5px;
	background-color: khaki;
	cursor: pointer;

}
