.text_input::before {
  content: "";
  padding: 3px;
}
a {  
  color: #0d9676;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
