.admin .inline-table {
   border: 2px solid;
}

.media-gallery__item-thumbnail img:not([alt]),
.audio-player__canvas:not([title]),
.video-player video:not([title]), 
.media-gallery__gifv video:not([title])
 {
    border: 2px solid rgba(255, 0, 0, 0.5);
    box-sizing: border-box;
};

.compose-panel 
{
  background-image: linear-gradient(180deg, #0066cc 50%, #ffcc00 50%);
};

.hint span {
  color: red;
  font-size: 30pt;
  content: "Verify you're a scientist! Please provide a link to your ORCID, Scholar, or academic webpage, showing your recent publications. (Junior) researchers without publications, please tell us why you want to join. Your information will only be used for verification and will not be stored or used for any other purposes.";
}

.new_user .field_with_hint span:before {
  content: "Verify you're a scientist! Please provide a link to your ORCID, Scholar, or academic webpage, showing your recent publications. (Junior) researchers without publications, please tell us why you want to join. Your information will only be used for verification and will not be stored or used for any other purposes.";
}


#registration_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-size='15'>Verify you're a scientist! Please provide a link to your ORCID, Scholar, or academic webpage, showing your recent publications. (Junior) researchers without publications, please tell us why you want to join. Your information will only be used for verification and will not be stored or used for any other purposes.</text></svg>");
       background-repeat: no-repeat;
    }

    #registration_user_invite_request_attributes_text:focus {
    background-image: none;
    }

