body{
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(117, 181, 205, 1)), color-stop(100%,rgba(64, 112, 200, 1)));
    height:100%;
}

#container{
    margin-top: 109px;
}

#content {
    width: 560px;
    /*height: 560px;*/
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 0 0 5px #979797;
    background: url(../images/logo_v4new.png);
    background-repeat: no-repeat;
    background-color: white;
    background-position: center 48px;
    padding-top: 200px;
    position: relative;
}

#login{
    margin: 0 auto;
    width: 400px;
    float:none;
}

#login label[id='loginusername']{
    display:none;
}

#login label[id='loginpassword']{
    display:none;
}

#login input[type="text"]{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#login input[type="password"]{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#login input:focus{
    outline: none;
}
#login input[id="username"] {
    width: 100%;
    padding-bottom: 22px;
    font-size: 22px;
}
#login input[id="password"] {
    width: 100%;
    padding-bottom: 22px;
    font-size: 22px;
}
#login .btn-submit{
    width: 182px;
    height: 54px;
    background-color: #64B7F8!important;
    margin-right: 29px;
    font-size: 20px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#login .btn-submit:hover{
    background-color: #44a5f1!important;
}
#login .btn-submit:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#login .btn-reset {
    width: 182px;
    height: 54px;
    background-color: #ECECEC!important;
    font-size: 20px;
    color: #3B5B78;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
#login .btn-reset:hover{
    background-color: #dcdcdc!important;
}
#login .btn-reset:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#login select[id="locale"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    width: 87px;
}
#login #list-languages {
    position: relative;
}
#login #list-languages:after {
    content: "";
    border-top: 4px solid #adadad;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 17px;
    left: 128px;
}
#login #vfycode2 {
    width: auto;
}
#login #vfycode2 input{
    width: 282px!important;
    float: left;
    margin-right: 15px!important;
    margin-top: 22px!important;
}
#container #loginImage {
    display: none;
}
#content #login {
    height: auto;
}
#content .slogan {
    text-align: center;
    margin-top: -41px;
    margin-bottom: 45px;
    font: 23px "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
    color: #1E2431;
}
#login .language-txt {
    width: 63px;
    display: inline-block;
}
