/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 36:0 Unexpected "<"

**/
/* START_SECTION:log-in (INDEX:4) */
<style>
  .hidden-label {
    display: none;
  }
  .button--solid {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  }
  .button--outline {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    padding: 10px 20px;
    cursor: pointer;
  }
  .underline-animation {
    text-decoration: underline;
    transition: color 0.3s;
  }
  .underline-animation:hover {
    color: #555;
  }
  .alert--success {
    color: green;
  }
</style>
/* END_SECTION:log-in */
