  .tab_outline {margin-top:10px;border:1px;border-style:solid;border-radius:100px;border-color:#000000;padding: 10px 20px;padding-bottom:3px}
  [type='text'] {border-radius:3px}
  [type='email'] {border-radius:3px}
  [type='tel'] {border-radius:3px}
  [type='date'] {border-radius:3px}
  select {border-radius:3px}
  textarea {border-radius:3px}
  [type='text']:focus, [type='email']:focus, [type='select']:focus {box-shadow: 0 0 5px blue !important}
  
  


