.registrationinput {
    border: 0.5px solid grey;
    padding: 20px 30px 20px 20px;
    padding: 1rem;
    border-radius: 16px;
    width: 100%;
    background: #fbfbfb;
    transition: 0.3s;
    height: 45px;
    font-size: 14px !important;
   }

   

   .registrationinput_phone {
    border: 0.5px solid grey;
    padding: 20px 30px 20px 20px;
    padding: 1rem;
    border-radius: 16px;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    background: #fbfbfb;
    transition: 0.3s;
    height: 45px;
    font-size: 13px;
   }

   .textarea-max {
    text-align: start !important;
    padding: 5px 10px 10px 10px;
    background: #fbfbfb;
    box-shadow: none;
    resize: none;
    width: 100%;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 16px;
    outline: none;
    border: 0.5px solid grey;
  }

   @media screen and (min-width: 1024px) {
    .registrationinput {
        width: 60%;
  
       }

       .textarea-max {
        width: 60%;
      }


       .registrationinput_phone {
        width: calc(60% - 80px);
        width: -webkit-calc(60% - 80px);
        width: -moz-calc(60% - 80px);
  
       }

   }
