
    #talentSignupDlg {
        display: none
    }
    
    #tcRegisterPopup .fieldset {
        padding: 0;
        border: 0;
        margin: 10px;
    }

    #tcRegisterPopup .form-field {
        padding-bottom: inherit ;
    }

    #tcRegisterPopup .form-field.required:after {
        color: red ;
    }

    #tcRegisterPopup .form-field.required-select:after {
        color: red ;
        z-index: 100200;
        content: '*';
        position: absolute;
        top: 16px;
        right: 5px;
    }

    #tcRegisterPopup .region-tag {
        min-width: inherit;
        width: 100%;
    }

    #tcRegisterPopup .region-tag:after {
        top: 5px;
    }

    #tcRegisterPopup #state-filters {
        width: 100%;
    }

    #tcRegisterPopup .button {
        margin: 10px auto;
    }

    .ui-corner-all {
        border-radius: 8px ;
    }

    .ui-dialog {
        background-color: #F8F8F8
    }

    .ui-dialog .ui-state-error {
        padding: .3em;
    }
    
    .validateTips {
        border: 1px solid transparent;
        padding: 0.3em;
    }
    
    .ui-dialog .titleQuestion {
        font-size: 1.5rem ;
        text-align: center ;
        font-weight: 600;
    }

    .ui-dialog-content {
        padding: 8px;
    }

    .ui-dialog .formInstructions {
        text-align: center ;
    }

    #tcRegisterPopup .select2-container {
        z-index: 100200;
    }

    .tc-form .form-field select[name="category[]"] {
        display: none;
    }

    .industry select[name=categories] {
        width: 50%
    }

