html,body,.container{
    width:100%;
    height:100%;
}
a, a:hover,a:link, a:active, a:visited {
    color: #fff;
    outline: medium none!important;
    text-decoration: none!important;
}
.container {
    padding: 0;
}
.left-box,.right-box{
    float: left;
    width: 50%;
    height:100%;
}
.left-box{
    position: relative;
    text-align: center;
    background: url("../images/leftboxbg.jpg") center center no-repeat;
}
.left-box .content-box{
    position: relative;
    top: 50%;
    margin-top: -93px;
}
.left-box .content-box h4{
    margin-top: 50px;
    color: #fff;
}
.left-box .glyphicon{
    position: absolute;
    right: 0;
    top: 49%;
    font-size: 22px;
    margin-right: -7px;
    color: #e9e9e9;
}
.right-box{
    position: relative;
    text-align: center;
    background: #e9e9e9;
}
.right-box .content-box{
    position: absolute;
    top: 50%;
    width: 350px;
    margin-top: -211px;
}
.right-box .psdback-box{
    margin-top: -250px;
}
.right-box .content-box img{
    margin: 20px 0px;
}
.form-box .control-group{
    margin-bottom: 25px;
}
.half-left{
    width: 55%;
    margin-right:5%;
    float: left;
}
.half-right{
    float: left;
    width: 40%;
}
.half-right .input-group,.half-right .input-group a{
    width: 100%;
}
.btn-box .btn-primary{
    width: 100%;
}
.psd-box{
    padding: 20px 0px;
}
.psd-box .f-left{
    float: left;
    color:#0eacd4;
}
.psd-box .f-left:hover{
    color: #ff0000;
}
.psd-box .f-right{
    float: right;
    color:#0eacd4;
}
.psd-box .f-right:hover{
    color:#029cc2;
}
.modal-dialog{
    top: 30%;
    position:absolute;
    left:50%;
    margin-left:-300px;
}
.info-box{
	text-align:left;
	color:red;
	padding:10px 0px;
}

/* 内阴影覆盖默认黄色背景 */
input.focus:-webkit-autofill{
   -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input.blur:-webkit-autofill{
   -webkit-box-shadow: 0 0 0 1000px #d8d8d8 inset;
}
.form-control,.btn{
	line-height:40px;
	height:40px;
}
.btn{
	padding:0;
	background: #0eacd4;
	border:0;
}
.btn:hover{
	background: #029cc2;
}