html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.login {
    height: 100%;
    font-size: 12px;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.login-header {
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #FFF;
    background: #377DC3;
}

.login-header > .logo {
    height: 32px;
    padding: 4px 0 0 40px;
}

.login-header .login-header-right {
    position: absolute;
    top: 0;
    right: 40px;
}

.login-header .login-header-right .version {
    margin-right: 20px;
    display: block;
    float: left;
}

.login-header .login-header-right .switch-language {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    width:90px;
}
.switch-language:hover ul {
    display:block;
}
.switch-language ul {
    position: absolute;
    top: 35px;
    z-index:1000;
    display:none;
    width:90px;
    border-radius:4px;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.switch-language ul li {
    padding: 5px 15px;
    display:block;
    height:32px;
    line-height: 32px;
    color: #333;
}
.switch-language ul li:hover {
    background:#fafafa;
}

.login-image {
    max-height: 50vh;
}

.login-title {
    padding: 21px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}

.login-image .login-bg-img {
    max-width: 80%;
    max-height: 50vh;
    padding: 7px 50px 10px 0;
}

.login-form {
    display: inline-block;
    width: 288px;
    margin: 50vh auto 0 auto;
    max-width: 100%;
    font-size: 14px;
    text-align: left;
}

.login-form input {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 16px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.30);
    outline: none;
}

.login-form input[type=password] {
    margin: 15px 0 12px;
}

.login-form .forgot-password {
    font-size: 10px;
    color: #377DC3;
    cursor: pointer;
}

.login-form .LoginNew {
    display: block;
    width: 100%;
    height: 35px;
    margin-top: 12px;
    border: none;
    border-radius: 4px;
    color: #FFF;
    background: #377DC3;
    outline: none;
    cursor: pointer;
}

.login-qrcode {
    position: fixed;
    right: 60px;
    bottom: 100px;
    width: 100px;
    font-size: 14px;
    color: #999;
}

.login-qrcode img {
    width: 100px;
    margin-top: 10px;
    image-rendering: pixelated;
}

.login-footer {
    /*max-width: 1200px;
    margin: 15px auto 0;
    padding: 0 20px;*/
    vertical-align: middle;
    color: #999;

    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;

    width: 1200px;
    position:absolute;
    /*bottom:10px;*/
    left:50%;
    margin-left:-600px;
}

.login-footer .login-icp {
    white-space: nowrap;
}

.login-footer > * {
    vertical-align: middle;
}

.login-footer > * + * {
    margin-left: 10px;
}

.feedback {
    cursor: pointer;
}

.login-footer .login-privacy {
    white-space: nowrap;
    margin-left:0;
}
.login-footer .login-privacy .login-privacy-link {
    color : blue !important;
}

@media screen and (max-width:750px) {
    .login-header > .logo {
        padding-left: 10px;
    }

    .login-header .login-header-right {
        right: 10px;
    }

    .login-qrcode {
        position: static;
        right: auto;
        bottom: auto;
        margin: 70px auto;
    }
}

 @media screen and (min-width:1660px) {

    .login-footer {
        margin-top: 50px;
    }
  
    .login-form {
        margin: 55vh auto 0 auto;
    }
}
@media screen and (min-width:1442px) {
	/*
    .login-form {
        margin-top: 35px;
    }
	*/
    .login-footer {
        margin-top: 50px;
    }
		
    .login-form {
        margin: 55vh auto 0 auto;
    }
}

@media screen and (min-width:1600px) {
	/*
    .login-form {
        margin-top: 35px;
    }
	*/
    .login-footer {
        margin-top: 36px;
    }
		
    .login-form {
        margin: 55vh auto 0 auto;
    }
}

@media screen and (min-width:751px) and (max-width:1339px) {
}

a:link, a:visited {
    text-decoration: none !important;
    color: #999;
    font-size: 12px;
}
