@import url('/static/layui/css/layui.css');
.login {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.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(22, 93, 255, .8);
    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: 12px;
    /* background-color: rgba(255, 255, 255, 0.2); */
    width: 420px;
    padding: 20px 25px 5px 25px;
    background: linear-gradient(rgba(22, 93, 255, .7) 0%, rgba(22, 93, 255, .5) 20%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.15) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* padding-bottom: 5px; */
}

.login-form:hover {
    box-shadow: 0 12px 40px rgba(22, 93, 255, 0.2);
    transform: translateY(-2px);
}

.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;
    border: 1px solid #165DFF;
    color: #165DFF;
}

.layui-btn-normal1 {
    background: #165DFF;
    border: 1px solid #165DFF;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.layui-btn-normal1:hover {
    background: #0e47cc;
    border-color: #0e47cc;
    color: #fff;
}

#send_vcode {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #333;
}

#send_vcode:hover {
    background: #e0e0e0;
    border-color: #165DFF;
    color: #165DFF;
}

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

.logo img {
    width: 80%;
}

.layui-form-pane .layui-form-label {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: #e6f0ff;
}

.bottom-box a:hover {
    color: #fff;
    text-decoration: underline;
}

.layui-form-label {
    color: #fff;
}

.login-form .layui-form-label .layui-icon {
    color: #165DFF !important;
    font-size: 18px;
}

.layui-input {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(22, 93, 255, 0.3);
    border-radius: 8px;
}

.layui-input:focus {
    border-color: #165DFF;
    box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.2);
}

#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 #165DFF;
}

#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;
}