body {
	margin: 0 auto;
	background: linear-gradient(-135deg, #c850c0, #4158d0);
	/* background: url("../images/signBg.jpg"); */
	background-size: cover;
	background-repeat: no-repeat;
}

#returnhome h3 {
	margin: 15px 30px;
}

#returnhome h3 a {
	color: red;
}

#signBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 92px;
	margin-bottom: 142px;
}

#tit,
#buttons,
#no_account {
	text-align: center;
}

#forget {
	margin-top: 8px;
}

#forget p,
#no_account p {
	font-size: 13px;
}

#forget a,
#no_account a {
	text-decoration: none;
	color: blue;
}

#forget a:active,
#no_account a:active {
	color: red;
}

#buttons input {
	width: 150px;
	height: 40px;
	color: #ffffff;
	background-color: #1b6ec2;
	border: none;
	border-radius: 6px;
	margin: 0 10px 30px 10px;
}

#buttons input:hover {
	background-color: #00AAFF;
	transition: all .2s ease;
}

#buttons input:active {
	background-color: #1768b4;
	transition: all .2s ease;
}
