.thiepvui-dang-nhap-wrapper {
	max-width: 480px;
	margin: 0 auto;
	padding: 60px 20px 40px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.thiepvui-dang-nhap-logo {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 24px;
}
.thiepvui-dang-nhap-tieu-de {
	margin: 0 0 8px;
	font-size: 26px;
}
.thiepvui-dang-nhap-phu-de {
	opacity: 0.6;
	margin-bottom: 32px;
}
.thiepvui-dang-nhap-box {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	padding: 32px 24px;
	text-align: left;
}
.thiepvui-google-btn {
	display: flex;
	justify-content: center;
}
.thiepvui-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 20px 0;
	opacity: 0.5;
	font-size: 13px;
	text-align: center;
}
.thiepvui-divider::before,
.thiepvui-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: currentColor;
}
.thiepvui-form-dang-nhap input {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 14px;
	margin-bottom: 12px;
}
.thiepvui-form-dang-nhap button {
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 999px;
	background: #e8899b;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.thiepvui-form-dang-nhap button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.thiepvui-ma-mo-ta {
	font-size: 13px;
	opacity: 0.75;
	margin-bottom: 12px;
}
.thiepvui-dang-nhap-thongbao {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}
.thiepvui-dieu-khoan {
	font-size: 12px;
	opacity: 0.5;
	text-align: center;
	margin: 20px 0 0;
}
.thiepvui-ve-trang-chu {
	display: inline-block;
	margin-top: 24px;
	font-size: 14px;
	opacity: 0.7;
	text-decoration: none;
}
