div.user_invite_request_text span.hint:before {
    font-weight: bold;
    content: "Provide your full name and role in social science. ";
}

#user_invite_request_attributes_text {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='300px' width='500px'><text x='0' y='15' fill='gray' font-family='Arial, Helvetica, sans-serif' font-size='15'>Include full name and role in social science</text></svg>");
       background-repeat: no-repeat;
}

#user_invite_request_attributes_text:focus {
    background-image: none;
}



