body {
    background: url(/resources/images/bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.login-bg {
    background: url(/resources/images/login_bg.png) no-repeat;
    background-size: 479px 444px;
    width: 479px;
    height: 464px;
    padding: 40px;
}

.layui-form h1 {
    font-size: 30px;
    text-align: center;
    color: white;
}

#btn_submit {
    width: 100%;
    font-size: 20px;
    height: 45px;
    border-radius: 5px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    line-height: 26px;
    padding: 15px 0;
    color: #c7c7c7;
}

.footer a {
    color: #c7c7c7;
}

.user-login-icon {
    width: 20px !important;
    padding: 8px 10px !important;
    position: absolute;
    color: #d2d2d2;
}

.layui-input {
    padding-left: 40px;
    background-color: #003d68;
    border-radius: 5px;
    border-color: #007dd0;
    height: 45px;
    color: white;
    font-size: 15px;
}

.layui-form-item {
    width: 400px;
    height: 60px;
}

label img {
    width: 15px;
    margin-top: 5px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.code {
    width: 285px;
}

#smsCode {
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
}

#imageCode {
    cursor: pointer;
}

.sys {
    width: 1280px;
    height: 464px;
    top: 20%;
    margin: auto;
    position: relative;
}

.left {
    padding-top: 190px;
    padding-left: 80px;
}