.layadmin-user-login-body .layui-form-item {
    position: relative;
}
.layadmin-user-login-box {
    padding: 20px;
}
.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}
.layadmin-user-login-body .layui-form-item .layui-input {
    padding-left: 38px;
}
body {
    background-color: #e3e4ea;
    height: 100%;
}
.main-login-w {
    position: relative;
    height: 100%;
}
.main-login {
    height: 336px;
    width: 780px;
}
.main-wrap{
    height:336px;
    width: 710px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(48,50,85,.4);
    box-shadow: 0 2px 30px 0 rgba(48,50,85,.4);
    position: absolute;
    top:  calc(50% - 168px);
    left: calc(50% - 390px);
    background:#2b3d52;
    padding:0px 50px;
}
.main-wrap .login-section{
    height: 400px;
    width: 424px;
    padding-left: 64px;
    padding-right: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    top: -32px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.15);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    right: 50px;
    position: absolute;
}
.main-wrap .login-section .title{
    text-align: center;
    padding-top: 60px;
    margin-bottom: 8px;
}
.main-wrap .login-section .title p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:3px;
}
.main-wrap .login-section .title span{
    color:#aaa;
}
.layui-input{
    border-left: none;
    border-right: none;
    border-top: none;
}
.layui-form-item{
    padding-bottom:18px;
    margin-bottom: 6px;
}
.layui-form-item-button{
    padding:0px;
}
.forgetpassword{
    position: absolute;
    right:0 ;
    bottom: 0px;
    color:#009688;
    font-size:12px;
}
.error-msg{
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #e16a82;
    font-size: 12px;
    line-height: 12px;
}
.layui-form-item-login{
    margin-top:30px;
}
.info-msg.error {
    border-color: #f15858;
    color: #f15858;
    position: absolute;
    top: 0;
    font-size: 12px;
}
.layui-form{
    position:relative;
}





.ladda-button .preloader {
    margin: -4px auto 0;
    margin-left: -35px;
    width: 70px;
    text-align: center;
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 60%;
    pointer-events: none;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5)
}

.ladda-button .preloader > span {
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    -webkit-animation: stretchdelaytwo 0.7s infinite ease-in-out;
    animation: stretchdelaytwo 0.7s infinite ease-in-out;
}

.ladda-button .preloader .circle:nth-child(2) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.ladda-button .preloader .circle:nth-child(3) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ladda-button .preloader .circle:nth-child(4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ladda-button .preloader .circle:nth-child(5) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelaytwo {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelaytwo {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

.no-csstransforms3d .ladda-button .preloader {
    margin-top: 0;
}

.no-csstransforms3d .ladda-button .preloader > span {
    display: none;
}

.ladda-button:hover {
    cursor: pointer;
}

.ladda-button {
    position: relative;
    overflow: hidden;
}

.ladda-button .ladda-label {
    display: inline-block;
    position: relative;
    z-index: 3
}

.ladda-button,
.ladda-button .preloader,
.ladda-button .ladda-label {
    -webkit-transition: 0.3s ease 0.2s all !important;
    -moz-transition: 0.3s ease 0.2s all !important;
    -ms-transition: 0.3s ease 0.2s all !important;
    -o-transition: 0.3s ease 0.2s all !important;
    transition: 0.3s ease 0.2s all !important
}


.ladda-button[data-loading] button {
    background-color: #dfe3e3 !important;
    color: #959ca8 !important;
    cursor: not-allowed !important;
}

.ladda-button[data-loading] .preloader {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}
.section-left{
    margin-top:70px;
    color:#fff;
    font-weight:400;
    font-size:18px;

}
.section-left li{
    margin:15px;
}
.section-left li::before{
    content: ' · ';
    font-weight:bold;
}