﻿login > div:first-child {
  height: 100vh;
  background: url('https://conductor.studio/wp-content/uploads/2025/09/Conductor-Logo-2025_blk.svg') no-repeat center top;
  background-size: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px; /* Add spacing for the logo */
}

login form {
  background: #b4b4b4;
  padding: 20px;
  max-width: 280px !important;
  margin-top: 160px; /* Adjust to push form below the logo */
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


