.main-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cg_popup_chuyenkhoan_thanhcong {
    display: table;
    background-color: #fff;
    border-radius: 3px;
    position: absolute; /* margin: 0 auto; */ /* margin-top: 30px; */ /* margin-bottom: 30px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.cg_btn_close_popup {
    position: absolute;
    top: 22px;
    right: 15px;
    background: url(../../../Content/images/cg_btn_close_popup.png) no-repeat;
    width: 14px;
    height: 14px;
}

    .cg_btn_close_popup:hover {
        background: url(../images/cg_btn_close_popup.png) 0 bottom no-repeat;
    }

    
.cg_btn_kichhoat_vip {
    background-color: #03a9f5;
    width: 412px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    border-radius: 3px;
    margin: 22px 0px 22px 0px;
}

    .cg_btn_kichhoat_vip:hover {
        background-color: #0287d1;
    }
.cg_tieude_chuyenkhoan {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 56px 30px 20px 30px;
}

.cg_popup_chuyenkhoan_thanhcong .cg_btn_kichhoat_vip {
    width: auto;
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}