.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;
     min-height:100%;
   
}


@media screen and (max-width:768px){
    
    .create_background{

         min-height:140vh;
      
   }

}


.create-container{
     display:flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap:15px;
     height: 250px;
     width: 300px;
     backdrop-filter: blur(5px);
    
}


.create-container:hover, .create-container:focus{
     border:2px solid white;
}


select:focus,input:focus,textarea:focus{
     border:1px solid transparent;
     outline:1px solid transparent;
 }