input[type="text"] {
  border-radius: 3px;
}

input.input-dark {
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1em;
  font-weight: 200;
  color: #efefef;
}

input.input-medium {
  width: 350px;
  max-width: 100%;
}

button {
  transition: all 0.35s;
}

button:hover {
  box-shadow: inset 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transform-origin: bottom center;
}

.button-wide {
  min-width: 320px;
}


.button-dark {
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #efefef;
}

.button-dark:hover {
  background-color: #333;
  color: #fff;
}
