/* --------------- BREAKPOINTS PARA MÓVIL --------------- */
@media (max-width: 768px) {
  div.panel {
    padding-left: 2em;
  }

  form img {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  form input[type="text"],
  form input[type="password"] {
    margin-bottom: 1rem;
  }
}
