body {
      font-family: 'Poppins', sans-serif;
      /* background: rgb(240, 242, 250) !important; */
      background: #08021D !important;
      margin: 0;
      overflow-x: hidden;
    }

    .navbar {
      width: inherit;
      padding-top: 20px !important;
    }

    .nav-link {
    border-radius: 100px;
    border: 2px solid transparent;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-stretch: expanded;
    background-color: #19142C !important;
    color: #fff !important;
    padding: 10px 30px !important;
    }


    .main {
      /* display: flex; */
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }

    .main-log {
      align-items: center;
      height: 100vh;
    }

    .main-img h2 {
      padding: 0px 100px;
      font-weight: 800;
      color: #444;
    }

    .snup {
      font-size: 12px;
    }

    .snup a {
      color: rgb(73, 204, 104);
      font-weight: bold;
      text-decoration: none;
    }

    .main-img p {
      padding: 0px 100px;
      margin-bottom: 20px;
      color: #888;
      font-size: 18px
    }

    .form-wrapper {
      /* background: #fff; */
      border-radius: 16px;
      /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
      overflow: hidden;
      width: 500px;
      max-width: 90%;
      animation: fadeIn 0.6s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .form-header {
      background: linear-gradient(135deg, rgb(73, 204, 104), #00c6ff);
      color: #fff;
      text-align: center;
      padding: 20px;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.5px;
    }

    .progress-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0;
      padding: 0 30px;
    }

    .progress-step {
      width: 26px;
      height: 26px;
      background: #ccc;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 13px;
      position: relative;
      z-index: 1;
    }

    .progress-step.active {
      background: rgb(73, 204, 104);
    }

    .progress-step::after {
      content: '';
      position: absolute;
      width: 140%;
      height: 3px;
      background: #ccc;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      z-index: 0;
    }

    .progress-step:last-child::after {
      display: none;
    }

    .progress-step.active::after {
      background: rgb(73, 204, 104);
    }

    .form-container {
      padding: 30px;
    }

    .step {
      display: none;
      animation: fadeSlide 0.4s ease;
    }

    .step.active {
      display: block;
    }

    @keyframes fadeSlide {
      from { opacity: 0; transform: translateY(15px); }
      to { opacity: 1; transform: translateY(0); }
    }

    label {
      font-weight: 400;
      margin-bottom: 5px;
      display: block;
      font-size: 14px;
      color: #fff;
      position: relative;
      left: 20px;
    }

    input {
      background-color: rgba(64, 61, 79, .3);
    height: 48px;
    border-radius: 24px;
    outline: none;
    padding: 0 1.5rem;
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: 2px solid transparent;
    margin-bottom: 20px !important;
    }

    input:focus {
      outline: none;
      border-color: #c2ff528f;
      box-shadow: 0 0 3px #c2ff5281;
    }

    button {
      width: 100%;
      padding: 12px;
      background: #C2FF52;
      color: #000;
      font-size: 16px;
      border: none;
      border-radius: 100px !important;
      cursor: pointer;
      transition: 0.3s;
    }

 
    .button {
      width: 100%;
      padding: 12px;
      background: #C2FF52;
      color: #000;
      font-size: 16px;
      border: none;
      border-radius: 100px;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
    }


    .back-btn {
      background: #19142C !important;;
      margin-top: 10px;
      color: #fff;
    }

    .error {
      color: red;
      font-size: 13px;
      margin-top: -10px;
      margin-bottom: 10px;
    }

    .success {
      color: green;
      text-align: center;
      font-weight: 500;
    }

    p {
      text-align: center;
      color: #555;
    }

    .iti {
        width: 100%;
    }

    .iti input {
        width: 100% !important;
    }

    .s2 {
        margin-top: 0px !important;
    }