.header {
	height: 48px;
	background-color: #1890ff;
	display: flex;
}

.login-box {
	height: 400px;
}

.logo {
	margin: 48px 0px;
	width: 159px;
	height: 54px;
}

.phone {
	height: 40px;
	border-radius: 8px;
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 8px 16px;
	padding: 0px 16px;
}

.code {
	height: 40px;
	border-radius: 8px;
	outline-style: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 70%;
	padding: 0px 16px;
}

.code-box {
	position: relative;
	padding: 16px;
	display: flex;
	justify-content: space-between;
}

.btn-Code {
	border-radius: 4px;
	background-color: #1890ff;
	border: none;
	color: white;
	padding: 8px;
	width: 25%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}


.login-btn {
	border-radius: 4px;
	background-color: #1890ff;
	border: none;
	color: white;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 24px 16px;
	cursor: pointer;
}
