.login{
    border: 1px solid rgb(163, 39, 101);
    width: 400px;
    height: 500px;
    background: #d350b4 ;
    color: #d350b4;
    border-radius: 20px;
    box-shadow:0px opx 20px rgba(217, 67, 189, 0.995) ;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    
        /* box-shadow:rgba(0, 0,0, 0.3); */
    
    

   }
   form{
    display: block;
     box-sizing: border-box; 
    padding: 40px;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(40%) ;
    flex-direction: column;
    display: flex;
    gap: 5px;
   


   }
   h3{
    font-weight: normal;
    font-size: 24px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;

   }
   label{
    color: rgba(0,0,0,0.8);
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    padding-left: 10px;
   }
   input{
    background: rgba(255,255,255,0.3);
    height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
    border: none;
    margin-bottom: 20px;
    color:blue;

   }
   .cus-button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 22px;
    color: #b7acec;
    gap: 18px;
    border: none;
    border:#8169f9 ;
    border-radius: 50px;
    background:blue;
    cursor: pointer;


   }
   .custom-center button img{
    height: 15px;
   }
   body {
    width:100% ;
    height:100% ;
    /* background-image: url('./img/cart.jpg'); */
    background-image: url('./img/sumup-o8Dx1aw297I-unsplash.jpg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:rgba(39, 39,39, .7);
    background-blend-mode: color-burn;
     filter: brightness(0.7);  
    min-height: 100vh; /* Ensure it covers the screen */
    padding-left: 300px;
    overflow-x: hidden;
}
.custom-center{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 10px;
    height: 500px;
      /* background: #fff; */
      border: #DD2F6E;
      border-radius: 12px;
      background: rgba(39, 39,39, .7);
      box-shadow: #f1f5f9;
    

  }
  .custom-container{
        height: 120vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
       

      
   }