body {
    font-family: 'Microsoft YaHei';
    font-size: 100%;
    background: #4fb53d
}

h1 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    margin: 20px 0px;
}

.login {
    background: rgba(10, 10, 10, .17);
    width: 96%;
    margin: 0 auto;
    padding: 4em;
    border-radius: 30px 30px 50px 50px
}

.login form {
    width: 100%;
}

.login label {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

.login label i {
    font-size: 20px;
    margin-right: 5px;
    color: #00AEF0;
}

.login p {
    color: #FF0;
    text-align: center;
    font-size: 15px;
    margin: 0
}

.form-control {
    height: 2.96em
}

.btn-default {
    color: #fff;
    background: #4fb53d;
    padding: 10px 0;
    font-size: 16px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .49);
    border-radius: 5px;
    border: none;
    width: 45%
}

.btn-default:hover {
    background: #433184;
    color: #FFF;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

#getpasswordshowkey,
#getpasswordshowkey a,
#regshowkey,
#regshowkey a {
    color: #FFF;
    font-size: 14px;
    text-align: right;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #CCC
}

.parentCls ul {
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF
}

.auto-tip li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.auto-tip li.hoverBg {
    background: #ddd;
    cursor: pointer
}

.hidden {
    display: none
}

@media (min-width:640px) {
    .login {
        width: 600px;
        margin: 0 auto
    }
}
/**********************************************************************************************************/