/* body

{
    font-family: poppins;
    background-color:#f6f6f6;
    position:relative;
}
.regform
{
    width:700px; 
    background: rgba(255, 255, 255, 0.9); 
    position:absolute;
    left:200px;
    padding:0px 80px;
    margin-left:50px;
    

} */
body {
    font-family: Poppins, sans-serif;
    background-color: #f6f6f6;
    /* position: relative; */
}

.bg_img {
    position: fixed;
    /* Makes sure the element stays in the same position */
    top: 0;
    right: 0;
    /* Aligns the element to the right side */
    width: 50vw;
    /* Covers half the viewport width */
    height: 100vh;
    /* Full viewport height */
    background-image: url('/assets/image/login/bg_1.jpg');
    background-size: cover;
    /* Ensures the background image covers the entire area */
    background-position: center;
    /* Centers the image within the element */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-color: #fff;
    /* Fallback color if needed */
}
.content-overlay {
position: relative; /* Allows positioning of child elements */
z-index: 1; /* Ensures content is above the background image */
height: 100vh; /* Full viewport height */
display: flex;
/* align-items: center;
justify-content: center; */
padding-left: 85px;
padding-right: 85px;
}
.regform {
    width: 100%; 
    max-width: 900px;
    background: rgb(255, 255, 255); 
    /* position: absolute;
    left: 15%; */
    padding: 20px;
}
.custom-size {

    /* width: 90%; */
    height: 50px;
    border-radius:32px;
   
}

.img-border
{
    /* width:150px;
    border:1px solid #515DEF;
    padding:16.37px 60px;
    border-radius:40px; */

    width: 100px;
    border: 1px solid #515DEF;
    border-radius: 20px;
    padding: 15px 40px;

}

h1
{
    font-size:42px;
    font-weight:700;
    background: linear-gradient(90deg, #003FBC 0%, #001D56 33%, #003FBC 64.5%, #001D56 100%); 
   -webkit-background-clip: text; 
   -webkit-text-fill-color: transparent;
   margin-top:30px;
}
h2
{
    /* font-size:40px;
    */

}

.blur-bg 
{

   background: rgba(255, 255, 255, 0.3); 
   backdrop-filter: blur(8px); 
   border-radius: 8px; 
   /* padding: 20px;  */

   height:600px;

}

.error {
    color: #db1a17;
  }

 #login_form
 {
    padding-left: 140px;
    padding-right: 140px;
 }

/* h1{
     font-size:48px;
     font-weight:700;
     background: linear-gradient(90deg, #003FBC 0%, #001D56 33%, #003FBC 64.5%, #001D56 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
h2
{
    font-size:40px;
    font-weight:600;
    margin-top:171px;

}
p{
    font-size:16.37px;
    font-weight:400;

}

.custom-size
{
    width: 550px; 
    height: 50px;
}

.remember_mg
{
    margin-left:0px;
}

.forgot_pwd{
    margin-left:0px;
}



.img-border {
    border: 1px solid #ccc;
    border-radius: 5px; 
    padding:10px 50px; 
    border-radius:32px;
    margin-left:px;
}

.blur-bg 
{


   position: relative;
   left:200px;
   background: rgba(255, 255, 255, 0.9); 
   backdrop-filter: blur(8px); 
   border-radius: 8px; 
   padding: 20px; 

}
 */


 
 @media (max-width: 900px) {

    #login_form
    {
       padding-left: 0px;
       padding-right: 0px;
    }

    .content-overlay
    {
        padding-left: 10px;
        padding-right:10px;
    }

    .bg_img
    {
        display:none;
        width:100vh;
    }

  }
