/* Theme styles */

img {
  vertical-align: top;
  outline: 0;
  max-width: 100%;
  height: auto;
  user-select: none;
}

input[type=submit], input[type=button], input[type=reset] {
  display: inline-block;
  margin: 0 0 20px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  height: 35px;
  color: #fff;
  line-height: 33px;
  padding: 0 19px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 300ms, border-color 300ms, color 300ms;
  -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
  outline: 0;
}

input[type=text], input[type=email], input[type=password], textarea {
  display: block;
  width: 100%;
  background: #fff;
  text-shadow: none;
  font-size: 12px;
  line-height: 20px;
  color: #878787;
  font-weight: 300;
  padding: 6px 14px 7px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 10px;
  -webkit-appearance: none !important;
  outline: 0;
}

/* End Theme Styles */
