html {
     background: url("/admin/images/login.jpg"); 
    background-color: #dbe8f7;
    background-size: 100% 100%;
    height: 100%;
}
/* logo */
.login-logo {
    height: 36px;
    padding: 20px;
}
.login-logo img {
    height: 36px;
    float: left;
}
.login-logo span {
    font-size: 25px;
    color: #182c54;
    margin-left: 10px;
    line-height: 28px;
    display: inline-block;
}
/* con */
.login-con {
    height: 240px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}
/* user */
.login-user {
    position: relative;
    height: 140px;
}
.login-user .item {
    display: inline-block;
    margin: 0 20px;
    width: 100px;
    transition: 0.3s;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.login-user .item.none {
    width: 0;
    height: 0;
    margin: 50px 0;
    transform: scale(0, 0);
}
.login-user .avatar-box {
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    width: 100px;
    height: 100px;
    font-size: 66px;
    position: relative;
    color: #2c5382;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.login-user .item:not(.new):hover .avatar-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.login-user .avatar-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.login-user .item img {
    width: 100px;
    height: 100px;
}
.login-user .item .layui-icon {
    font-size: 76px;
}
.login-user .item span {
    width: 100px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

/* form */
.login-form {
    width: 200px;
    margin: 10px auto;
}
.login-form .item {
    position: relative;
    margin-bottom: 20px;
    display: none;
}
.login-form .item label {
    position: absolute;
    left: 10px;
    top: 6px;
    color: #999;
}
.login-form .item .layui-input {
    height: 30px;
    border-radius: 4px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-right:8px;
}
.login-form .item .back,
.login-form .item .submit {
    position: absolute;
    top: 0;
    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 30px;
    width: 30px;
    background: #fff;
    opacity: 0.7;
    transition: 0.3s;
    display: none;
}
.login-form .item .back:hover,
.login-form .item .submit:hover {
    opacity: 1;
}
.login-form .item .back {
    left: -35px;
    border-radius: 20px 4px 4px 20px;
}
.login-form .item .submit {
    right: -35px;
    border-radius: 20px 4px 4px 20px;
    transform: rotate(180deg);
}
/* new */
.login-new {
    position: fixed;
    left: 0;
    /* bottom: 10px; */
    bottom: 6%;
    width: 100%;
    text-align: center;
}
.login-new .item {
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-new .item .layui-icon {
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
.login-new .item:hover .layui-icon {
    background: rgba(255, 255, 255, 0.6);
}
.login-new .item.close {
    display: none;
}
.login-new .item.close .layui-icon {
    font-weight: bold;
}
.login-new .item span {
    font-size: 14px;
    display: block;
    padding-top: 15px;
}

/* footer */
.login-footer {
    font-size: 12px;
    position: fixed;
    text-align: right;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
}
.login-footer,
.login-footer > * {
    color: #999;
}
.login-footer a:hover {
    color: #333;
}

/* color */

/* color */
.bg-color-0 {
    background: #3a64b0 !important;
}
.bg-color-1 {
    background: #498bd9 !important;
}
.bg-color-2 {
    background: #14702e !important;
}
.bg-color-3 {
    background: #ad4424 !important;
}
.bg-color-4 {
    background: #d69b04 !important;
}
.bg-color-5 {
    background: #7c40c2d5 !important;
}
.bg-color-6 {
    background: #5cc3a1 !important;
}
.bg-color-7 {
    background: #9534bb !important;
}
.bg-color-8 {
    background: #5d1551 !important;
}
.bg-color-9 {
    background: #852121 !important;
}
