@charset "utf-8";
/* CSS Document for new password document*/
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import 'https://fonts.googleapis.com/css?family=Hind+Madurai:600,700';
body {
	
	margin:0px;
	background-image: url('../images/96823.jpg');
	background-size:  cover;
	color:#C6C4C4;
	font-size: 14px;
 	font-family: 'Varela Round', sans-serif;
	width:100%;
}

.outer_np{
	width: 320px;
	height: 375px;
	margin: 30px auto ;
  	border: white solid 1px;
	padding:10px;
	border-radius:5px;
}
.outer_np2{
	width: 320px;
	height: 350px;
	margin: 30px auto ;
  	border: white solid 1px;
	padding:10px;
	border-radius:5px;
}
.logo_area{
	
	height:100px;
	width:100%;
	text-align:center;
}
.title{
	
	width:100%;
	text-align:center;
	
}
.question{
	
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
.input-div{
		width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	
}
.iput-box{
	
	width:90%;
	padding:5px;
	font-size:18px;
	height:30px;
}
.do-btn{
	margin-top:20px;
	width:100px;
	background-color:#7fc1fc;
	border-radius:4px;
	padding:10px;
	border:none;
}
.do-btn2{
	margin-top:20px;
	width:150px;
	background-color:#7fc1fc;
	border-radius:4px;
	padding:10px;
	border:none;
}


.errorbox{
	
	background-color:red;
	width:100%;
	margin-top:10px;
}