/* Start Override CSS for register page */

.ajax_content select[name="prf_seeking"] {
    /* Your CSS styles here */
    display: none !important;
}

.ajax_content label[for="prf_seeking"] {
    /* Your CSS styles here */
    display: none !important;
}

.hint_required {
    font-size: 12px;
}


/* Step 1: Position the top login link on mobile */
@media (max-width: 575px) {
  
    .login_link {
        position: fixed;
        top: 3px;
        right: 10px;
        z-index: 999;
        border: none;
    }

    .login_link a {
        color: #fff;
    }

  }

  

/* End Override CSS for register page */