/* Auth Page Styles */

/* Left column background styling */
.left-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Chart container styles */
.chart-container {
  height: 350px;
  min-height: 350px;
}

.balance-chart {
  width: 100%;
  height: 100%;
}
