/* Alt-text for the reason to join application's section */

label[for="user_invite_request_attributes_text"] {
    visibility: hidden;
    position: relative;
}

label[for="user_invite_request_attributes_text"]:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 5;
    content:'Please add a short bio or link to another web presence you maintain';
}
label[for="user_invite_request_attributes_text"] + .hint {
    visibility: hidden;
    position: relative;
}

label[for="user_invite_request_attributes_text"] + .hint:after {
    visibility: visible;
    position: absolute;
    top: 5;
    left: 0;
    padding-top: 5;
    padding-bottom: 15;
    line-height: 1;
    content:'This is just to ensure all signup attempts are in good faith. No need to share sensitive info!';
}

