
.register{ background-color: #F5F5F5; width: 100%; padding: 50px 0;}
.register-container{ display: flex;}
.register-header{ font-size: 20px; padding-top: 20px; padding-bottom: 25px; font-weight: bold;}
.register-container .left{width: 420px; background-image:url(../img/common/login-bg.png) ; background-size: cover;}
.register-container .left>div{ padding-top: 50px; padding-left: 40px;}
.register-container .left p{ color: #FFF; font-size: 18px; margin-top: 10px;}
.register-container .left p:last-of-type{font-size: 15px;}
.register-container .right{ flex: 1; padding: 30px 100px; background-color: #FFF;}
.register-container .iti{ width: 100%;}
.register-container .iti__selected-flag {
    padding-right:10px;
}

/* .register-type{ display: flex; border-bottom: 0;}
.register-type p{ width: 50%; color: #999; padding-bottom: 10px; text-align: center; cursor: pointer;}
.register-type p.active,.nav-tabs .nav-link.active{ color: var(--color-yellow); font-weight: bold; position: relative;}
.register-type p.active::after{ content: ''; position: absolute; width: 70%; left: 15%; bottom: 0; border-bottom: 3px solid var(--color-yellow);} */

.tnc{ font-size: 13px;}
.btn{width: 100%;}

.alert-box{
    display: none;
}
.dialog-modal-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 998 !important;
}
.alert-close{
    position: absolute;
    top:15px;
    right: 30px;
    background: transparent;
    cursor: pointer;
}
.alert-box-verify .alert-close{
    right: 15px;
}
.alert-close:hover{
    opacity: 0.6;
}
.alert-close img{
    width: 27px;
    height: 27px;
    border: 2px solid #444;
    padding: 5px;
    border-radius: 50%;
}
.alert-text iframe{
    overflow: hidden;
    border-radius: 13px;
}
.alert-text{
    width: 90%;
    height: 80%;
    position: absolute;
    top: 12%;
    left: 5%;
    border: 1px solid #dee2e6;
    border-radius: 13px;
    z-index: 999;
    background: white;
}
.text-mask{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: white;
    display: none;
}

.alert-box-verify .alert-text{
    width: 80%;
    height:auto;
    left: 10%;
    top: 20%;
    background: #FFFFFF;
    font-size: 15px;
    padding:20px 25px 35px 25px;
}
.alert-box-verify .verify-code-box{
    text-align: left;
    margin-top: 25px;
}
.again-text,.again-btn{
    display: inline-block;
    margin: 20px 5px;
    color: #666;
    font-size: 16px;
}
.alert-box-verify .alert-title{
    font-size: 16px;
    color: #444;
    margin-left: 5px;
}
.again-btn{
   color: #444;
   cursor: pointer; 
}

 .again-btn:hover,.again-btn:active{
    opacity: 0.7;
}
:not(.btn-check)+.btn:active{
    background-color: var(--color-yellow);
    color: white;
}
#arggIframe{
    padding-top: 45px;
}
.nav-link{
    border: 0 !important;
}
.nav-link:focus, .nav-link:hover{
    color: #999;
}
.main-next{display: none;}
.page-title{
    padding: 5px 10px;
    display: none;
}
.page-title::before{
    left: -15px;
    top: 6px;
}
.email-input-box{
    display: none;
}
#verifBtn{
    margin-top: 20%;
}
.inviter-box{
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
}
.form-label{
    color: #999;
    font-size: 15px;
}
.pay-pwd-input .inpt-list .item{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.main-next2-title{
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}
.main-next2-title b::before {
    content: '';
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: 3px;
    background-image: url(../img/icon-back.png);
}
#verifyCode{
    opacity: 0;
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
}
@media (max-width: 880px){
    .left{display: none;}
}
@media (max-width: 640px){
    .page-title{display: block;}
    body{
        background-color: #FFF;
    }
    .register{
        padding: 20px;
        background-color: transparent;
    }
    .register-container .right{
        padding: 0;
    }
    .register-header{
        padding-bottom: 20px;
    }
}
@media (min-width: 786px){
    .alert-text{
        width: 500px;
        height: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -300px;
    }
    .alert-box-verify .alert-text{
        width: 500px;
        height: 400px;
        background: #FFFFFF;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -200px;
    }
}