
html {
    transition-duration: 1s;
    background: url("/static/images/pageBack/login.jpg") no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
}

.login_dw {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    /*background: rgba(255, 255, 255, 1.0);*/
}

.layadmin-user-login-header {
    background-color: #303838;
}

.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 40px
}

#msg {
    color: #F00;
    text-align: center;
    display: none;
}

img {
    width: 100%;
}

.icp-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: transparent;
    z-index: 100;
}
.icp-footer a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
.icp-footer img {
    vertical-align: middle;
    margin-left: 5px;
    width: 16px !important;
    height: 16px !important;
}