  /* core/static/core/assets/css/auth.css */

     body{
        overflow:hidden;
      }

      html, body {
          height: 100%;
          overflow-y: auto;  /* allow page scrolling */
      }
      #login_homeSection.container-fluid{
        --bs-gutter-x: 0 !important;
      }   
      a, div {
          -webkit-tap-highlight-color: transparent !important;
          text-decoration: none;
      }
      header.masthead { 
          background-repeat: no-repeat;
          background-size: cover;
        }
      img{
        object-fit: cover !important;
      } 
      .text-white{
        color: #e9ecef !important;
      }
      .sm-text{
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        line-height: 14px;
      }    
      .h-text{
        color: rgb(34, 14, 39);
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
      } 
      .p-text{
        color: rgb(104, 103, 108);
        font-size: 16px;
        margin-top: 8px;
        font-weight: 400;
        line-height: 28px;
      }
      .kVc {
          display: block;
      }

      .PLa {
          color: #fff;
      }
      .gUZ {
          fill: currentColor;
          stroke-width: 0;
          vertical-align: middle;
      }
    
       #xplore{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 15em !important;
        height: 39px;
        border-radius: 24px !important;
        transition: background-color 0.3s ease;
      }
        
      .b-radius{
        display: inline-block !important;
        min-height: 48px !important;
        min-width: 93px !important;
        background: #c31952 !important;
        color: #fffd9e !important;
        border: 1px solid #c31952 !important;
        font-size: 16px !important;
        text-align: center !important;
        font-weight: bold !important;
        border-radius: 999px !important;
        transition: background-color 0.3s ease !important;
     
      }
      .blue{
        background: #006b6c !important;
        border: 1px solid #006b6c !important;
        color: #dafff6 !important;

      }
      .blue_color{
        color: #006b6c !important;
      }
      .b-radius:hover{
        border: 2px solid #c31952 !important;
        background-color: transparent !important;
        color: #c31952 !important;
      }
      .blue:hover{
        border: 2px solid #006b6c !important;
        background-color: transparent !important;
        color: #006b6c !important;
      }
      .cof_color{
        color: #c31952;
      }
      .bg-warning{
        background-color: #fffd9e !important;
      }
      .bg-blue{
        background-color: #dafff6 !important;
      }
      
      #mainFooter {
        background: #fff; 
        z-index: 1000;           
      }

      a.h-none:hover{
    text-decoration: none;
    }
    .num-blue{
    color: #6b59a8 !important; 
    }
    .h-black{
    color: #1c1d3e !important; 
    }
    .t-black{
    color: #1f224d !important; 
    }
    .t-blue{
    color: #4e07f9 !important; 
    }
    /* #login_homeSection, #login_aboutSection{
    margin-top: 0 !important; 
    } */
    
    .classic_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    color: #506efe;
    border: 2px solid #506efe; 
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }
    #sub_login, #signup_sub, .classic_btn{
    background-color: #1D59F9;
    color: #fff;
    }
    .classic_btn:hover{
      background-color: #1D59F9;
      color: #fff;
    }
    .login_illus_con{
    display: flex;
    align-items: center;
    justify-content: center;

    }
    .login_illustration{
    width: calc(100% - 240px);
    margin: auto;
    max-width: 320px;
    vertical-align: top;
    }
    
    body.bg-img{
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-img{
      object-fit: cover !important;
    }

    label.btn.active {
      background-color: #0d6efd;
      color: white;
      border-color: #0d6efd;
    }
   
    .backdrop{
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1200px;

    }
    .bg-color{
        background-color: #fff;
    }
    
    .sfloatingInput{
    display: flex;
    height: 46px;
    color: #506efe;
    border: 2px solid #506efe; 
    border-radius: 24px !important;
    transition: background-color 0.3s ease;
    }

#login_section, #register_section, #vpn_section {
  width: 95%;
  max-width: 450px; /* optional: cap size on big desktops */
  margin: 0 auto;   /* centers it */

  min-height: 100vh;     /* full viewport height */
  display: flex;         /* enable flexbox */
  justify-content: center; /* center horizontally */
  align-items: center;   
}

:root {
    --navbar-height: 0px;
}

#vpn_intro_section {
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - var(--navbar-height));
    padding-top: var(--navbar-height);
}

#vpn_intro_section .d-flex.flex-row {
    display: flex;
    height: 100%;
}
#vpn_intro_section .col-md-6 {
    display: flex;
    flex-direction: column;
}


#xplore_con {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}

@media (min-width: 768px) {
  #xplore_con p, #xplore_con h1, #xplore{
    text-align: left !important;
  }
}


@media (max-width: 767px) {
  #xplore_con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* center on mobile */
    bottom: 45px;

    width: 85%;        /* responsive sizing */
    max-width: 300px;

  }

 
}
