.border() {
  font-size: 14px;
  outline: 0;
  padding: 4px 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.border_focus() {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}