
html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    background: url(skin/web_bg.png) repeat-x top;
    overflow: hidden;
}

.sysname {
    color: #0059b2;
    position: absolute;
    font-size: 30px;
    font-family: 'Microsoft YaHei UI','STXinwei';
    font-style: normal;
    left: 50px;
    top: -50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 20px;
    text-shadow: 3px 3px 4px #fff;
    display: inline-block;
    height: 50px;
    background: 0px 0px no-repeat;
}

/*.sysname:hover {
        -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
        -moz-animation: neon2 1.5s ease-in-out infinite alternate;
        animation: neon2 1.5s ease-in-out infinite alternate;
        color: #ffffff;
    }*/

.login {
    margin: 100px auto;
    display: inline-block;
    width: 800px;
    height: 340px;
    background: no-repeat left top;
    position: relative;
    border: 1px solid #B4B4B4;
    border-bottom: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-size: 800px 340px;
}

form {
    display: inline-block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: -60px;
    z-index: 2;
    background: linear-gradient(0deg,#eaeaea,#fcfcfc) 0px 0px repeat-x;
    border: 1px solid #B4B4B4;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}


input[type=password], input[type=text] {
    display: inline-block;
    width: 160px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    border: solid 1px #cdcdcd;
    background: linear-gradient(0deg,#fff,#f8f8f8) 0px 0px repeat-x;
    border-radius: 5px;
    color: #3b3b3b;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 14px;
}

input[type=submit] {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: linear-gradient(0deg,#99d190,#1cb740) 0px 0px repeat-x;
    +background-color:#1cb740; /* IE8, IE9, IE10 */
    color: white;
    cursor: pointer;
    letter-spacing: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

    input[type=submit]:hover {
        font-weight: bold;
        border: solid 1px #5f8173;
    }

.html5 {
    padding-left: 48px;
    background: url(skin/html5.png) no-repeat;
    position: absolute;
    bottom: -120px;
    color: gray;
    text-align: left;
    height: 32px;
    line-height: 32px;
    width: 100%;
    left: 40px;
}

.logo {
    position: absolute;
    right: 80px;
    top: 50px;
    background: url(skin/mingshi58.png) no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
}


a {
    text-decoration: none;
    color: #333;
    margin: 0px 10px 0px 10px;
}

    a:hover {
        color: red;
        text-decoration: underline;
    }

    a.sso:hover {
        background-position: -1px -1px;
    }

    a.sso {
        display: inline-block;
        padding-left: 18px;
        height: 16px;
        background: url(skin/sso.png) no-repeat;
        margin: 0px 2px 0px 2px;
    }

    a.qq {
        background-position: 0px 0px;
    }

    a.taobao {
        background-position: 0px -60px;
    }

    a.sina {
        background-position: 0px -120px;
    }

    a.baidu {
        background-position: 0px -180px;
    }


.qrcode {
    position: absolute;
    right: -120px;
    bottom: 150px;
    width: 100px;
    height: 100px;
    zoom: 50%;
    display: inline-block;
}
