/*
Theme Name: Global Reach Recruits
Theme URI: https://globalreachrecruiters.com
Description: Child theme for Global Reach Recruits
Author: Your Name
Author URI: https://globalreachrecruiters.com
Template: superio
Version: 1.0.0
License: GPL v2 or later
Text Domain: superio-child
*/

/* CSS text replacement as backup */
.apus_login_register_form .title:contains("Login to superio") {
    visibility: hidden;
    position: relative;
}

.apus_login_register_form .title:contains("Login to superio"):after {
    content: "Login to Global Reach Recruits" !important;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
}

#apus_register_form .title:contains("Create a free superio account") {
    visibility: hidden;
    position: relative;
}

#apus_register_form .title:contains("Create a free superio account"):after {
    content: "Create a free account" !important;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
}