.layui-tab-content {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.layui-form-item {
    margin-top: 20px;
}

.layui-input {
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    border-radius: 5px;
}


.logo {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.title {
    font-size: 36px;
    font-weight: 550;
    color: #000000;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: url("/admin/images/login_back.png");
    background-size: 100% 100%;
    background-attachment: fixed;
}

.code {
    float: left;
    margin-right: 13px;
    margin: 0px;
    border: #e6e6e6 1px solid;
    display: inline-block;
}

.codeImage {
    float: right;
    height: 42px;
    border: #e6e6e6 1px solid;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

.login-box {
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, .3);
    border-radius: 10px;
    background: #FFF;
    min-width: 345px;
}

.box-content {
    height: 100%;
}

.box-left-img img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.box-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}

.box-left-title {
    font-size: 40px;
    padding: 64px 0 64px 64px;
    color: #FFF;
    font-weight: bold;
}

.footer {
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 10px;
}

.box-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.box-right-form {
    width: 100%;
}

.layui-form {
    width: 50%;
    margin: 0 auto;
}
.layui-container{
    height: 80%;
    min-height: 500px;
}
@media screen and (max-width: 992px) {
    .box {
        display: flex;
        justify-content: center;
    }

    .box-right {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    body {
        background-position: center;
    }

    .layui-form {
        width: 100%;
        margin: 0 auto;
    }

    .layui-container {
        height: 60% ;
    }
}