/* Specific styling for desktop >= 850px*/
.mobile {
  display: none;
}

/* Prevents the register card from overlapping with the logo. */
@media (max-width: 1400px) and (max-height: 1024px) {
  .card--register {
    align-self: flex-end;
  }
}
