﻿.new-div-lable {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.body-login-type {
    align-items: flex-start;
}

.body-forgot-password {
    align-items: flex-end;
}

.w3-col.s4 {
    width: 100%;
    /*padding: 10px 0;*/
}

    .w3-col.s4 p {
        display: flex;
    }

    .w3-col.s4 .radio-btn-click {
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
    }

        .w3-col.s4 .radio-btn-click label.checkcontainer {
            font-size: 20px;
            display: flex;
            align-items: center;
            margin-right: 25px;
            align-content: center;
        }

            .w3-col.s4 .radio-btn-click label.checkcontainer input[type="radio"] {
                width: 20px;
                height: 20px;
                margin-left: 5px;
            }

#newAuthorize[typeof-data="store"] .login__row.support-row {
    display: none;
}

#newAuthorize[typeof-data="support"] .login__row.store-row {
    display: none;
}

.homeNewVersionSignInV2:not([data-rvc="0"]) .login-content, .homeNewVersionSignInV2:not([data-rvc="0"]) .new-div-lable {
    display: none;
}

.login__row {
    display: flex;
    justify-content: center;
}

.swt-mode[current-mode="store"] > .swt-mode_btn[mode="store"] {
    display: none;
}

.swt-mode[current-mode="support"] > .swt-mode_btn[mode="support"] {
    display: none;
}

.swt-mode {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 25px;
}

.disable-btn{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

p#txt-resend {
    padding-bottom: 13px;
}

.resend-btn{
    padding: 0;
    margin: 0;
    color: #007bff;
    cursor: pointer;
    font-weight: 700;
}

span#countdownLogin {
    color: red;
}