@CHARSET "UTF-8";
*{
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.bg-white {
    background: #f2f2f2 !important;
}
.fa-sign-in:before {
	color:#999;
}
#loginForm{
	font-size: 15px;
}
.form-control{
	font-size: 15px;
    border: 1px solid #fff;
    background:rgba(255,255,255,.75);
	-webkit-transition: all .2s; 
	-moz-transition: all .2s; 
	transition: all .2s;
	padding: 8px 15px;
	box-shadow: rgba(0,0,0,.3) 0 1px 3px;
}
.form-control:focus{
	outline:none;
    border: 1px solid #fff;
    background:rgba(255,255,255,.95);
	box-shadow: rgba(0,0,0,.3) 0 1px 2px;
}
.text-inverse {
    color: #52595F!important;
}
.btn.btn-success {
    color: #fff;
    background: rgba(0, 172, 172, 0.9);
    border-color: rgba(255, 255, 255, 0.63);
	-webkit-transition: all .2s; 
	-moz-transition: all .2s; 
	transition: all .2s;
	box-shadow: rgba(0,0,0,.3) 0 1px 3px;
}
.btn.btn-success:hover {
    color: #fff;
    background: rgba(0, 172, 172, 1);
    border-color: rgba(255, 255, 255, 0.37);
}
.btn.btn-success.btn-warning{
	background: rgba(196, 125, 21, 0.9);
}
.btn.btn-success.btn-warning.active, 
.btn.btn-success.btn-warning:active, 
.btn.btn-success.btn-warning:focus, 
.btn.btn-success.btn-warning:hover{
    background: rgba(196, 125, 21, 1);
    border-color: rgba(255, 255, 255, 0.37);
}
.btn.btn-success.btn-danger{
    background: rgb(204, 73, 70, 0.9);
}
.btn.btn-success.btn-danger.active, 
.btn.btn-success.btn-danger:active, 
.btn.btn-success.btn-danger:focus, 
.btn.btn-success.btn-danger:hover{
    background: rgb(204, 73, 70, 1);
    border-color: rgba(255, 255, 255, 0.37);
}
hr {
    border-top: 1px solid #3A3A3A;
}
.login{
	margin: 173px 0 0 514px;
}
#page-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 926px;
	height: 475px;
}
#page-container{
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: #fff 1px solid;
	background: url(../images/layout/project-login-bg.png) center center no-repeat;
	box-shadow: rgb(0, 22, 45) 0 130px 160px -130px;
}
.isPC.isConstruct #page-container{
	background: url(../images/layout/construction-login-bg.png) center center no-repeat;
}
.isPC.isInspect #page-container{
	background: url(../images/layout/audit-login-bg.png) center center no-repeat;
}
.isPC #page-container.ucenter{
	background: url(../images/layout/ucenter-login-bg.png) center center no-repeat;
}
.copyright{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin:auto;
}
.login .login-content{
	width: 382px;
	padding-top: 50px;
}
.login-content .checkbox{
	line-height: 24px;
}
.login-content .checkbox label{
	color: #fff;
}
.login-content .checkbox input{
	width: 18px;
	height: 18px;
}
.mobile-title{
	display: none;
	text-align: center;
	margin: 60px 0 20px;
}
.isMobile #page-container{
	overflow: hidden;
	overflow-y: scroll;
}
.isMobile #page-container{
	width: 100%;
	height: 100%;
	background: #dce4f1 url(../images/layout/mobile-login-bg.png) center bottom fixed no-repeat;
	background-size: 100%;
	border-radius: 0;
	border: none;
}
.isMobile.isConstruct #page-container{
	background-image: url(../images/layout/mobile-login-const.png);
}
.isMobile.isInspect #page-container{
	background-image: url(../images/layout/mobile-login-audit.png);
}
.isMobile .login{
	position: absolute;
	max-width: 360px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.isMobile .copyright{
	bottom: 30px;
}
.isMobile .btn.btn-success {
    border-color: rgba(0, 172, 172, 0.9);
}
.isMobile .btn.btn-success:hover {
    border-color: rgba(0, 172, 172, 1);
}
.isMobile .btn.btn-success.btn-warning.active, 
.isMobile .btn.btn-success.btn-warning:active, 
.isMobile .btn.btn-success.btn-warning:focus, 
.isMobile .btn.btn-success.btn-warning:hover{
    border-color: rgba(196, 125, 21, 1);
}
.isMobile .btn.btn-success.btn-danger.active, 
.isMobile .btn.btn-success.btn-danger:active, 
.isMobile .btn.btn-success.btn-danger:focus, 
.isMobile .btn.btn-success.btn-danger:hover{
    border-color: rgb(204, 73, 70, 1);
}
.isMobile .login-content .checkbox{
	margin-top: 5px;
}
.isMobile .login-content .checkbox label{
	color: #676767;
	margin-top: -5px;
}
.isMobile .mobile-title{
	display: block;
	text-shadow: #fff 0 1px 0;
}
@media screen and (max-width: 485px){
	.mobile-title{
		font-size: 2.4em;
		margin-top: 120px;
	}
}
@media screen and (max-width: 365px){
	.mobile-title{
		font-size: 2.4em;
		margin-top: 80px;
	}
}
@media screen and (max-height: 485px){
	.isMobile .mobile-title{
		font-size: 2.4em;
		margin-top: 60px;
	}
}
@media screen and (max-height: 485px){
	.isMobile .mobile-title{
		font-size: 2.4em;
		margin-top: 60px;
	}
}
@media screen and (max-height: 385px){
	.isMobile .mobile-title{
		font-size: 2.1em;
		margin: 60px 0 0;
	}
	.isMobile .login-content .checkbox{
		margin-bottom: 20px !important;
	}
}
@media screen and (max-height: 360px){
	.isMobile .mobile-title{
		font-size: 2.1em;
		margin: 40px 0 0;
	}
	.isMobile .login-content .checkbox{
		margin-bottom: 20px !important;
	}
}
@media screen and (max-height: 320px){
	.isMobile .mobile-title{
		font-size: 2em;
		margin: 30px 0 0;
	}
	.isMobile .login-content{
		padding-top: 30px;
	}
	.isMobile .login-content .checkbox{
		width: 40% !important;
		float: left;
	}
	.isMobile .login-content .checkbox + .login-buttons{
		width: 100% !important;
		float: right;
	}
}
@media screen and (max-height: 300px){
	.isMobile .mobile-title{
		font-size: 2em;
		/*margin: -30px 0 0;*/
	}
	.isMobile .copyright{
		bottom: -130px;
	}
}

