*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
	width: 100%;
}

body{
    background-image: url("../images/1920.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBody form.layui-form{
	padding:0 20px; 
	width:340px; 
	position:absolute; 
	left:50%; 
	top:40%; 
	margin:-150px 0 0 -150px; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	 -o-box-sizing:border-box; 
	 box-sizing:border-box; 
	 background:#fff;
	 -webkit-border-radius:5px; 
	 -moz-border-radius:5px; 
	 border-radius:5px; 
	 box-shadow:0 0 50px #009688;
}

.loginBody .login_face {
    width: 100px;
    height: 100px;

    margin: -55px auto 20px;
    background: #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;

    overflow: hidden;
    box-shadow: 0 0 30px #009688;
}

.loginBody .login_face img {
    width: 100%;
    margin-top: 5px;
    margin-left: 3px;
}

.loginBody .layui-form-item {
    position: relative;
    margin-bottom: 15px;
    clear: both;
}

.loginBody .layui-form-item label {
    position: absolute;
    color: #757575;
    left: 10px;
    top: 9px;
    line-height: 20px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    cursor: text;
}

.loginBody .layui-form-item.layui-input-focus label,
.loginBody .layui-form-item label,
.loginBody .layui-form-item.layui-input-focus input,
.loginBody .layui-form-item input{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder{
	transition: color 0.2s linear 0.2s;
	-webkit-transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input::-moz-placeholder{
	transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input:-ms-input-placeholder{
	transition: color 0.2s linear 0.2s;
}
.loginBody .layui-input-focus .layui-input::placeholder{
	transition: color 0.2s linear 0.2s;
	-webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-form-item.layui-input-focus label{ top:-10px; font-size:12px; color:#2C98E6;font-weight:700;}
.loginBody .layui-form-item.layui-input-active label{ top:-10px; font-size:12px;}
.loginBody .layui-input::-webkit-input-placeholder{color:#fff;}
.loginBody .layui-input::-moz-placeholder{color:#fff;}
.loginBody .layui-input:-ms-input-placeholder{color:#fff;}
.loginBody .layui-input::placeholder{color:#fff;}
.loginBody .layui-form-item.layui-input-focus input{ border-color:#16A2FA !important;}
.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder{color:#757575;}
.loginBody .layui-input-focus .layui-input::-moz-placeholder{color:#757575;}
.loginBody .layui-input-focus .layui-input:-ms-input-placeholder{color:#757575;}
.loginBody .layui-input-focus .layui-input::placeholder{color:#757575;}

#loginForm span.error {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 14px;
    vertical-align: bottom;
}
#loginForm .system-title {
	margin-bottom: 25px;
}
#loginForm .system-title p {
	text-align:center;
	font-size:30px;
	font-weight:700;
	color:#2C98E6;
	text-shadow: 0 1px #EAEAEA, 1px 0 #EAEAEA, -1px 0 #EAEAEA, 0 -1px #EAEAEA;
}
#loginForm button {
    width: 300px;
    height: 40px;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #fff;
    background-color: #16A2FA;
}

.footer{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
}
.footer>p {
    width: 33.3333%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 100px) and (max-width: 1024px) {
	.footer {
		width: 100%;
	}
}

/* 复选框样式  */
.layui-form-checked[lay-skin=primary] i {
    background-color: #009EE7;
    border-color: #009EE7;
}


.field.account-field label {
    background-position: 8px -312px;
}

.field.account-field label {
    background-position: 10px -229px;
    background-size: 75%;
}
.field.password-field label {
    background-position: 13px -289px;
    background-size: 75%;
}
.field.company-name-field.active label {
    background-position: 10px -141px;
}
.field.account-field.active label {
    background-position: 10px -200px;
}
.field.password-field.active label {
    background-position: 13px -260px;
}