.signup-card{
    display: flex;
}
.signup-title{
    font-weight: 500;
    font-size: 20px;
    color: white;
}
.signup-info{
    background-color: #171717;
    width: 430px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}
.signup-header{
    border-bottom: 2px solid #2D2E30;
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 30px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.signup-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.signup-body__container{
    width: 300px;
}
.signup-logo{
    margin-top: 35.02px;
    margin-bottom: 20px;
}
.signup-btn{
    margin: 15.29px 0;
}
.gdcode-toggle{
    position: absolute;
    top: 5px;
    right: 17px;
    height: 31px;
}
.gdcode-toggle img{
    height: 100%;
}
.signup-bg{
    
}
.signup-body__title{
    display: none;
}
.pagination-wrapper-mobile{
    display: none;
}
.signup-back{
    display: none;
}

.modal-register-success{
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
    margin-top: 3px;
}
.modal-register-success__lable{
    width: 107px;
    color: #B2B2B2;
    font-size: 14px;
}
.modal-register-success__value{
    color: #FABB2E;
}
.modal-register-success__value-1{
    color: #B2B2B2;
    margin-right: 4px;
}
.modal-register-success__card{
    display: flex;
    margin-bottom: 3px;
}
@media (max-width: 768px) {
    .signup-bg{
        display: none;
    }
    .signup-info{
        width: 100vw;
    }
    .signup-body__container{
        width: 90vw;
    }
    .signup-body__title{
        display: block;
        color: white;
        font-weight: 700;
        font-size: 12px;
        margin: 0;
        margin-bottom: 12px;
    }
    .signup-logo{
        margin-top: 29px;
        margin-bottom: 26px;
    }
    .signup-title{
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .signup-btn{
        margin-top: 69px;
        margin-bottom: 20px;
    }
    .login-signup-tips{
        font-size: 12px;
    }
    .signup-body__container .form-group{
        margin-bottom: 12px !important;
    }
    .pagination-wrapper{
        position: absolute;
        right: 20px;
    }
    .pagination-wrapper-mobile{
        /* display: flex;
        position: absolute;
        bottom: 28.76px; */
        display: flex;
        bottom: 28.76px;
        width: 100%;
        justify-content: center;
        padding-bottom: 28.7px;
    }
    .signup-card{
        flex-direction: column;
    }
    .step2 .signup-btn{
        margin-top: 53px;
    }
}