﻿@charset "utf-8";
/* CSS Document */
@import url("../base.css");

body {
	background:url('../default/bg.jpg') no-repeat right;
	background-size: 100%;
	
	height: 100vh;
	width: 100%;
	display: block;
	position: relative;
	/* background: #eee; */
	/* border: 120px solid #3860f9; */
	margin: 0px;
	padding: 0px;
}

/* =========================登录页样式.开始======================= */
.loginBox {
	width: 400px;
	height: 360px;
	border-radius: 10px;
	/* background: #fff; */
	padding: 20px;
	overflow: hidden;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -100px;
	/* margin-left: -200px; */
}
.layui-input{
	font-size: 12px !important;
	border-radius: 3px !important;
}
.loginHeader {
	width: calc(100% - 100px);
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0px;
	display: flex;
	align-items: center;
	padding: 0px 50px;
	font-size: 18px;
	/* color: #3860f9; */
	box-shadow: 20px 166px rgba(122, 182, 255);
	-webkit-box-shadow:100px 20px 166px rgba(122, 182, 255);
}
.loginBox_title  h1{
	font-size: 2em;
}
.loginBox_title  p{
	font-size: 20px;
}
.copy-right{
	width: calc(100% - 100px);
	height: 50px;
	background: #fff;
	bottom: 0px;
	position: fixed;
	display: flex;
	align-items: center;
	padding: 0px 50px;
	color: #ccc;
	font-size: 12px;
	box-shadow: 100px 20px 166px rgba(122, 182, 255);
	-webkit-box-shadow:100px 20px 166px rgba(122, 182, 255);
}

.login-wrap {
	/*position:absolute; top:50%; left:50%; margin:-150px auto auto -140px;*/
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.login-logo {
	margin: 0 auto 10px;
	width: 280px;
	height: 82px;
	line-height: 48px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 40px
}

.login-form .col {
	position: relative;
	padding: 10px 0;
}

.login-form .col .icon {
	position: absolute;
	display: block;
	top: 24px;
	left: 10px;
	width: 14px;
	height: 14px;
	background: url(skin_icons.png) no-repeat;
	cursor: pointer;
}

.login-form .col .icon.user {
	background-position: 0 -140px;
}

.login-form .col .icon.pwd {
	background-position: -28px -140px;
}

.login-form .col .login-input {
	display: block;
	padding: 5px 10px 5px 34px;
	background: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1em;
	*line-height: 30px;
	height: 32px;
	width: 236px;
	color: #333;
}

.login-form .col .login-btn {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 28px;
	height: 42px;
	background: #3860f9;
	border: 0;
	border-radius: 4px;
	letter-spacing: .5em;
	cursor: pointer;
}

.login-tips {
	display: block;
	margin: 10px auto 0;
	height: 14px;
	vertical-align: middle;
}

.login-tips i {
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: url(skin_icons.png) -56px -140px no-repeat;
	text-indent: -9999px;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	*text-indent: 0;
}

.login-tips p {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #83b7ce;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

/* ==========================登录页样式.结束======================== */