@charset "utf-8";
/* CSS Document */
/*login*/
.login-body {
	min-width: 1200px;
	min-height: 900px;
	height: 100vh;
	color: #FFF;
	background: #005BAC;
	position: relative;
	overflow-x: hidden;
}
.login-body #toast-container > div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1 !important;
}
.hd-login {
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
}
.hd-login .d-dl {
	margin: 0 auto;
}
.hd-login .d-dd {
	padding-top: 15px;
}
.hd-login .d-dd ul {
	margin-left: -25px;
}
.hd-login .d-dd ul li {
	margin-left: 25px;
	line-height: 60px;
	display: inline-block;
	float: left;
}
.hd-login .d-dd ul li a {
	color: #FFF;
}
.hd-login .d-1 {
	padding-left: 130px;
	float: left;
}
.hd-login .d-2 {
	padding-right: 130px;
	float: right;
}
.bd-login {
	min-height: 900px;
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.bd-login .lg-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
}
.bd-login .lg-svg {
	position: relative;
	height: 100%;
	fill: #004E91;
	flex: none;
}
.bd-login .lg-box {
	width: 920px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
.bd-login .lg-box .d-dl {
}
.bd-login .lg-box .d-dd {
	width: 50%;
	height: 520px;
	display: -ms-flexbox;
	display: flex;
}
.bd-login .lg-box .d-1 {
	float: left;
	background: #E5EFFF;
}
.bd-login .lg-box .d-1 .img {
	margin: 30px;
}
.bd-login .lg-box .d-1 .img svg {
	width: 100%;
	height: 100%;
}
.bd-login .lg-box .d-2 {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: right;
}
.bd-login .lg-box .d-2 .c-til {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #0071F2;
	text-align: center;
}
.bd-login .lg-box .d-2 .c-con {
}
.bd-login .lg-box .d-2 .c-con ul {
}
.bd-login .lg-box .d-2 .c-con ul li {
	margin-bottom: 25px;
}
.bd-login .lg-box .d-2 .c-con ul li .input {
	width: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	position: relative;
	overflow: hidden;
}
.bd-login .lg-box .d-2 .c-con ul li .input i {
	left: 10px;
	top: 0;
	width: 52px;
	line-height: 52px;
	font-size: 20px;
	text-align: center;
	color: #4C9BF6;
	position: absolute;
}
.bd-login .lg-box .d-2 .c-con ul li input {
	width: 100%;
	height: 52px;
	-moz-border-radius: 52px;
	-webkit-border-radius: 52px;
	border-radius: 52px;
	border: none;
	background: #E5EFFF;
}
.bd-login .lg-box .d-2 .c-con ul li .input input {
	padding: 0 20px 0 62px;
	font-size: 16px;/* color:#0071F2; */
}
/* .bd-login .lg-box .d-2 .c-con ul li .input input::-webkit-input-placeholder {
	color: #0071F2 !important;
}
.bd-login .lg-box .d-2 .c-con ul li .input input:-moz-placeholder {
	color: #0071F2 !important;
}
.bd-login .lg-box .d-2 .c-con ul li .input input:-ms-input-placeholder {
	color: #0071F2 !important;
} */
.bd-login .lg-box .d-2 .c-con ul li .input input:-webkit-autofill {
	box-shadow: 0 0 0px 50px #E5EFFF inset !important;
/* -webkit-text-fill-color: #0071F2 !important;
	-moz-text-fill-color: #0071F2 !important;
	-ms-text-fill-color: #0071F2 !important; */
}
.bd-login .lg-box .d-2 .c-con ul li .btn {
	font-size: 20px;
	font-weight: normal;
	background-image: -webkit-linear-gradient(top, #4C9BF6, #0076FE);
	background-image: -o-linear-gradient(180deg, #4C9BF6, #0076FE);
	background-image: -moz-linear-gradient(180deg, #4C9BF6, #0076FE);
	background-image: linear-gradient(180deg, #4C9BF6, #0076FE);
	background-color: #0076FE;
}
.bd-login .lg-arrow {
	opacity: 0.2;
	position: absolute;
}
.bd-login .lg-arrow-top {
	top: 0;
	left: -140px;
}
.bd-login .lg-arrow-bottom {
	bottom: 0;
	right: 45px;
}
.bd-login .lg-draw-in {
	stroke-dasharray: 1000;
	stroke-dashoffset: 10;
	-webkit-animation: bd-draw 15s ease-in-out alternate infinite;
	animation: bd-draw 15s ease-in-out alternate infinite;
}
@-webkit-keyframes bd-draw {
 from {
 stroke-dashoffset: 1000;
}
to {
	stroke-dashoffset: 0;
}
}
.bd-login .lg-item-to {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}
.bd-login .lg-item-to.lg-bit1 {
	-webkit-animation-name: lg-bit1;
	animation-name: lg-bit1;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.bd-login .lg-item-to.lg-bit2 {
	-webkit-animation-name: lg-bit2;
	animation-name: lg-bit2;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.bd-login .lg-item-to.lg-bit3 {
	-webkit-animation-name: lg-bit3;
	animation-name: lg-bit3;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
@-webkit-keyframes lg-bit1 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(50px);
}
 100% {
 transform: translateY(0);
}
}
@keyframes lg-bit1 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(50px);
}
 100% {
 transform: translateY(0);
}
}
@-webkit-keyframes lg-bit2 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0);
}
}
@keyframes lg-bit2 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-30px);
}
 100% {
 transform: translateY(0);
}
}
@-webkit-keyframes lg-bit3 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(30px);
}
 100% {
 transform: translateY(0);
}
}
@keyframes lg-bit3 {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(30px);
}
 100% {
 transform: translateY(0);
}
}
.ft-login {
	left: 0;
	bottom: 0;
	padding-bottom: 15px;
	width: 100%;
	line-height: 60px;
	text-align: center;
	position: absolute;
}
.ft-login a {
	color: #FFF;
}
