body {
    position: absolute;
    background: #F1F1F1;
    background-size: cover;
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 30px;
}

.loginpanel {
    width: 480px;
    height: auto;
    margin: 0 auto;
    padding-top: 160px;
}

.loginpanel .loginlogo {
    text-align: center;
}

.loginpanel .logo {
    max-width: 320px;
    max-height: 64px;
}

.loginbox {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 350px;
    padding: 5px;
    margin: 30px auto auto;
    background: rgba(0, 0, 0, 0.5);
}

.loginbox h3 {
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
    letter-spacing: 3px;
}

.loginbox form {
    width: auto;
    height: auto;
    padding: 0 70px;
    opacity: 0.85;
}

.loginbox form .form-group {
    padding: 10px 0;
    border-bottom: 0;
    border-bottom: 0;
}

.loginbox form .form-group.vcodebox {
    overflow: hidden;
}

.loginbox form .form-group.vcodebox .input-group {
    float: left;
    width: 210px;
}

.loginbox form .form-group.vcodebox .input-vcode {
    float: right;
}

.loginbox form .form-group.vcodebox .input-group .input-group-text {
    width: 40px;
}

.loginbox form .form-group.vcodebox .input-group .input-group-text .fa {
    margin-left: -3px;
}

.loginbox form .form-group input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.loginbox form img.vcode {
    cursor: pointer;
}

.loginbox .info {
    color: #F1F1F1;
}

.loginbox .info a {
    color: #F1F1F1;
    text-decoration: underline;
}

.footbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #F1F1F1;
    text-align: center;
    border-top: 1px solid #000000;
    background: rgba(0, 0, 0, 0.75);
}

.footbar .copy {

}

.footbar .copy a {
    color: #F1F1F1;
    text-decoration: underline;
}

.noticemsg {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    width: 350px;
    color: #000000;
    margin: 30px auto;
    padding: 7px 10px;
}