body {
	margin: 0;
}

[v-cloak] {
	visibility: hidden;
}

.login-container {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: url('../images/login-background.jpg');
	background-size: 100% 100%;

}

.avatar-box {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #409eff;
	box-shadow: 0 0 10px #409eff;
	position: relative;
	bottom: 20px;
}

img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.login-form {
	position: relative;
	width: 520px;
	max-width: 100%;
	padding: 160px 35px 0;
	margin: 0 auto;
	overflow: hidden;
}

.tips {
	font-size: 18px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

.svg-container {
	padding: 10px 5px 6px 15px;
	color: wheat;
	vertical-align: middle;
	width: 30px;
	display: inline-block;
}

.title-container {
	position: relative;
}

.title {
	font-size: 26px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #eee;
	margin: 0 auto 40px auto;
	text-align: center;
}

.show-pwd {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 16px;
	color: #889aa4;
	cursor: pointer;
	user-select: none;
}


.login-form .el-input {
	display: inline-block;
	height: 47px;
	width: 85%;
}

.login-form .el-input__inner {
	font-size: 18px;
	color: wheat;
}

.login-form input {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	padding: 12px 5px 12px 15px;
	height: 47px;
	color: #fff;
	caret-color: #fff;
}

.login-form .el-form-item {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #454545;
}

:-webkit-autofill {
	box-shadow: 0 0 0 1000px #283443 inset !important;
	-webkit-text-fill-color: #fff !important;
}

.data-table .el-table__header .el-table__cell {
	background-color: #409EFF;
	color: #FFFFFF;
	text-align: center;
}

.data-table .el-pagination__jump,
.data-table .el-pagination__total {
	color: #FFFFFF;
	;
}

.print th,
.print td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 8px 10px;
}

.print {
	border-collapse: collapse;
	width: 100%;
}

.print .print-title {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 10px;
}

.print .none {
	border: none;
}

.print .nowrap {
	white-space: nowrap;
}

.print .text-l {
	text-align: left;
}

.print .text-c {
	text-align: center;
}

.print .text-r {
	text-align: right;
	padding-right: 20px;
}