a
  cursor: pointer
  color darkGreen
  text-decoration: none

  &:hover
    text-decoration: underline

input
button
  outline: 0

button
  cursor: pointer
  margin: 0
  background-color: transparent
  border: 0

.input
  height: 32px
  border-radius: 4px
  border: solid 1px #e0e0e0
  padding: 0 15px

.input
.btn
.btn-fill
.btn-hollow
  font-size: 14px

.btn
.btn-fill
.btn-hollow
  user-select: none
  cursor: pointer
  padding: 15px 40px
  text-decoration: none
  color: #fff
  background-color: transparent
  border-radius: 4px

.btn-fill
  border: 0

.btn-fill--light-green
  background-color: lightGreen
