.form-main-container {


     height: fit-content;
     margin: 20px auto;
     width: 70%;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #C580FF; */
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    border-radius: 0.25rem;
    border:none !important;
}



.is-invalid {
    border: 1px solid red;
}
.error-message {
    margin-top: 2px;
    font-size: 12px;
}


    #contentbgmiddle-main {
      width: 100%;
      height: auto;
      padding: 0px;
      /* margin-left: -33px; */
      float: left;
    }
    #contentbgmain {

        float: left;
        height: auto;
       
        padding: 0;
        width: 100%;

    }
 
     .formbg  {
        background:#FFD700;
        color: #ff0000;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.589);
        font-family: sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
     }
    .btn-reg {
        color: #fff;
        background-color: #FF8E0C;
        width: 160px !important;
        margin: auto;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.664);
    } 


    .form-group {

         width:40%;
         margin: 20px auto;
    }

    .input-group  input  , .input-group textarea {
         font-size: 20px;
         padding: 10px;
         border-top-right-radius: 6px !important;
         border-bottom-right-radius: 6px !important;
         font-family: sans-serif;
    }

    .input-group select {
          border: 1px solid #0000004a;
          font-family: sans-serif;
          font-size: 20px;
          padding: 10px;
          color: rgb(71, 71, 71);
    }

    .input-group-prepend {
          
        border-top-left-radius: 6px !important;
         border-bottom-left-radius: 6px !important;
       
    }

    .input-group-text i {
 
         font-size: 24px;
         width: 30px;
    }
    .error-text {
         
          text-align: start;
          color: red;
          padding-left: 6px;
    }


    .lhs{
     
        left: 3%  !important;
        top: 4% !important;
  }
  .rhs{
    
      right: 3% !important;
      top: 4% !important;
     
  }
  
  
  @media (max-width:1400px) {
	  
	     .lhs {
			 
			   left:1% !important;
			   top:3% !important;
		 }
		 
		 .rhs {
			 
			   right:1% !important;
			   top:3% !important;
		 }
  }
  
   @media (max-width:1000px) {
	  
	     .lhs {
			 
			   left:2% !important;
			   top:3% !important;
		 }
		 
		 .rhs {
			 
			   right:2% !important;
			   top:3% !important;
		 }
  }






  /*======== ===================== POP UP CSS =======================================*/

   .popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.842); 
   
}



.popup-content {
    background-color: #ffffff;
    margin: 1% auto; /* 15% from the top and centered */
    
    border: 1px solid #888;
    width: 80%; 
    min-height: 500px;
    border-radius: 6px;
}

.popup-header {

    position: relative;

}


.popup-content-main {

     width: 100%;
     height: 100%;
    
}

.popup-content-main ul {
    padding:10px 30px;
}

.popup-content-main li  {
    font-size: 16px;
    font-weight: 500;
    margin: 3px 0;
    font-family: sans-serif;
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.157);
}



#closePopup {
     
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 20px;
    height: 40px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 2px 3px black;
    color: white;
}






@media (max-width:1400px) {

    .popup-content-main li  {
        font-size: 14px;
       
    }
}



/*================    TNC CONTAINER CSS  ======================= */

@media (max-width:1400px) {

    .form-main-container {


       
        width: 65%;
   }
    .tnc-container {


        width: 60% !important;
   }
}
