@charset "utf-8";

/* author cjs */

.qr-wrapper {
    background-color: #eff1f6;
}

.qrcode-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.qrcode-box {
    display: flex;
    flex-direction: column;
    width: 375px;
    height: 670px;
    padding: 40px 30px;
    background: url(../images/login-bg.png) no-repeat bottom;
    box-shadow: 0 0 40px 0 #adaeb5;
    border-radius: 30px;
    background-color: #fff;
    gap: 50px;
}

.qrcode-top {
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.qrcode-top .title {
    font-size: 18px;
    position: relative;
    display: flex;
}

.qrcode-top .title strong {
    display: inline-block;
    margin-right: 10px;
    z-index: 2;
}

.qrcode-top .title::before {
    content: "";
    width: 85px;
    height: 5px;
    border-radius: 4px;
    background-color: #fbdad3;
    position: absolute;
    bottom: 11px;
    left: -4px;
}

.qrcode-top .btn {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    background: #e7c9c3 url(../images/icn-arrow.png) no-repeat center center;
    text-indent: -9999px;
}

.qrcode-logo {
    width: 189px;
    height: 67px;
    background: url(../images/osstem-logo.svg) no-repeat center center;
    text-indent: -9999px;
    margin: 0 auto;
}

.qrcode-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: url(../images/qr-bg.png) no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode-img img {
    width: 180px;
    height: 180px;
}

.text-info {
    color: #f26522;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.login-input-box .confirm .k-button.qr-button {
    display: flex;
    background-color: #5a4b9d !important;
    border-color: #5a4b9d !important;
}

.chk-area {
    margin: 13px 0 20px;
}

.brand-logo {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .login-input-box .confirm .k-button {
        font-size: 16px;
        margin-top: 5px;
    }
    .login-input-box input {
        font-size: 16px;
    }
    .brand-logo .logo-txt {
        font-size: 22px;
    }
    .login-input-box {
        width: 90%;
        margin: 0 auto;
        padding: 20px 30px;
        height: auto;
    }

    .login-input-box input {
        padding-left: 10px;
    }

    .qr-wrapper {
        background-color: #fff;
    }

    .qrcode-box {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }
}
