@import url('/static/layui/css/layui.css');

.login {
    display: flex;
    justify-content: center;
    height: 100vh;
    background-color: #eee;
}

.logLine {
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    height: 80px;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-color: rgba(34, 102, 255, .5);
    color: #fff;
    line-height: 80px;
    display: flex;
    align-items: center;
}

.logLine img {
    height: 30px;
}

.logLine p {
    margin-left: 15px;
    font-size: 27px;
    font-weight: 600;
}

.qrcode {
    position: absolute;
    top: 0;
    right: 5vw;
    height: 80px;
    line-height: 80px;
}
.qrcode span{
    color: #fff;
}

.twocode {
    margin-left: 5px;
    width: 45px;
    height: 45px;
}
.swiperBox{
    position: absolute;
    top: 80px;
    left: 0;
    width: 55vw;
    height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#layuiSwiper{
    height: 50% !important;
}
.login-form {
    /* position: absolute;
    left: 62vw;
    top: 34vh; */
    margin-left: 50vw;
    border-radius: 6px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    width: 420px;
    padding: 20px 25px 5px 25px;
    background: linear-gradient(rgba(34, 102, 255, .5) 0%,rgba(34, 102, 255, .5) 20%,rgba(0, 0, 0, 0.05) 35%,rgba(0, 0, 0, 0.15) 100%);
    /* padding-bottom: 5px; */
}

.title {
    margin: 0 auto 18px auto;
    padding: 10px 0;
    text-align: center;
    /* background-color: rgba(34, 102, 255, .5); */
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.layui-btn-primary {
    background: #fff;
}

.logo {
    margin: 80px auto;
    text-align: center;
}

.logo img {
    width: 80%;
}

.layui-form-pane .layui-form-label {
    width: 50px;
    height: 50px;
    line-height: 30px;
}

.layui-form-pane .layui-input-block {
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-input,
.layui-textarea {
    height: 50px;
    font-size: 14px;
}

#send_vcode,
#canvas {
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.vcode_box,
.tel-input {
    display: inline-block;
    width: 49%;
}

.bottom-box {
    margin-top: 10px;
    text-align: left;
    color: #fff;
}

.bottom-box a {
    color: #555555;
}

#el-login-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 16px;
    height: 68px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    color: #eee;
    font-size: 12px;
    border-top: 2px solid #2266ff;
}

#el-login-footer a {
    color: #fff;
}

/* chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 火狐浏览器 */
input[type="number"] {
    -moz-appearance: textfield;
}