<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#login_wrap input {
	word-break: break-all;
}
#login_wrap input[type="text"]:disabled {
	color: #444b59;
	background: #f4f5f8;
	cursor: not-allowed;
}
#login_wrap input[type=text]::-ms-clear {
	display: none;
}
#login_wrap input[type=password]::-ms-reveal {
	display: none;
}
#login_wrap input[type=tel]::-ms-clear {
	display: none;
}
#login_wrap input[type=number]::-ms-clear {
	display: none;
}
#login_wrap input[type=number]::-webkit-outer-spin-button,
#login_wrap input[type=number]::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	margin: 0;
}
#login_wrap input[type=number] {
	-moz-appearance: textfield;
}
#login_wrap input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
#login_wrap input:-webkit-autofill,
#login_wrap input:-webkit-autofill:hover,
#login_wrap input:-webkit-autofill:focus,
#login_wrap input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s !important;
}
#login_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 800px;
	background: url('/_admin/image/login/loginbg.jpg') no-repeat center bottom/cover;
}
#login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 520px;
	margin: 0 auto;
	background-color: #fff;
	padding: 60px;
	border-radius: 10px;
	box-shadow: rgba(57, 113, 255, 0.2) 0px 7px 29px 0px;
}
#login_wrap h1 {
	font-weight: normal;
	font-size: 0;
	text-align: center;
}
#login_wrap .logo {
	margin-bottom: 30px;
}
#login_wrap .logo img {
	max-width: 300px;
}
#login_wrap .logo a {
	display: inline-block;
}
#login_wrap [class*="btn"] {
	display: inline-block;
	padding: 0 16px;
	min-height: 48px;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 48px;
	background: #fff;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
#login_wrap .loginbtn {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #4d6ee4;
	width: 100%;
	margin-top: 24px;
	text-align: center;
}
#login_wrap .loginbtn:hover {
	background-color: #1c50d8;
}
#login_wrap .btnView {
	position: absolute;
	right: 12px;
	top: 13px;
	padding: 0;
	width: 24px;
	height: 24px;
	min-height: 24px;
	font-size: 0;
	color: transparent;
	text-indent: 150%;
}
#login_wrap .btnView:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
}
#login_wrap .btnView.off:after {
	background: url('/_admin/image/login/ico_pw_on.png') no-repeat;
}
#login_wrap .btnView.on:after {
	background: url('/_admin/image/login/ico_pw_off.png') no-repeat;
}
#login_wrap .txtWarn {
	color: #dc2c2c;
}
#login_wrap .txtEm {
	color: #4d6ee4;
}
#login_wrap .txtLight {
	color: #aeb4c6;
}
#login_wrap .fText {
	position: relative;
	padding: 14px 12px;
	width: 100%;
	height: 48px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #d6dae1;
	border-radius: 4px;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	box-sizing: border-box;
	color: #1b1e26;
}
#login_wrap .fText:hover {
	border-color: #4d6ee4;
}
#login_wrap .fText:focus {
	border-color: #4d6ee4;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#login_wrap .mFormBox .column {
	margin: 20px 0 0;
}
#login_wrap .mFormBox .column:nth-child(1) {
	margin-top: 0;
}
#login_wrap .mFormBox .column .title {
	display: block;
	padding: 0 0 5px;
	font-weight: normal;
	color: #444b59;
}
#login_wrap .mFormBox .column .txtSuffix {
	position: absolute;
	top: 14px;
	right: 20px;
	color: #444b59;
}
#login_wrap .mFormBox .gridPosition {
	position: relative;
}
#login_wrap .mFormBox .gridSet {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
}
#login_wrap .mFormBox .gFlex {
	flex: 1;
	margin-right: 8px;
}
#login_wrap .mUtility {
	text-align: center;
	margin-top: 25px;
}
#login_wrap .mUtility span {
	margin: 5px;
}
#login_wrap .mTab {
	margin: 0 0 24px;
}
#login_wrap .mTab ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	position: relative;
	height: 56px;
}
#login_wrap .mTab li {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	border: 1px solid #e2e5ea;
	box-sizing: border-box;
	overflow: hidden;
}
#login_wrap .mTab li+li {
	margin-left: -1px;
}
#login_wrap .mTab li:first-child {
	border-radius: 4px 0 0 4px;
}
#login_wrap .mTab li:last-child {
	border-radius: 0 4px 4px 0;
}
#login_wrap .mTab li a {
	display: inline-block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	color: #444b59;
	text-align: center;
	background-color: #fafafd;
}
#login_wrap .mTab li a:hover {
	color: #aeb4c6;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
#login_wrap .mTab li.selected {
	z-index: 1;
	border-color: #667084;
}
#login_wrap .mTab li.selected a {
	font-weight: bold;
	color: #444b59;
	border-color: #667084;
	background-color: #fff;
}
#login_wrap .mTab li.selected {
	color: #aeb4c6;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
#login_wrap .form_wrap .formbox {
	display: none;
}
#login_wrap .form_wrap .formbox_title {
	position: relative;
	display: block; 
	padding-bottom: 20px; 
	font-size: 27px; font-weight: 700; text-align: center;
}
#login_wrap .form_wrap .formbox.selected {
	display: block;
}
/*
#login_wrap .frmSel{position: relative;}

#login_wrap .frmSel input {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
#login_wrap .frmSel.frmChkS label {
	color: #6b6e73;
	position: relative;
	display: block;
	padding: 6px 0 4px 32px;
	line-height: 1.2;
}
#login_wrap .frmSel label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 25px;
	background-image: url('/_admin/image/login/logonst.png');
	background-repeat: no-repeat;
	background-position: center;
}
*/
#login_wrap .frmSel{position: relative; display: block; padding: 10px 0; }
#login_wrap .frmSel input {
	margin-top: 5px;
}
#login_wrap .frmSel.frmChkS label {
	color: #6b6e73;
	position: relative;
	padding-left: 5px;
}

#login_wrap .loginBtns {
	margin-top: 24px;
	text-align: center;
}
#login_wrap .loginBtns .txtLink {
	position: relative;
	display: inline-block;
	padding: 0 24px 0 25px;
	font-size: 1.5rem;
	margin-left: -2px;
	font-weight: 400;
}
#login_wrap .loginBtns .txtLink:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #eaeaea;
}
#login_wrap .txtLink.lineU {
	position: relative;
	color: #6b6e73;
}
#login_wrap .txtLink.lineU:after {
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: #5a5f64;
}
#login_wrap .loginBtns .txtLink:first-child:before {
	display: none
}
#login_wrap .loginBtns .txtLink:after {
	left: 24px;
	right: 24px;
	width: auto;
	content: '';
	display: block;
}</pre></body></html>