/* default login css */
.effect-tx {
    border: 2px solid #ccc;
    transition: 0.4s;
}

.effect-tx ~ .focus-border:before,
.effect-tx ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #00FFFF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.effect-tx ~ .focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.effect-tx ~ .focus-border i:before,
.effect-tx ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #00FFFF;
    transition: 0.2s;
}

.effect-tx ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.effect-tx:focus ~ .focus-border:before,
.effect-tx:focus ~ .focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.effect-tx:focus ~ .focus-border:after {
    transition-delay: 0.2s;
}

.effect-tx:focus ~ .focus-border i:before,
.effect-tx:focus ~ .focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.effect-tx:focus ~ .focus-border i:after {
    transition-delay: 0.4s;
}

.btopin {
    padding-top: 15px;
}

.back_default {
    background: #212121 !important;
}

.bmargin3 {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #878787 !important;
}

.form_control {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
}

.reg_button {
    flex: 1;
}

.reg_button:empty {
    display: none;
}

.full_input,
.full_textarea {
    border-radius: 0 !important;
    padding: 12px 10px !important;
}

.user_count {
    display: block!important;
    table-layout: auto!important;
}

.recov_bom {
    width: 42%;
    float: left;
    text-align: left;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: bold;
}

.register_btn {
    background-color: #555;
    color: #fff;
    font-weight: bold;
}

.tpad10 {
    padding-top: 10px;
}

.tittle-ks {
    color: #2cd6d6;
    font-size: 20px;
    margin: 8px 14px;
    text-align: center;
}

.welcome-message {
    font-size: 18px;
    margin: 8px 14px;
    text-align: center;
}

.login_ks {
    background: #FF99CC;
    font-weight: bold;
}

#login_logo {
    height: 57px;
}

#intro_top {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    background: #292929 url('images/background_login.gif');
    background-repeat: repeat;
}

#login_wrap {
    width: 100%;
    height: 100%;
}

#login_all {
    width: 600px;
    max-width: 100%;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    color: #fff;
    margin-right: 40px;
    margin-left: auto;
}

.login_not_member {
    text-align: center;
    padding-top: 5px;
}

#intro_lang {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}

.login_left {
    float: left;
    width: 40%;
    position: relative;
}

.login_right {
    float: right;
    width: 60%;
    position: relative;
    padding-left: 40px;
}

.logo_border {
    border-bottom: 1px solid #333;
}

.login_btn {
    background: rgb(255, 255, 255, .05);
}

.login_box {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 1px #000, 0 1px 3px rgba(0, 0, 0, .51);
}

.black_separator {
    border-top: 1px solid #333;
}

/* Section css */
.section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.section_inside {
    margin: 0 auto;
}

.register_btn {
    background: #FF99CC;
    font-weight: bold;
    padding: 8px 16px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}


@media screen and (max-width: 1120px) {
    .section_inside {
        width: 96%;
    }
}

@media screen and (max-width: 680px) {
    .login_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .login_right {
        width: 100%;
        padding: 0;
    }
    .login_text,
    .login_online {
        text-align: center;
    }
}