body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #F7F7F5;
    color: #111111;
}

/* Container */
.main-container {
     width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
      padding: 0 20px;
}

/* Logo */
.logo-img {
    height: 40px;
    width: auto;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
/* HEADLINE */
#lbltitle {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    line-height: 1.3;
    margin-top: 20px;
}
#lbltitle,
#lblsubtitle,
#lbltitleExtension {
       display: block;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
/* SUBTEXT */
#lblsubtitle {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    font-weight: 500;
}

/* EXTRA TEXT */
#lbltitleExtension {
    font-size: 18px;
    color: #555555;
    margin-top: 15px;
}

/* FORM CARD */
.form-box {
     width: 100%;
    max-width: 420px;
    margin: 35px auto;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* INPUTS */
.form-control {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    font-size: 15px;
}

 .form-control:focus {
     border-color: #D4AF37;
     box-shadow: 0 0 0 2px rgba(212,175,55,0.2);
 }

/* BUTTON */
.btn-custom {
    background: #1F7A4D;
    color: #FFFFFF;
    height: 50px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-custom:hover {
    background: #17633E;
}

/* MICRO TEXT */
.micro-trust {
    font-size: 13px;
    color: #777777;
    margin-top: 12px;
}

/* DIVIDER */
.divider {
    border-top: 1px solid #E0E0E0;
    margin: 200px 0 20px;
}

/* DISCLAIMER */
.disclaimer {
    max-width: 720px;
    margin: 0 auto;
    font-size: 12px;
    color: #777777;
    line-height: 1.6;
    text-align: left;
}

.disclaimer a {
    color: #111;
    font-weight: 500;
}
.top-bar-wrapper {
  width: 100%;
  padding: 1px 40px;
}
/* FOOTER */
.par--copyright {
    text-align: center;
    font-size: 12px;
    color: #777777;
    margin-top: 10px;
}
.input-group-text {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-right: none;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    color: #555555;
}

.input-group .form-control {
    border-radius: 0 8px 8px 0;
}
.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.loadingwin {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    font-size: 20pt;
    width: 160px;
    height: 80px;
    display: none;
    position: fixed;
    z-index: 99999999;
    color: Gray;
    border: 0px hidden transparent;
    background-color: transparent;
}

.ldr {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.loadingwin > img {
    left: 50% !important;
    margin-left: -25px !important;
    position: absolute !important;
    top: 25% !important;
    z-index: 99999 !important;
}

@media (max-width: 576px) {

   body {
       background: #F7F7F5;
   }

   /* HEADER */
   .top-bar {
       flex-direction: column;
       align-items: center;
       text-align: center;
   }

   .top-bar-wrapper {
       padding: 10px 16px 0 16px;
   }

   .logo-img {
       max-width: 200px;
       margin-bottom: 8px;
   }

   .trust-text {
       font-size: 15px;
       font-weight: 500;
       color: #444;
       margin: 0;
   }

   /* MAIN CONTAINER */
   .main-container {
       padding: 0 16px;
   }

   /* TEXT WIDTH CONTROL */
   #lbltitle,
   #lblsubtitle,
   #lbltitleExtension {
       max-width: 340px;
   }

   /* HEADLINE */
   #lbltitle {
       font-size: 26px;
       font-weight: 800;
       line-height: 1.15;
       margin-top: 18px;
       letter-spacing: -0.5px;
   }

   /* SUBHEADLINE */
   #lblsubtitle {
       font-size: 22px;
       font-weight: 600;
       line-height: 1.3;
       margin-top: 12px;
       color: #222;
   }

   /* BODY TEXT */
   #lbltitleExtension {
       font-size: 16px;
       line-height: 1.3;
       margin-top: 12px;
       color: #5C5C5C;
   }

   /* FORM CARD */
   .form-box {
       width: 92%;
       padding: 12px;
       margin: 15px auto;
       border-radius: 20px;
       background: #FFFFFF;
       box-shadow: 0 8px 24px rgba(0,0,0,0.06);
   }

   /* INPUT FIELD */
   .form-control {
       height: 56px;
       font-size: 18px;
       border-radius: 14px;
       border: 1.5px solid #D8D8D8;
       padding: 0 16px;
       margin-bottom: 0px;
   }

   .form-control:focus {
       border-color: #111111;
       box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
   }

   /* INPUT GROUP FIX */
   .input-group-text {
       border-radius: 14px 0 0 14px;
       border: 1.5px solid #D8D8D8;
   }

   .input-group .form-control {
       border-radius: 0 14px 14px 0;
   }

   /* CTA BUTTON (GREEN PREMIUM) */
   .btn-custom {
       background: #1F7A4D;
       color: #FFFFFF;
       height: 60px;
       font-size: 18px;
       font-weight: 700;
       border-radius: 14px;
       margin-top: 4px;
       box-shadow: 0 6px 16px rgba(0,0,0,0.10);
   }

   .btn-custom:hover {
       background: #17633E;
   }

   /* MICRO TEXT */
   .micro-trust {
       font-size: 14px;
       margin-top: 12px;
       color: #7A7A7A;
   }

   /* DISCLAIMER */
   .disclaimer {
       padding: 0 12px;
       font-size: 12px;
   }
}
