﻿body {
    width: 100%;
    height: 100%;
    background: url(/Content/image/loginbg.png) repeat;
    font-family: 微软雅黑;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css3 {
    behavior: url(/css/PIE.htc);
}

body, ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

#loginBox {
    width: 620px;
    height: auto;
    margin: 0 auto;
    margin-top:230px;
}
#loginBox .logo{
    height: 52px;
    width:500px;
    background:url(/Content/image/login2.png) no-repeat left center;
}

    #loginBox .loginbox {
        height: 79px;
        position: relative;
    }

        #loginBox .loginbox .logininput {
            background: #e0e8ea;
            height: 75px;
            width: 540px;
            border: 2px solid #fff;
            border-radius: 3px;
            box-shadow: #205656 -2px -2px 3px;
            margin-top: 20px;
            position: relative;
            z-index: 999;
        }
        
        #loginBox .loginbox .loginbt {
            display: block;
            background: #ff6600;
            box-shadow: #205656 -2px -2px 3px;
            border-radius: 3px;
            height: 50px;
            width: 70px;
            position: absolute;
            right: 7px;
            top: 14px;
            z-index: 998;
            color: #fff;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            text-shadow: #205656 0 1px 0;
            font-weight: 500;
            cursor: pointer;
        }

            #loginBox .loginbox .loginbt:hover {
                background: #4086c2;
            }

        #loginBox .loginbox input {
            height: 60px;
            width: 256px;
            line-height: 60px;
            text-indent: 1em;
            margin-top: 6px;
            margin-left: 6px;
            border: 1px solid #ccc;
            transition: all 0.30s ease-in-out;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            outline: none;
            border-radius: 3px;
            color: #666;
        }
        #loginBox .loginbox .logininput .logininputCode {
            width:520px;
        }
input:focus {
    box-shadow: 0 0 6px #25686e;
    -webkit-box-shadow: 0 0 6px #25686e;
    -moz-box-shadow: 0 0 6px #25686e;
}

.loginbt:active:after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    z-index: 2;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 10px 5px rgba(255,255,255,0.5), 0 0 20px 10px rgba(255,255,255,0.5), 0 0 30px 15px rgba(255,255,255,0.4), 0 0 40px 20px rgba(255,255,255,0.3), 0 0 50px 25px rgba(255,255,255,0.3), 0 0 60px 30px rgba(255,255,255,0.3), 0 0 70px 35px rgba(255,255,255,0.3);
}
