.inputbs[type=text], select {
    width: 100%;
    padding: 9.5px 12px;
    margin: -2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    box-sizing: border-box;
  }



  .inputbs[type=date] {
    width: 100%;
    padding: 7.5px 12px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    box-sizing: border-box;
  }

  .dropdown-input{
    /* background-color: #13bb13 !important; */
    width: 100%  !important;
    padding: 7.5px 12px !important;
    margin: 0px 0 !important;
    display: inline-block !important;
    border: 1px solid #ccc !important;
    box-sizing: border-box !important;
    clear: both;
    
  }

  .dropdown-input:hover {
    border: 1px solid #5a5a5a !important;
  }
  
  .inputbs[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .inputbs[type=submit]:hover {
    background-color: #45a049;
  }


  .inputbs:hover {
    border: 1px solid #5a5a5a;
  }

  .inputbs {
    margin-bottom: 5px;
  }


  option{ 
    height:200px !important;
  }


  textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    width: 100%;
}