@charset "utf-8";
/* CSS Document */
.login-body {
	background: url(../images/login-bg.webp) no-repeat center center;
	background-size: cover;
}
.login-body .login {
	margin-top: 200px;
}

.captcha-hand {
	cursor:pointer;
}

.top-body {
	background: #4a5dd1;	
}

.top-body .logo {
	display: block;
	height: 40px;
	width: 200px;
	background: url(../images/logo.webp);
	margin: 10px 30px;
}

.left-body {
	background: #262d40;
}

.content-body {
	margin: 10px 0;
}
.upload-group {
	position: relative;
	/*width: 46px;*/
}
.upload-file {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}
