.btn-primary {
  color: white;
}

.btn-primary:hover {
  color: white;
}

.btn {
  border-radius: 3px;
}

.form-control {
  border-radius: 3px;
}