body{
	margin: 0;
	padding: 0;
	width: 100%;
	
    
	background: url('img/book.jpeg');
	background-position: center;
	background-size: cover;
	
}
marquee{
color:black;
font-size:16px;
margin-top:5px;
}
.form-dev h1{
	
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.9);
	color: #ecf0f1;
	text-align: center;
	padding-top:20px;
}
form{
background-color:white;
margin:10px;
padding:8px;
height:auto;
border:2px solid white;
width: auto;
 background: url('img/book.jpeg'),url('img/book.jpeg');
}

.form-dev{
	width:900px;
   background: url('img/book.jpeg'); 
	margin:0 auto;
	padding:3px;
  border:5px solid white;
  height: 100%;
}

.form-dev label{
 color: black;
 font-width:bold;
}
.form-dev img{
	background: url('images/cap.jpg');
}
.form-dev .hr{
	color: red;
	text-decoration:none;
}
.form-dev #sign{
    font-size:16px;
	color:green;
	text-decoration:none;
}

.btnAction{
	margin-bottom: 2px;
	padding-bottom: 2px;
}




label:hover{
	transform: scale(1.1);
	background-color: white;
}
button:hover{
	transform: scale(1.2);
}
.form-dev img:hover{
	transform: scale(1.2);
}
marquee:hover{
	font-size: 18px;
	color: black;
}
#re{
	
	color: black;
	width: 60px;
	text-align: center;
	background-color: pink;
	margin-top: 8px;
	margin-left:-69px;
	height: 30px;
	padding-top: 3px;
	text-decoration: none;
}


.form-dev h2{
	text-align: center;
	color: black;

}
.form-dev h2:hover{
    transform: scale(1.1);
    color: black;
}

