.header {
    height: 131px;
    padding-left: 170px;
}
.logo {
    margin-top: 54px;
    height: 57px;
}
.content {
    position: relative;
}
.content .bg {
    width: 100%;
}
.login-box {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
}

.login-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 20px;
    margin: auto;
    width: 380px;
    height: 330px;
    background: rgba(255,255,255,.2);
    padding: 25px 47px 34px 38px;
    border-radius: 5px;
}
.login-container .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.login-container .main-input {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 11px;
}
.login-container .input-logo {
    width: 15px;
    vertical-align: middle;
    margin: 0 22px 0 16px;
}
.line {
    vertical-align: middle;
    margin-right: 18px;
}
.main-input input {
    border: none;
    outline: none;
    padding: 0;
    width: 188px;
}
.code-container {
    padding-top: 9px;
    height: 55px;
    margin-bottom: 14px;
}
.code-input {
    float: left;
    border-radius: 4px;
    background: #fff;
    width: 175px;
    height: 46px;
    text-align: center;
}
.code-input input {
    height: 100%;
    width: 82%;
    border: none;
    outline: none;
    padding: 0;
}
.code-img {
    width: 110px;
    height: 46px;
    float: right;
    border-radius: 4px;
    overflow: hidden;
}
.code-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.login-btn {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #66CDEB;
    box-shadow: 0px 5px 8px 0px rgba(13, 5, 9, 0.42);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #001C62;
    cursor: pointer;
    letter-spacing: 10px;
}
.copyright {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #474747;
    bottom: 30px;
}
