    @media screen and (max-width: 1024px) {
    
        .container {
            width: 100% !important;}
        
        .form-item {
        display: flex;
        align-items: center;
        margin: 10px;
        min-width: 150px;}
  }
  
   @media screen and (max-width: 480px)  {
       .form-item {
        width: 100% !important;
        flex-wrap:wrap;
        justify-content: center;}
       .form-item label {
       width: 100% !important;}
       .form-item input{
       width: 100% !important;
         margin: 10px 0;}

   }
