*{margin: 0px;padding: 0px;font-family: 'Microsoft YaHei','微软雅黑'}
		.title{font-size: 24px;font-weight: bold;color: #333;padding: 20px 0px}
		.login{
			position: relative;
			width: 100%;
			background: rgb(245,248,250);
		}
		.form{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 400px;
			height: 357px;
			text-align: center;
			background: white;
		}
		.form form div input{
			width: 300px;
			height: 30px;
			border: none;
			border: 2px solid rgb(243,243,243);
			padding-left: 10px;
			border-radius: 30px;
			margin-bottom: 10px;
		}
		.form form input[type='submit']{
			width: 304px;
			height: 32px;
			border-radius: 30px;
			border: none;
			background: rgb(250,182,182);
			color: white;
		}
		a{
			text-decoration: none;
			color: gray;
		}