html,body {
    background-color: #262427;
}
body {
    min-width: 800px;
    min-height: 500px;
    background: url(/static/admin/image/login-bg-e507bed883d378760a222426091fd361.jpg) center center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-logo-wrapper {
    /*text-align: center;*/
    width: 280px;
    margin: 30px;
    /*margin-bottom: 30px;*/
}
.full-logo-wrapper img {
    width: 100%;
}
.login-form {
    border-radius: 20px;
    width: 440px;
    background-color: #ffffff;
    box-shadow: 1px 2px 17px 2px #b6b6b68a;

}
.login-form form {
    padding: 40px 60px 40px 60px;
}
.login-icon {
    position: absolute;
    width: 38px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #c0bebe;
    font-weight: bold;
}
.jump-change {
    float: right;
}

.login-header {
    text-align: center;
    color: #FFF;
    height: 117px;
    background: #148be4;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.login-header .title {
    font-family: SourceHanSansCN-Regular;
    font-size: 28px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 117px;
    text-align: center;
}
.login-header .bg1 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;
}
.login-header .bg2 {
    display: inline-block;
    width: 94px;
    height: 94px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
}

.layui-form-item {
    position: relative;
    margin-bottom: 35px;
}
.login-form .layui-input {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 40px;
    height: 36px;
    color: #888 !important;
    -webkit-text-fill-color: #888 !important;
    box-shadow: inset 0 0 0 1000px #FFFFFF !important;
}

.captcha {
    width: 100%;
    height: 39px;
    margin-top:1px;
    cursor: pointer;
}

.login-form .layui-btn {
    border-radius: 20px;
    background: #1E9FFF !important;
}

.footer {
    text-align:center;position: absolute;bottom:20px;width:100%;color:#BBB;
}
.site-version {
    margin-bottom:5px;
}
.copyright {

}

