
::placeholder{
     opacity: 0.5 !important;
     font-size: 13px;
}

body{
     height: 100vh;
     border: 1px solid blue;
}

.create_background{

     background-image: linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.7)),url("../images/35360.jpg");
     background-size: cover;
     background-position: center;
     height:100%;
     /* border:2px solid rgb(196, 7, 7); */

}

/* .heading-container{
   position: relative;
   left:0;
} */


.create-container{
     display:flex;
     flex-direction: column;
     /* justify-content: center;
     align-items: center; */
     gap:5px;
     height: 80%;
     width:70%;
     backdrop-filter: blur(20px);
     overflow-y: auto;
 
} 


@media screen and (max-width:768px){

   .create-container{

         height: 100%;
         width:95%;  
   }

}


label{
    margin-top:18px;
    
}

input [type='text'], input[type='password'], textarea{
    width:100%;
}





select:focus,input:focus,textarea:focus{
border:1px solid transparent;
outline:1px solid transparent;
}


