.login{
    /*height: 100px;*/
    min-height: 100vh;
}
.container{
    width:100%;
}
.bg{
    width:100%;
    min-height: 100vh;
}
.loginCenter{
    width: 600px;
    height: 470px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -300px;
    margin-top: -230px;
}
.loginTitle{
    width: 100%;
    height: 45px;
    background-color: #11508d;
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    padding-left: 25px;
	text-align:center;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
}
.titleLogo{
    display: block;
    width: 300px;
    height: auto;
    margin: 20px auto;
}
.accountDiv{
    position: relative;
}
.account{
    position: relative;
    left: 50%;
    top: 15px;
    margin-left: -185px;
}
.account input{
    width: 43%;
    height: 40px;
    line-height: 40px;
}
.accountOperate input,.accountOperate p{
    width: auto;
    height: auto;
    margin-top: 20px;
}
.accountOperate{
    margin-left:26px;
}
.accountOperate p{
    display: inline-block;
    font-size: 14px!important;
    color: #0099FF;
    cursor: pointer;
    margin: 5px 0 0 0px;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    font-weight: 400;
    margin-bottom: 10px;
}
.loginButton {
    background-color: #11508d;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: default;
}
.row {
    margin: 0px;
}
.container {
padding: 0px;
}
.copyright{
    /*margin-top: 50px;*/
    width:100%;
    height: 70px;
    background-color: #fff;
    padding: 10px 0;
    font-size: 18px;
    color: #434343;
    font-family: Open Sans;
    line-height: 50px;
    position: relative;
}
.copyright p{
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.copyright img{
    height: 50px;
    position: absolute;
    top: 10px;
    right: 40px;
    display: block;
}
