html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: linear-gradient(135deg, #001C54 0%, #003087 40%, #0070BA 70%, #009CDE 100%);
	background-size: cover;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.layui-container {
	width: 100%;
	height: 100%;
	text-align: center;
	min-width: 500px;
	min-height: 500px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-form {
	display: inline-block;
	width: 420px;
	padding: 48px 0 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.ns-login-logo {
	text-align: center;
	margin-bottom: 8px;
}

.layui-form-title h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 32px;
	letter-spacing: 2px;
}

.layui-form-item {
	margin: 0 auto;
	width: 340px;
	height: 48px;
	margin-bottom: 20px;
	position: relative;
}

.ns-login-btn {
	margin-top: 32px;
	margin-bottom: 0;
}

.layui-form-item>input {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	padding-left: 50px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF;
	font-size: 15px;
	transition: all 0.3s ease;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .55);
}

input:-moz-placeholder {
	color: rgba(255, 255, 255, .55);
}

input::-moz-placeholder {
	color: rgba(255, 255, 255, .55);
}

input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .55);
}

.layui-input:focus{
	border: 1px solid rgba(255, 255, 255, 0.6) !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
	box-shadow: 0 0 0 3px rgba(0, 156, 222, 0.25);
	outline: none;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 9999s ease-in-out 0s;
	-webkit-transition-delay: 9999s;
}

.ns-input-icon {
	position: absolute;
	top: 10px;
	left: 11px;
	opacity: 0.7;
}

.layui-form-forget {
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: right;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	margin-top: 10px;
}

.layui-btn {
	height: 50px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 4px;
	background: linear-gradient(135deg, #009CDE 0%, #003087 100%) !important;
	border: none !important;
	box-shadow: 0 4px 15px rgba(0, 48, 135, 0.4);
	transition: all 0.3s ease;
}

.layui-btn:hover {
	box-shadow: 0 6px 20px rgba(0, 48, 135, 0.6);
	transform: translateY(-1px);
}

.layui-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 48, 135, 0.4);
}

/* 验证码 */
.verify-code-box input {
	padding-left: 20px;
}

.verify-code-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 48px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.verify-code-box .verify-code-img {
	text-align: right;
}

.verify-code-img img {
	height: 100%;
	opacity: 0.4;
}

.ns-login-bottom{color: rgba(255,255,255,0.6);box-sizing: border-box;text-align: center;padding-bottom: 50px;padding-top: 50px;line-height: 1.8;position: absolute; bottom: 0;left: 50%;transform: translateX(-50%);}
.ns-login-bottom a {color: rgba(255,255,255,0.8);}
.ns-login-bottom .gov-box img{max-width: 20px;max-height: 20px;margin-right: 5px;}
.ns-footer-img{margin-bottom: 18px;}
.ns-footer-img img{max-width: 100px;max-height: 27px;}