﻿body {
    background-image: url('/images/4444.jpg');
}

#app {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
    zoom: 1;
    opacity: 1;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
}

.el-input__inner {
    text-align: left!important;
    font-size: 18px;
    border-top: none;
    border-left: none;
    text-align: center;
    border-right: none;
    border-bottom: 0px solid #e2e2e2;
    font-family: KaiTi;
}
    .layui-layout-admin {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 6vh 4vw 1vh 4vw;
        background-color: #ffffff;
        background: rgba(255,255,255,0.6);
        border-radius: 10px;
    }

.el-row {
    margin-top: 20px;
}


.el-btn {
    font-size: 22px;
    font-family: KaiTi;
}

.tlabel {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-family: KaiTi;
}

.tlink {
    font-size: 18px;
    color: #16d4ff;
    font-weight: bold;
    font-family: KaiTi;
    margin-left: 8px;
}

.container {
    width: 90%;
    height:100%;
    margin: auto;
    display: flex;
    justify-content:space-around;
    position: relative;
}
.theme {
    height: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-right: 600px;
}
.sign_form {
  
    height: 400px;
    padding: 40px 40px;
}
.sign_wrap {
    position: absolute;
    top: 50%;   
    transform: translateY(-50%);  
    width: 410px;
    margin: 0;
    border-radius: 10px 10px;
    background: #fff
}
.sign_title {
    font-size: 24px;
    line-height: 50px;
    position: relative;
    color: #1890ff;
    text-align: left;
    font-weight:500;
}
.account {
    margin-top: 15px;
    font-size: 14px;
    color: #606266;
    display:flex;
}

.login_header {
    height: 60px;
    position: relative;
    background-color: #ffffff;
    z-index: 1005;
    font-size: 14px;
    width: 100%;
}
.login_footer {
    position:absolute;
    bottom:48px;
    width:100%;
    height: 30px;
    background-color: #ffffff;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.login-container {
    min-width:1000px;
}
.login_main {
    width: 100%;
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: calc(100vh - 140px);
    position: relative;
    overflow:hidden
}
.box {
    margin-top: 200px;
    margin-right: 300px;
}
.logo {
    height: 50px;   
    margin-left:50px;
    padding-top:10px;
}

.inner_header {
    max-width: 1000px;
    height: 80%;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align:center;
}
.elformitem {
    margin-bottom: 22px;
}

