﻿@charset "utf-8";
/* CSS Document */
* {
	text-align:center;
	font-family:"Microsoft YaHei";
	font-family:"微软雅黑";
	margin:0 auto;
	padding:0;
}
body {
	background:url(../img/background.jpg) no-repeat;
	background-position: center;
background-attachment: fixed;
	width:100%;
}
.login-panel {
	width:450px;
	height:310px;
	background:#fff;
	border-radius:15px;
	margin-top:140px;
filter:alpha(opacity:80);
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
#resetpassword {
	height:360px;
}
#createCompany {
	height:380px;
}
#register,#createCompany {
	height:400px;
}
#addcompany {
	height:310px;
}
#findpassword{height:310px;}
#company {
	height:320px;
}
#success {
	height:240px;
}
.login-title {
	padding-top:25px;
	padding-bottom:15px;
	font-size:32px;
	color:#333;
}
.login-tips {
	width:100%;
	color:#48749e;
	font-size:14px;
	margin-top:-5px;
	margin-bottom:0px;
	line-height:30px;
}
a {
	text-decoration:none;
	color:#00aaef;
}
.download {
	font-size:14px;
	color:#fff;
	line-height:28px;
	margin-top:40px;
}
.multi-tips {
	font-size:14px;
	color:#48749e;
	margin:0 auto;
}
.multi-account {
	background:#fff;
	border:1px solid #d7e5f1;
	border-radius:10px;
	width:360px;
	height:40px;
	color:#48749e;
	font-size:14px;
	line-height:40px;
	margin-top:15px;
}
.multi-account:hover {
	background:#d7e5f1;
}
.btn-text {
	text-align:center;
	font-size:20px;
	border:none;
	border-radius:10px;
	line-height:40px;
	background:#50baf4;
	width:360px;
	height:40px;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	letter-spacing:5px;
	outline:none;
}
.btn-text:hover {
	background:#1188ca;
}
.input-box {
	width:360px;
	height:40px;
	border:1px solid #d7e5f1;
	border-radius:10px;
	background:#FFF;
	margin-top:15px;
    overflow:hidden;
}
.input-box:hover {
	border-color:#50baf4;
}
.input-username {
	float:left;
	text-align:left;
	padding-left:15px;
	width:310px;
	height: 40px;
	border:none;
	border-radius:10px;
	line-height:40px;
	font-size: 14px;
	color: #88a8c6;
	outline:medium;
}
.input-left {
	width:250px;
	height:40px;
	margin:0 auto;
	padding:0;
	float:left;
}
.input-img {
	margin-left:15px;
	margin-top:8px;
	float:left;
}
.input-text {
	float:left;
	text-align:left;
	padding-left:15px;
	width: 200px;
	height: 40px;
	border-radius:10px;
	border:none;
	outline:none;
	line-height:40px;
	font-size: 14px;
	color: #88a8c6;
}
.input-btn {
	float:right;
	width:100px;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:40px;
	background:#50baf4;
	border:none;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.input-btn:hover {
	background:#1188ca;
}
.c333 {
	color:#333;
}
.s18 {
	font-size:18px;
	letter-spacing:1px;
}
#margin-10 {
	margin-top:10px;
	margin-bottom:10px;
}
.companyname {
	padding-left:115px;
}
#text-left {
	margin-left:55px;
	text-align:left;
}
#m15{margin-top:10px; margin-bottom:-5px;}