@charset "utf-8";
.sh768 .top{
    background-color: white;
    height: 50px;
}
.sh768 .top img{
    height: 35px;
    padding-top: 7.5px;
    padding-left: 7.5px;
}
.sh768 .bottom{
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    position:fixed;
}
.sh768 .bottom span{
    display: block;
    color: #868686;
    font-size: 10px;
    text-align:center;
    padding-top: 17px;
}
.sh768 .main img{
    position: absolute;
    float: left;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-top: -217.5px;
    margin-left: -560px;
}
.sh768 .form-login{
    position: absolute;
    float: left;
    width: 290px;
    height: 320px;
    padding: 20px 10px 0 10px;
    left: 50%;
    top: 50%;
    margin-left: 200px;
    background-color: white;
    margin-top: -162.5px;
    border-radius: 10px;
}
.sh768 .form-login span.heading{
    display: block;
    font-size: 16px;
    text-align:center;
    font-weight: 700;
    padding-bottom: 5px;
}
.sh768 .form-login .row{
    margin: 20px;
    height: 40px;
    position: relative;
    overflow: visible;
}
.sh768 .form-login input{
    position: absolute;
    left: 0;
    height: 38px;
    line-height: 42px\9;
    width: 208px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding-left: 35px;
    color: #666;
    border-radius: 5px;
}
.sh768 .form-login .row span{
    position: absolute;
    top: 12.5px;
    left: 10px;
    display: block;
    height: 15px;
    width: 15px;
}
.sh768 .form-login .row .line{
    position: absolute;
    top: 10px;
    left: 30px;
    display: block;
    height: 20px;
    border-right: 1px solid #ccc;
}
.sh768 .form-login .btn-div a{
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 5px;
}