/* Small contextual 3D stickers make long forms easier to scan. */
.profile-form label { position: relative; padding-right: 25px; }
.profile-form label::before { content: ""; width: 19px; height: 19px; position: absolute; right: 0; top: 0; border-radius: 6px; background-image: url("./assets/studenthub-stickers-3d.png"); background-repeat: no-repeat; background-size: 400% 200%; filter: drop-shadow(0 3px 4px rgba(35,72,145,.14)); }
.profile-form label:nth-of-type(1)::before,.profile-form label:nth-of-type(2)::before { background-position: 66.666% 0%; }
.profile-form label:nth-of-type(3)::before,.profile-form label:nth-of-type(4)::before { background-position: 0% 0%; }
.profile-form label:nth-of-type(5)::before,.profile-form label:nth-of-type(6)::before { background-position: 75% 100%; }
.profile-form label:nth-of-type(7)::before,.profile-form label:nth-of-type(8)::before,.profile-form label:nth-of-type(9)::before { background-position: 25% 0%; }
.profile-form label:nth-of-type(10)::before,.profile-form label:nth-of-type(11)::before,.profile-form label:nth-of-type(12)::before { background-position: 66.666% 0%; }
