/*
  File role: the only styling the sign-in page adds on top of the standard one.

  Everything else comes from the stylesheets wp-login.php itself loads, plus the
  plugin's register.css — that is what makes this page and the standard one look
  the same. Only the client logo is new, so only the client logo is styled here.

  @file_version 1.0.0
*/

/* The client's mark opens the column, above the VOGO title. Centred and capped
   so a taller or wider logo file cannot push the form off the screen. */
.pc-client { display: flex; justify-content: center; margin: 0 0 18px; }
.pc-client img { width: auto; max-width: 190px; max-height: 70px; height: auto; display: block; }

/* The access code sits where the emailed one would: right above the button, so
   the order on screen matches the order of the checks. */
#loginform label[for="vogo_code"] { display: block; }

@media (max-width: 782px) {
  .pc-client img { max-width: 150px; max-height: 58px; }
}
