body{
	background-color: #fff;
}
#mother_login_div{
	width: 100%;
	height: 500px;
	float: left;
	background-color: #fff;
	margin-top: 55px;
}
#Registration_div{
	width: 95%;
	height: auto;
	margin:0 auto;
	background-color: #d62020;
	text-align: center;
	color: #000037;
	margin-top: 40px;
	padding-top: 10px;
	box-shadow: 0px 0px 2px 1px #d62020;
	border-radius: 10px;
}
#Refer_em{
	width: 80%;
	margin: 0 auto;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #d62020;
	margin-top: 20px;
	padding-left: 15px;
	background-color: #fff;
}
#sign-up{
	width: 80%;
	margin: 0 auto;
	height: 50px;
	border-radius: 50px;
	background: #b70000;
	margin-top: 20px;
	border: 0px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
#sign-up:hover{
	background-color: #fff;
	color: #560606;
	cursor: pointer;

}
#Already_have_account{
	width: 95%;
	height: 2px;
	margin:0 auto;
	background-color: #d62020;
	text-align: center;
	color: #000037;
	padding-top: 20px;
}