
body {
  font-family: 'Cabin', Arial, sans-serif;
}

.form-group input {
  width: 300px;
  padding: 10px 5px;
  margin: 5px 0 40px;
  box-sizing: border-box;
  border-width: 0 0 1px 0;
  background: transparent;
  border-color: #ccc;
  font-size: 16px;
}

input:focus {
  outline: none;
  background: #fff;
}

.fileUpload input{
  width: 300px;
  margin: 5px 0 40px;
  font-size: 14px;
}

label {
  color: #333;
  display: block;
}

.btn-effect {
  font-size: 14px;
  background-color: #e67e22;
  border: none;
  color: white;
  padding: 9px 25px;
  text-decoration: none;
  margin: 4px 10px;
  cursor: pointer;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
}

.btn-effect:hover {
  outline: none;
  background-color: #E6892B;
}

.message {
  padding: 5px;
  font-size: 14px;
  color: #e67d23;
}