body, .container {
    height: 100%;
    background: url(/images/login/bg.gif) center center repeat;
    font-family: AlibabaSansRegular;
}

.loginbox {
    max-width: 1024px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.lftside {
    width: 375px;
    background: #f4f4f5;
    padding: 20px 0;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
}

.ritside {
    padding: 50px 0px;
}

.tit {
    font-size: 44px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.alljb {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 80%;
}

    ul li {
        list-style: none;
        position: relative;
        margin-top: 15px;
    }

        ul li img {
            margin-left: 10px;
            height: 44px;
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            border-radius: 22px;
        }

        ul li .fa {
            position: absolute;
            top: 11px;
            left: 20px;
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            font-size: 22px;
            color: #b79e87
        }

.inpbox {
    height: 44px;
    width: 100%;
    border: 1px #ddd solid;
    background: #f9f9f9;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding-left: 60px;
    padding-right: 15px;
    font-size: 16px;
    font-family: AlibabaSansRegular;
}

.inpbox2 {
    cursor: pointer;
    height: 44px;
    width: 100%;
    border: 1px #b79e87 solid;
    color: #fff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    line-height: 42px;
    text-transform: capitalize;
    cursor: pointer;
}

    .inpbox2:hover {
        background: #8f7258;
        -moz-box-shadow: 0px 3px 5px #ff6a00;
        -webkit-box-shadow: 0px 3px 5px #ff6a00;
        box-shadow: 0px 1px 5px #ff6a00;
    }

input:focus,
input:hover {
    border: 1px #ff6a00 solid;
    outline: 0;
    -moz-box-shadow: 0px 3px 5px #ff6a00;
    -webkit-box-shadow: 0px 3px 5px #ff6a00;
    box-shadow: 0px 1px 5px #ff6a00;
}

.inpbox2 {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position: bottom left, top right, 0 0, 0 0;
    background-clip: border-box;
    -moz-box-shadow: 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 1px #fff inset;
    box-shadow: 0 0 1px #fff inset;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    background-color: #ff6a00;
    border: 1px #ff6a00 solid;
    cursor: pointer;
    background-image: url('/images/login/button_bg.png'), url('/images/login/button_bg.png');
}

    .inpbox2:hover {
        background-position: top left;
        background-position: top left, bottom right, 0 0, 0 0;
        background-color: #db5e04;
        border: 1px #db5e04 solid;
        cursor: pointer;
        background-image: url('/images/login/button_bg.png'), url('/images/login/button_bg.png');
    }

    .inpbox2:active {
        bottom: -1px;
    }

.inp01 {
    width: 240px;
    float: left;
}
