*{
    padding:0;
    margin:0;
}
body{
    width: 100%!important;
    padding: 0!important;
    overflow: hidden;
}

.bg {
    width:100%;
    height: 100%;
    background: url("/frame/login/img/bgNew2.png") bottom no-repeat;
    background-size: cover;
}

.body-container{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    min-height: 490px;
    height: 100%;
    position: relative;
}

.login-info {
    width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -190px;
}

.login-info .logo {
}

.platform-name {
    font-size: 22px;
    color: #000000;
    margin-top: 12px;
}

.login-box {
    width: 360px;
    height: 270px;
    background-color: #ffffff;
    box-shadow: 0px 10px 70px 0px
    rgba(180, 188, 207, 0.28);
    padding-top: 12px;
    margin-top: 12px;
}
.login-box .login-group {
    display: block;
    position: relative;
    width: 270px;
    height: 36px;
    margin-top: 20px;
    margin-left: 45px;
}

.login-box input, .login-box button {
    width: 270px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #e4e4e4;
    border-radius: 0 !important;
}

.login-box input.checkcode{
    width: 181px;
    float: left;
}
.login-box input {
    padding-left: 40px;
    font-size: 14px;
    color: #bbbbbb;
}

.login-box  input {
    position: relative;
}

.login-box  .user-icon, .login-box  .pwd-icon, .login-box  .code-icon{
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    left: 13px;
    z-index: 1000;
}

.login-box  .pwd-icon, .login-box  .code-icon {
    width: 14px;
    height: 14px;
    top: 10px;
    left: 14px;
}

.checkcodeImg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -1px;
    display: inline-block;
    width: 90px;
    height: 36px;
    border: 1px solid #e4e4e4;
    border-left: 0;
}


.login-box button {
    line-height: 36px;
    background-color: #62a8ea;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.foot {
    position: absolute;
    width: 400px;
    bottom: 0px;
    padding-top: 10px;
    min-height: 80px;
    left: 50%;
    margin-left: -200px;
}

.foot span{
    display: block;
    position: relative;
    bottom:0;
    text-align: center;
    font-size: 10px;
    color: #808080;
    line-height: 25px;
}

