@media screen and (max-width: 768.9px) {
    .flex-col-sm {
        flex-direction: column !important;
    }
    .hide-sm {
        display: none !important;
    }
    .content-left {
        width: 100% !important;
    }
    .content-right {
        width: 100% !important;
    }
    .main {
        padding-bottom: 0 !important;
    }
}

#login-title {
    @media screen and (max-width: 768.9px) {
        margin-bottom: 24px !important;
    }
}

.main-box {
    @media screen and (max-width: 768.9px) {
        padding-top: 0 !important;
    }
}

.main-content {
    @media screen and (max-width: 768.9px) {
        margin-bottom: 0 !important;
    }
}

.content-left {
    width: 476px;
}

.login-area {
    margin: 24px;
    @media screen and (max-width: 768.9px) {
        margin: 16px !important;
    }
}

.pass-key {
    margin-top: 40px;
    @media screen and (max-width: 768.9px) {
        margin-top: 8px !important;
    }
}

.pass-key-login {
    margin-top: 52px;
    @media screen and (max-width: 768.9px) {
        width: 100%;
        margin-top: 16px !important;
        box-sizing: border-box;
    }
}

.divider {
    width: 46px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.divider::before,
.divider::after {
    content: '';
    flex-grow: 1;
    background-color: #C3CDDB;
    width: 1px;
}

.divider span {
    color: #050F1A;
    opacity: 0.6;
    padding: 10px 0px;
}

.content-right {
    width: 410px;
}

.id-password-area {
    margin-top: 24px;
    @media screen and (max-width: 768.9px) {
        margin: 24px !important;
    }
}

.login-button {
    margin-top: 16px;
    @media screen and (max-width: 768.9px) {
        margin-top: 24px !important;
        text-align: center;
    }
}

.login-lower {
    margin-top: 48px !important;
    @media screen and (max-width: 768.9px) {
        margin-top: 32px !important;
    }
}

[data-design='seeds'] .linklist1 > li {
    padding-top: 8px;
}

[data-design='seeds'] .linklist2 > li > input {
    appearance: auto;
    margin-left: 3px;
    vertical-align: middle;
}

[data-design='seeds'] .linklist2 > li > label {
    cursor: pointer;
}

[data-design='seeds'] .vaM,
.linklist4 > li > img {
    vertical-align: middle;
}

@media screen and (max-width: 768.9px) {
    [data-design='seeds'] .seeds-keyboard {
        display: none;
    }
    .divider {
        flex-direction: row;
        width: 100% !important;
        margin: 24px 0 !important;
    }
    .divider::before,
    .divider::after {
        height: 1px;
    }
    .divider span {
        padding: 0px 10px;
    }
}
