 
 /* ===============================
   Fonts
================================= */
 @font-face {
   font-family: "Helvetica Neue";
   src: url("../fonts/HelveticaNeue-Regula.woff2") format("woff2"),
     url("../fonts/HelveticaNeue-Regular.woff") format("woff"),
     url("../fonts/HelveticaNeue-Regular.ttf") format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
 }

 @font-face {
   font-family: "Helvetica Neue";
   src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
     url("../fonts/HelveticaNeue-Bold.woff") format("woff"),
     url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
 }

 :root {
  /* Fonts */
  --font-family-base: "Helvetica Neue", Arial, sans-serif;

  /* Colors */
  --color-body-bg: #f4f6f9;
  --color-text: #333;
  --color-sidebar-bg: #537387;
  --color-sidebar-hover: rgba(255, 255, 255, 0.15);
  --color-light-bg: #B0C2CE;
  --color-topbar-bg: #729BB4;
  --color-primary: #537387;
  --color-primary-hover: #405c6e;
  --color-white: #fff;
  --color-yellow: #E5C850;
  --color-yellow-text: #5F5321;
  --color-yellow-hover: #d4ac0d;
  --color-green: #B0CEB2;
  --color-border: #DBDBDB;

  /* Sidebar */
  --sidebar-width: 260px;
  --sidebar-width-collapsed: 65px;

  /* Transition */
  --transition-speed: 0.3s;

  /* Font sizes */
  --font-size-base: 1rem;
  --font-size-nav: 1.2rem;
  --font-size-icon: 1.4rem;

  /* Other */
  --radius-card: 14px;
  --shadow-card: 0 3px 8px rgba(0, 0, 0, 0.08);
  --shadow-topbar: 0 2px 6px rgba(0, 0, 0, 0.05);
}

 body,
 input,
 button,
 a,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

 body {
   height: 100vh;
   margin: 0;
   overflow: hidden;
 }

 body.registration-page {
    font-family: var(--font-family-base);
    background-color: var(--color-body-bg);
    color: var(--color-text);
    overflow-x: hidden;
    font-size: 14px;
}
 /* ===============================
   Layout
================================= */
 .left-section {
   background-color: #537387;
   color: white;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   height: 100vh;
   padding: 40px;
 }

 .logo img {
   max-width: 100%;
 }

 .right-section {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   padding: 20px;
   overflow: auto;
 }
 .registration-right-section.right-section{
    padding:60px 20px;
 }
 
  .registration-right-section.right-section h5{
    display: block;
    margin: 15px 0;
    font-size: 16px;
    color: #537387;
    text-decoration: none;
    font-weight: 700;
}
 

 .login-box {
   max-width: 380px;
   width: 100%;
 }

 .login-box h3 {
   color: #537387;
   font-size: 22px;
   font-weight: 600;
   margin-bottom: 20px;
   text-align: left;
 }
.register-link{
  color: #537387;
  font-weight: 600;
}
 /* ===============================
   Forms
================================= */
 .form-floating>.form-control {
   border-radius: 10px;
   height: 55px;
   padding: 1rem 0.75rem;
 }

 .form-floating>label {
   color: #666;
   font-size: 14px;
 }

 .form-floating>.form-control:focus~label {
   color: #537387;
 }

 .form-floating>.form-control:focus {
   border: 1px solid #537387;
   box-shadow: none;
 }

 .btn-login, .btn-login:focus,  .btn-login:active {
   background-color: #537387 !important;
   color: white !important;
   border-radius: 25px;
   padding: 10px 30px;
   font-weight: 500;
   font-size: 16px;
   border: none;
 }

 .btn-login:hover {
   background-color: #435d6c !important;
   color: white !important;
 }

 .google-btn {
   background: #DBDBDB;
   color: #537387;
   border-radius: 40px;
   padding: 3px 10px;
   font-weight: 500;
   font-size: 16px;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
 }

 .google-btn i {
   font-size: 30px;
 }

 .google-btn:hover {
   background: #537387;
   color: #DBDBDB;
 }

 .google-btn:hover i {
   color: #DBDBDB;
 }

 .divider {
   text-align: center;
   margin: 15px 0;
   color: #888;
   font-size: 14px;
   position: relative;
 }

 .divider::before,
 .divider::after {
   content: "";
   position: absolute;
   top: 50%;
   width: 40%;
   height: 1px;
   background: #ddd;
 }

 .divider::before {
   left: 0;
 }

 .divider::after {
   right: 0;
 }

 .forgot-password {
   display: block;
   margin: 15px 0;
   font-size: 14px;
   color: #537387;
   text-decoration: none;
   font-weight: 700;
 }

 .forgot-password:hover {
   text-decoration: underline;
 }

 .google-btn span {
   flex: 1
 }

 .registration-box.login-box {
   max-width: 720px;
 }

 .datepicker td,
 .datepicker th {
   width: 35px;
   height: 35px;
 }
 .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
  background: #537387 !important;
  color: #fff !important;
 }
 .upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #777;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}
.form-floating-date .bi-calendar-event-fill{
position:absolute;
top:50%;
right: 20px;
transform: translateY(-50%);
color: #537387 !important;
}

.registration-box .form-control {
  box-shadow: none !important;
}

.registration-box .form-control:focus {
  box-shadow: none !important;
  border-color: var(--color-primary);
}

.registration-box.login-box.card {
  padding: 40px;
  margin: 30px auto;
  max-width: 800px;
}
.registration-box .section-header {
  padding: 15px;
  border-radius: 14px;
  margin-bottom: 30px;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  height: 58px;
}
.card {
    border: none;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}
.registration-box .section-header {
    padding: 20px 15px;
    border-radius: 14px;
    margin-bottom: 30px;
        display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.section-title {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #537387;
    line-height: normal;
    width: 100%;
}
.iti__selected-flag{
  padding: 10px;
}
 /* ===============================
   Responsive
================================= */
 @media (max-width: 767px) {
   body {
     overflow: auto;
   }

   .left-section {
     height: auto;
     padding: 20px 20px;
   }

   .right-section {
     height: auto;
     padding: 30px 20px;
   }

   .logo img {
     width: 150px;
     max-width: 100%;
   }
   .registration-box.login-box {
   max-width: 100%;
 }

 }