html, body {
    width: 100%;
    height: 100%;
    background: #EAF3FF;
}

.login {
    width: 100%;
    height: 100%;
}

.login .back-img {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
}

.back-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.login-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

#gougu-login .layui-input {
    background: none;
    border: 1px solid #DCDFE6;
}

@media (max-width: 1400px) {
    .login-wrapper {
        width: 800px;
        height: 570px;
    }

    .login-body {
        width: 800px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-side {
        background: #001529 !important;
        width: 400px;
        height: 500px;
        padding: 60px 50px 0;
        color: #fff;
        box-sizing: border-box;
    }

    .login-side-logo img {
        width: 138px;
    }

    .login-side-title {
        font-size: 24px;
        margin: 12px 0 30px;
    }

    .login-side-comments {
        line-height: 24px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .login-side-footer {
        width: 270px;
        border-top: 2px solid #999;
        margin-top: 60px;
        padding-top: 20px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .login-form {
        width: 400px;
        height: 450px;
        background: #f5f5f5;
        float: left;
        padding: 40px 50px 0;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .login-title {
        font-size: 23px;
        color: #009688;
        text-align: center;
    }

    .login-ctitle {
        color: #c4c9d5;
        margin: 10px 0 50px;
        text-align: center;
    }

    input {
        background: #f5f5f5;
        padding-left: 30px;
        -webkit-appearance: none;
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        box-sizing: border-box;
        color: #606266;
        display: inline-block;
        font-size: inherit;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 15px;
        transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
        width: 100%;
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 12px;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #999;
        font-size: 12px;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #999;
        font-size: 12px;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #999;
        font-size: 12px;
    }

    button {
        width: 340px;
        height: 42px !important;
        line-height: 42px !important;
        font-size: 13px !important;
        background: #393D49 !important;
        border: none;
        border-radius: 4px;
        margin: 25px 0 18px;
        color: #fff;
    }

    .login-footer {
        margin: 50px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-footer .login-footer-item {
        color: #fff;
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .login-wrapper {
        width: 1000px;
        height: 670px;
    }

    .login-body {
        width: 1000px;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-side {
        background: #001529 !important;
        width: 500px;
        height: 600px;
        float: left;
        padding: 80px 80px 0;
        color: #fff;
        box-sizing: border-box;
    }

    .login-side-logo img {
        width: 180px;
    }

    .login-side-title {
        font-size: 30px;
        margin: 20px 0 50px;
    }

    .login-side-comments {
        line-height: 24px;
    }

    .login-side-footer {
        width: 335px;
        border-top: 2px solid #999;
        margin-top: 100px;
        padding-top: 40px;
        color: #fff;
        font-size: 14px;
    }

    .login-form {
        width: 500px;
        height: 540px;
        background: #f5f5f5;
        padding: 60px 80px 0;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .login-title {
        font-size: 23px;
        color: #009688;
        text-align: center;
    }

    .login-ctitle {
        color: #c4c9d5;
        margin: 10px 0 50px;
        text-align: center;
    }

    input {
        background: #f5f5f5;
        padding-left: 30px;
        -webkit-appearance: none;
        border-radius: 4px;
        border: 1px solid #DCDFE6;
        box-sizing: border-box;
        color: #606266;
        display: inline-block;
        font-size: inherit;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 15px;
        transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
        width: 100%;
    }

    button {
        width: 340px;
        height: 50px !important;
        background: #393D49 !important;
        border: none;
        border-radius: 4px;
        margin: 25px 0 18px;
        color: #fff;
    }

    .login-footer {
        margin: 50px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .login-footer .login-footer-item {
        color: #fff;
        font-size: 13px;
    }
}