* {
    margin:0 0
}
html, body {
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:#001226
}
body {
    background-size: 100% 100% !important;
}
body:after {
    content:'';
    background-repeat:no-repeat;
    -webkit-filter:blur(3px);
    -moz-filter:blur(3px);
    -o-filter:blur(3px);
    -ms-filter:blur(3px);
    filter:blur(3px);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    background-color:#001226;
}
.layui-container {
    width:100%;
    height:100%;
    overflow:hidden
}
.layadmin-user-login-header > h3 {
    color: #37ffff !important;
    font-size: 18px;
    font-weight: bold;
}
.layadmin-user-login-main {
    border-radius:3px;
    padding: 14px 20px;
    background: url("../../static/login/skin2/login-form-bg.png") no-repeat center center;
    background-size: 100% 100%;
}
.layadmin-user-login-main-logo {
    width:100px;
    margin:0 auto;
    text-align:center;
    border:1px solid #fff;
    border-radius:32px;
    padding:14px 20px;
    box-shadow:0 0 8px #eeeeee;
    display:none
}
.layadmin-user-login-footer {
    width:100%;
    line-height:38px;
    position:fixed;
    bottom:0;
    background-color:transparent;
    text-align:center;
    color:#fff;
}
.layadmin-user-login {
    padding: 12% 0;
    left: 60%;
}
form {
    position: relative;
    z-index: 9999;
}
.layadmin-user-login-other .skin2-alink {
    display: flex;
    justify-content : space-between;
}
.layadmin-user-login-other > div a {
    color: #6fffff !important;
}
.btn-skin2-theme {
    background:linear-gradient(to right,#37fffd, #4aa0ed, #5b52df);
    border-radius: 4px;
}
@media only screen and (max-width:720px) {
    .layadmin-user-login {
        position: initial;
    }
    .layadmin-user-login-main {
        height: auto;
        width: 100%;
        float: inherit;
    }
}
input::placeholder {
    color: rgba(110, 254, 254, 0.3);
}
.layui-icon {
    color: #7afffe;
}
input.layui-input {
    color: #7afffe;
    background: initial;
    border: #7afffe solid 1px;
}
