﻿body {
   
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    vertical-align: baseline;
    background-size: contain;

}
.divbg {
    background: url("/WebOA/Account/img/3.jpg") no-repeat center top;
    width: 100%;
    height: 100%;
}
* ,.h1,.h2,.h3,.h4,.h5,.h6{
    margin:0px 0px;
    padding:0px 0px;
}

.form-login {
    margin: 0 0;
    padding: 0px 0px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 320px;
    filter: alpha(Opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.loginbody{
    padding:20px 20px;
}
/*阴影*/
.form-title {
    margin-bottom: 30px;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}
.ptop{
    margin-top:120px;
}