
/* Confirmation of weak password checkbox wrong porportions on reset password page */
#pw-weak {
   height: 1.5625em;
   width: 1.5625em;
}

@media screen and (min-width:782px) {
   #pw-weak {
      height: 1em;
      width: 1em;
   }
}
