body, html {
      height: 100%;
      margin: 0;
      overflow-x: hidden;
      font-family:'Montserrat', sans-serif;
    }
    .left-panel {
        background-image: url(../images/login/login-left.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        color: white;
        height: 100vh;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 2rem 2rem 1rem 2rem;
        font-weight: 600;
    }
    .left-panel .welcome-text {
      font-size: 1.35rem;
      font-weight: 600;
      margin-top: 3rem;
      text-shadow: 0 0 8px rgba(0,0,0,0.7);
      line-height: 1.2;
    }
    .right-panel .footer-links {
        font-size: 0.75rem;
        font-weight: 100;
        margin-bottom: 1rem;
        position: absolute;
        width: 100%;
        bottom: 10px;
        display: flex;
        justify-content: space-between;
        padding-left: 86px;
    }
    .right-panel .footer-links a {
      /*color: white;*/
      text-decoration: none;
      margin-right: 1.25rem;
    }
    .right-panel .footer-links a:hover {
      text-decoration: underline;
    }
    .right-panel {
      min-height: 100vh;
      padding: 1.5rem 2rem 3rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      background-color: white;
    }
    .top-right-menu {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 2rem;
      font-size: 0.8rem;
      margin-bottom: 1.5rem;
    }
    .top-right-menu button {
      border-radius: 50px;
      font-size: 1rem;
      border: 1.5px solid #81569b;
      background-color: transparent;
      color: #81569b;
      padding: 0.3rem 1.25rem;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
    }
    .top-right-menu button:hover {
      background-color: #81569b;
      color: white;
    }
    .portal-logo {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .portal-logo img {
      height: 50px;
      width: 50px;
      object-fit: contain;
    }
    .portal-title {
      font-size: 1.0rem;
      font-weight: bold;
      color: #000;
      margin-bottom: 1rem;
      font-family: 'Rubik' , sans-serif !important;
    }
    form, .qr-container{
      max-width: 550px;
      width: 100%;
    }
    .input-group-text {
      background-color: transparent;
      border: 1px solid #20a1a1;
      margin-right: 5px;
      color: #404040;
      font-weight: 100;
      font-size: 0.75rem;
    }
    .form-control {
      border: 1px solid #81569b;
        padding-left: 0.75rem;
        font-size: 0.90rem;
        font-weight: 100;
    }
    .btn-send-otp {
      background-color: #81569b !important;
      border: none;
      border-radius: 30px;
      padding: 0.5rem 3.5rem;
      font-size: 1.0rem;
      font-weight: 400;
      color: white !important;
      margin-top: 1.0rem;
      margin-bottom: 2.0rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 100%;
      max-width: 200px;
    }
    .btn-send-otp:hover {
      background-color: #378d8a;
    }
    .qr-container {
      padding: 10px;
      text-align: center;
      font-size: 1.0rem;
      padding-left: 1rem;
      border:1px dashed #ccc !important;
      border-radius: 10px;
      
    }
    .rounded-3{
            border-radius: 15px !important;
    }
/*    .right-panel{
        padding-left: 5rem !important;
    }*/
    @media (max-width: 991.98px) {
      .container-fluid {
        padding: 0 !important;
      }
      .left-panel {
        display: none !important;
      }
      .right-panel {
        padding: 2rem 1.5rem;
      }
      form, .qr-container{
        max-width: 100%;
      }
      .qr-container{
          padding-left: 0;
      }
/*      .btn-send-otp {
        max-width: 100%;
      }*/
       .right-panel{
        /*padding-left: 3rem !important;*/
    }
    }
    .form-label{
        font-size: 0.85rem;
    }
    
.otp-field {
    display: flex;
    justify-content: space-between;
}
.otp-field input {
    width: 45px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.otp-field input:focus {
    outline: none;
    border-color: #007bff;
}
.newuser-wrap a{
        color:#6A74A5;
        font-size:12px;
}
.right-panel{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newuser-wrap{
/*    position: absolute;
    top: 1rem;
    right: 2rem;*/
}
#timer{
    margin: 5px 0 0 10px;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    color: #dd4e57;
}