:root {
  --primary-color: #ff4800;
  --secondary-color: #f85b00; /* Hover color */  
  --bs-body-font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


body {
      background: linear-gradient(to right, #1e1e2f, #2e2e3f);
      min-height: 100vh;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      position: relative;
      font-family: var(--bs-body-font-family);
    }
    .graphic-side-fixed {
      background: url('/static/img/registeration-side.jpg') no-repeat center center;
      background-size: cover;
      position: fixed;
      top: 0;
      left: 0;
      width: 50vw;
      height: 100vh;
      z-index: -1;
    }
    .form-side {
      background-color: #f4f3f3;
      padding: 3rem;
      margin-left: auto;
      width: 100%;
      max-width: 800px;
    }
    .form-side h2 {
      font-weight: bold;
      margin-bottom: 2rem;
    }
    .form-control, .form-select {
      border-radius: 0.5rem;
    }
    .btn-submit {
      border-radius: 50px;
      padding: 0.75rem 2.5rem;
      background: #eead37;
      color: white;
      font-weight: 600;
      border: none;
    }
    .btn-submit:hover {
      background: #eead37;
    }
    .form-check-label {
      margin-left: 0.25rem;
    }

    h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 800;
  line-height: 1.2;
}
