﻿body {
}

.Login {
    background:-webkit-gradient(linear, left top, right bottom, from(#312883),color-stop(0.4, #66cbea),color-stop(0.5, white),color-stop(0.6, #66cbea),to(#312883));
    background: -webkit-linear-gradient(left top,#312883,#66cbea 40%, white 50%,#66cbea 60%,#312883);   
    background: -moz-linear-gradient(left top,#312883, #66cbea 40%, white 50%,#66cbea 60%,#312883);   
    background: -o-linear-gradient(left top,#312883, #66cbea 40%, white 50%,#66cbea 60%,#312883);   
    background: -ms-linear-gradient(left top,#312883, #66cbea 40%, white 50%,#66cbea 60%,#312883);   
    background: linear-gradient(left top,white, #66cbea 40%, white 50%,#66cbea 60%,#312883);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #312883, endColorstr = #66cbea);  
    background-size:100% 100%;
}

#LoginHeader {
    width: 100%;
    height: 100px;
    display: table;
    background: -webkit-gradient(linear, left top, left bottom, from(#312883), to(#0086cd));
    background: -webkit-linear-gradient(top,#312883, #0086cd);   
    background: -moz-linear-gradient(top,#312883, #0086cd);   
    background: -o-linear-gradient(top,#312883, #0086cd);   
    background: -ms-linear-gradient(top,#312883, #0086cd);   
    background: linear-gradient(top,top,#312883, #0086cd);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #312883, endColorstr = #0086cd); 
}

#LoginLogo {
    margin-left: 0px;
    margin-top: 0px;
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}

#LoginTitle {
    margin-left: 0px;
    margin-top: 0px;
    display: table-cell;
    color: white;
    font-size: 24pt;
    font-weight: bold;
    font-family: "幼圆";
    vertical-align: middle;
}

#LoginForm {
    margin-top: 80px;
    margin-left: 0px;
    height: 340px;
    vertical-align: middle;
}