
.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:90%;
     width:70%;
     backdrop-filter: blur(5px);

    overflow-y:auto;
    padding:10px;
 
} 

@media screen and (max-width:768px){

    .create-container{

        height: 100%;
        width:90%;  

    }

}




label{
    margin-top:18px;
}

input[type=text], textarea{
    width:100%;
}

.g-1{
    gap:5px;
}


select:focus,input:focus,textarea:focus{
 border:1px solid transparent;
 outline:1px solid transparent;
}