* {
    padding: 0;
    margin: 0;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_5.jpg');
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}


.loginBox {
    width: 360px;
    min-height: 400px;
    position: fixed;
    top: -210%;
    left: -210%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000000000;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 100px #fff inset;
}

.login-Logo {
    text-align: center;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    border-radius: 50%;
}

.login-Logo>img {
    height: 160px;
}

.layui-form-item {
    position: relative;
}

.layui-form-item>.layui-input {
    color: #fff;
    background-color: #f0f0f0;
    border: none;
    padding-left: 35px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    box-shadow: 0px 0px 10px #fff inset;
}

.layui-form-item>.icon {
    position: absolute;
    width: 18px;
    top: 10px;
    left: 8px;
}

.loginBtn {
    width: 100%;
    border-radius: 50px;
}

footer {
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    width: auto;
    font-weight: 100;
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    z-index: -1;
}

input:-webkit-autofill{ box-shadow: 0 0 0px 1000px transparent inset !important;}
