html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.login-wrapper{
	width:100%;
	height:100%;
	position: relative;
	background: #f3f5f8;
	overflow: hidden;
}
.svg-bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../css/login-bg.svg);*/
    background-image: url(../img/login/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
}


@media (max-width: 800px) {
	.svg-bg {
		background-position: 80%;
		background-size: auto 100%;
	}
}

.login-content{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	box-sizing: border-box;
}
.login-left{
	width:50%;
	height:100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	/*padding-right: 12%;*/
	padding-bottom: 5%;
	box-sizing: border-box;
	color:#ffffff;
}
.login-right{
	width:50%;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
    padding-right: 5%;
}
.left-inner{
	/*width:100%;*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5rem;
	margin-top: 3rem;
}
.login-left .left1{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3;
	color: #545e64;
	margin-left: 2rem;
}
.login-left .left2{
	/*margin-top: 50px;*/
	/*margin-bottom: 50px;*/
	margin: auto;
	width: 100px;
	height: 100px;
}
.login-left .left2 img{
	border-radius: 50%;
	width:100%;
	height: 100%;
}
.login-left .left3{
	margin-top: 40px;
	font-size: 30px;
}
.login-left .left4{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}
.right-card{
	width:500px;
	height:500px;
	/*background: #ffffff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	border-radius: 16px;*/
	padding:40px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}
.right-card input::-webkit-input-placeholder{
	color: #909399;
}
.right-card .title{
	width:100%;
	/*color: red;*/
	margin-bottom: 70px;
	text-align: center;
}
.right-card .title .left-img{
	width: 40%;
	float: left;
}
.right-card .title .left-img img{
	width: 38px;
	height: 32px;
	padding-top: 5px;
	padding-left: 70%;
}
.right-card .title .right-text{
	width: 60%;
	float: left;
}
.right-card .title .right-text span{
	font-size: 2.5rem;
	font-weight:bold;
	background-color: #0a83ae;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 100%;
	padding-left: 10px;
}
.right-card .username{
	width:100%;
	padding:10px 0;
}
.right-card .username input{
	height:36px;
	width:100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #000;
	padding:0 40px;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 16px;
}
.right-card .password{
	width:100%;
	padding:10px 0;
	margin-top: 10px;
}
.right-card .password input{
	height:36px;
	width:100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #000;
	padding:0 40px;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 16px;
}
.right-card .checkbox{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding:10px 0;*/
    box-sizing: border-box;
}
.right-card .checkbox .login-forget a{
	text-decoration: none;
	color: #0a83ae;
	font-size: 14px;
}
.right-card .checkbox .checkbox1{
	display: flex;
	align-items: center;
	padding-top: 8px;
}
.right-card .checkbox .checkbox1 #rememberme{
	outline-color:#dddddd;
	border-color:#dddddd;
}
.right-card .checkbox .checkbox1 label{
	font-size: 14px;
	cursor: pointer;
	color:#0a83ae;
}
.right-card .validate-code{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
    box-sizing: border-box;
	margin-top: 10px;
}
.right-card .validate-code input{
    height:36px;
    width:100%;
    border:1px solid white;
    padding:0 40px;
    box-sizing: border-box;
    border-radius: 5px;
	font-size: 16px;
}
.right-card .validate-code .imgcode{
    height:35px;
    margin-left:15px;
    border:none;
}
.login-btn{
	margin-top: 20px;
	width:50%;
    cursor: pointer;
}
.login-btn button{
	margin-top: 20px;
    width:100%;
	height: 3rem;
    color:#ffffff;
    border:none;
	border-radius: 10px;
	font-size: 25px;
	background-color: #0a83ae;
	box-shadow: 5px 5px 5px #c9c9c9;
}
.login-btn button:hover{
    color:#fff;
    cursor: pointer;
	background-color: #0a83ae;
}
.right-card .validate-code input:focus,.right-card .username input:focus,.right-card .password input:focus{
    border:1px solid blue;
}
.input-icon1{
	position: absolute;
	left: 15px;
	font-size: 16px;
	top: 20px;
	cursor: pointer;
	color: #000;
}
.input-icon2{
	position: absolute;
	right: 15px;
	font-size: 16px;
	top: 20px;
	cursor: pointer;
	color: #000;
}
.input-icon3{
	position: absolute;
	/*font-size: 16px;*/
	font-size: 14px;
	cursor: pointer;
	color: #0a83ae;
	padding-left: 15px;
}
.input-icon4{
	color: #000;
	font-size: 12px;
	margin-left: 10px;
}
.usernameText,.passwordText{
	color: #000;
}

.error {
	color: #fa3534;
	font-size: 14px;
}

#app:hover .zdy{
	display: block;
}
.zdy{
	position: fixed;
	z-index: 100;
	width: 300px;
	height: 400px;
	left: 0;
	right: 80px;
	margin: 0 auto;
	top: 20%;
	display: none;
}
.zdy img{
	width: 100%;
	height: 100%;
}