html,
body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*background: #262b2e*/
    background: #F3F4F7
}

#wrapper {
    height: 100%;
    width: 100%;
    /*text-align: center;*/
    /*display: table;*/
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#title {
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
}

#title h2 {
    color: #fff;
    font-size: 45px;
    font-family: "museo-slab";
}

#title h3 {
    color: #fff;
    font-size: 25px;
    font-family: "museo-sans";
    font-weight: 300
}


#wrapper canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#canvas {
    z-index: 1;
    opacity: .05;
}

#canvasbg {
    z-index: -10;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: 0.6;
}

.login-box{
    width: 414px;
    height: 468px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(182, 182, 182, 0.57);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    margin-right: -50px;
}
.login-box .logo{
    width: 200px;
    display: block;
}
.form{
    width: 70%;
}
.form input{
    display: block;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #979797;
    padding: 10px;
    margin-top: 20px;
    width: 92%;
    outline: none;
}
a{
    text-decoration: none;
    font-size: 14px;
}
.txt-btn{
    color: #FA6400;
}
.txt-btn:hover{
    color: #f77d29;
}
.login-btn{
    width: 100%;
    display: block;
    background-color: #FA6400;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
}
.login-btn:hover{
    background-color: #f77d29;
    color: #fff;
}
.wx{
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 40px;
}
.wx img{
    width: 30px;
    margin-right: 5px;
}

.layui-carousel{
    z-index: 998;
}