
.button {
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 7px 10px;
  text-transform: none;
  width: 200px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-align: center; /* DELETE WHEN WIDTH AUTO */
}
.button:hover {
  background-color: #444444;
}

.bgreen {
  background-color: #46b98a;
  color: #fff;
}

.bblue {
  background-color: #2DB6CF;
  color: #fff;
}

.bred {
  background-color: #E0645C;
  color: #fff;
}

.blight {
  background-color: #888;
  color: #fff;
}

input[type="text"] {
  display: inline-block;
  margin: 0;
  width: 400px;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #444;
  height: 28px;
  padding: 2px;
  color: #333;
}
