<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#loginDiv {
    display: none !important
}

.navbar-header&gt;button {
    display: none !important
}

.formDiv h2 {
    padding: 10px 0 20px;
    font-size: 20px;
    color: #545454;
    font-weight: 500
}

.title {
    padding: 10px 0 20px;
    font-size: 20px;
    color: #545454
}

.ding {
    padding: 40px 15px 20px 15px;
    text-align: center
}

.ding img {
    border-radius: 5px
}

.ding ul {
    width: 300px;
    margin: 15px auto
}

.ding ul li {
    text-align: left;
    padding: 5px
}

.switch {
    text-align: right;
    padding-right: 15px;
    line-height: 34px
}

.fade-out {
    animation-duration: 1s
}

.fade-in {
    animation-duration: .5s
}

html,
body {
    height: 100%;
    padding: 0;
    background: #fff;
    color: #545454
}

.errMsg {
    color: rgba(253, 66, 56, .8);
    text-indent: 18px
}

.navbar {
    min-height: 60px
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #676767
}

@media(min-width:994px) {
    .ourlogo {
        height: 32px;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.main-warp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    background: #0f80e0;
    background-size: cover;
    height: 100%;
}


.inputs {
    border: 0;
    color: #545454;
    background: transparent
}

@media(min-width:1025px) {
    .input-icon {
        padding: 0 18px
    }

    .warp-img {
        width: 591px;
        height: 542px;
        display: block;
    }

    .inputs {
        width: 70%
    }

    .input-warp.s {
        width: 70%
    }

    .main-content {
        width: 440px;
        margin-top: 100px;
        padding: 20px 50px;
        border-radius: 4px
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .warp-img {
        display: none;
    }

    .input-icon {
        padding: 0 18px
    }

    .inputs {
        width: 70%
    }

    .input-warp.s {
        width: 70%
    }

    .main-warp {
        background-image: none
    }

    .main-content {
        width: 400px;
        margin-top: 100px;
        padding: 20px 20px;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2)
    }

    body {
        background-image: none
    }
}

@media(max-width:767px) {
    .input-icon {
        padding: 0 8px
    }

    .warp-img {
        display: none;
    }

    .main-warp {
        background-image: none
    }

    .main-content {
        width: 400px;
        margin-top: 100px;
        padding: 50px 10px;
        border-radius: 4px;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);

    }

    .input-warp.s {
        width: 65%
    }

    .input-warp.s .inputs {
        width: 60%
    }
}

.main-content {
    /* margin-left: 62%;
    margin-right: auto;
    
    */
    background: #fff;
    margin-top: -4%
}

.input-icon {
    color: #999
}

.inputs:focus {
    outline: 0
}

.input-warp {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 7px 0
}

.input-warp.s {
    display: inline-block;
    box-sizing: border-box
}

.input-warp.focus {
    border-color: #0f80e0
}

p {
    margin-bottom: 20px
}

.lgbtn {
    line-height: 26px
}

a.link {
    color: #0f80e0
}

a.link:hover {
    color: #0f80e0;
    text-decoration: underline
}

.gap {
    margin-top: 20px
}

.agreement {
    font-size: 13px;
    color: #999
}</pre></body></html>