html,
body {
    min-width: 1180px;
    min-height: 580px;
    padding-top: 0;
}

body {
    background: url('/images/login-bg.jpg') center no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
    height: 100%;
    overflow: hidden;
}

.container {
    overflow: hidden;
    height: 100%;
}

.loginbox {
    height: 100%;
    min-height: 580px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-bg {
    width: 100%;
    position: relative;
}

.bg-pic img {
    width: 650px;
}

.login {
    width: 400px;
    height: 414px;
    float: right;
    background: #fff;
    border-radius: 10px;
    margin-top: 60px;
}

.login-head {
    height: 68px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 50px;
}

.login-head li {
    float: left;
    padding: 0 14px;
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
    margin-right: 22px;
    padding-bottom: 16px;
    border-bottom: 3px solid #fff;
    cursor: pointer
}

.login-head li.active {
    padding-bottom: 17px;
    border-color: #257cff;
    color: #257cff
}

.login-form {
    padding: 40px 50px 0;
}

.header-nav {
    background: rgba(16, 41, 129, 0.4);
}

.header-nav li a {
    color: #bed1f1;
}

.footer {
    display: none;
}

.form-group.code{
    position: relative;
}

.form-group.code .form-box{
    margin-right: 108px;
}

.form-group.code .form-box input[type='text']{
    width: 100%;
}

.code-content{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
}

.code-content img{
    vertical-align: top;
    width: 100%;
    height: 100%;
}