﻿body {
          font-family: '微软雅黑', 'Microsoft YaHei', 'Microsoft Yahei Font', 'Open Sans', 'Segoe UI' !important;
      }
      .loginBackground{
	background:url(../../images/login_bj3.jpg);
	background-size: 100%;
}
#bodyBgcolor{
	width:100%;
	background:#065CC1;
}
.copyright{
	padding-bottom:30px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	color:#fff;
	font-family:微软雅黑;
	opacity: 0.7;
}

.login-container {
    position: relative;
}

.login-container .loginbox {
    position: relative;
    width: 300px !important;
    height: auto !important;
    padding: 0 0 20px 0;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    margin: 0 auto;
}

.login-container .loginbox .loginbox-title {
    position: relative;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #444
}

.login-container .loginbox .loginbox-social {
    padding: 0 10px 10px;
    text-align: center
}

.login-container .loginbox .loginbox-social .social-title {
    font-size: 14px;
    font-weight: 500;
    color: #a9a9a9;
    margin-top: 10px
}

.login-container .loginbox .loginbox-social .social-buttons {
    height: 80px;
    padding: 15px 35px;
    text-align: center
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook {
    float: left;
    border: 2px solid #3b5998;
    color: #3b5998;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    background-color: #fff
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook i {
    font-size: 26px;
    line-height: 50px
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter {
    float: left;
    border: 2px solid #29c1f6;
    color: #29c1f6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    background-color: #fff
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
    font-size: 26px;
    line-height: 50px
}

.login-container .loginbox .loginbox-social .social-buttons .button-google {
    border: 2px solid #ef4f1d;
    color: #ef4f1d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff
}

.login-container .loginbox .loginbox-social .social-buttons .button-google i {
    font-size: 26px;
    line-height: 50px
}

.login-container .loginbox .loginbox-or {
    position: relative;
    text-align: center;
    height: 20px
}

.login-container .loginbox .loginbox-or .or {
    position: absolute;
    top: 0;
    -lh-property: 0;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 20px;
    background-color: #fff;
    color: #999;
    margin: 0 auto
}

.login-container .loginbox .loginbox-or .or-line {
    position: absolute;
    height: 1px;
    top: 10px;
    left: 40px;
    right: 40px;
    background-color: #ccc
}

.login-container .loginbox .loginbox-textbox {
    padding: 10px 40px
}

.login-container .loginbox .loginbox-textbox .form-control {
    -webkit-border-radius: 3px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 3px !important;
    -moz-background-clip: padding !important;
    border-radius: 3px !important;
    background-clip: padding-box !important
}

.login-container .loginbox .loginbox-forgot {
    padding-left: 40px
}

.login-container .loginbox .loginbox-forgot a {
    font-size: 11px;
    color: #666
}

.login-container .loginbox .loginbox-submit {
    padding: 10px 40px
}

.login-container .loginbox .loginbox-signup {
    text-align: center;
    padding-top: 10px
}

.login-container .loginbox .loginbox-signup a {
    font-size: 13px;
    color: #666
}

.login-container .logobox {
    width: 300px !important;
    height: 50px !important;
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    background-color: #fff;
    text-align: left
}
.bg-white {
    background-color: #fff !important
}

.i-ok {
	vertical-align: middle;
	background: url('../../images/icon.png')
		no-repeat scroll 0% 0% transparent;
	display: block;
	width: 14px;
	height: 14px;
	background-position: 0px -600px;
}

.i-no {
	vertical-align: middle;
	background: url('../../images/icon.png')
		no-repeat scroll 0% 0% transparent;
	display: block;
	width: 14px;
	height: 14px;
	background-position: 0px -900px;
}