.pc {
    margin-top: 5%;
    margin-left: 70%;
}

.mobile {
    margin-top: 5%;
    margin-left: 5px;
}

.loginForm .layui-form {
    width: 250px;
}

.loginForm .layui-form .layui-form-item {
    width: 250px;
}

#captcha_img {
    margin-top: 1px;
    margin-left: -17px;
}

#background {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.login_title {
    margin-top: 15px;
    color: rgb(166, 228, 247)
}

.error_msg {
    color: red;
    width: 250px;
    margin-top: 5px
}
.errorlist {
    color: red;
}
.captcha_input {
    width: 250px
}

.right_align {
    margin-right: 0;
}

.loginForm {
    width: 250px;
    height: 400px;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

i {
    position: absolute;
}

.logoHead {
    text-align: center;
    height: 30px;
    margin-bottom: 15px;
}

img {
    position: absolute;
}

.imgStyle {
    width: 100%;
    height: 100%;
}