input {
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

a {
  text-decoration: none;
}

.card-4 {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.input--style-3 {
  line-height: 40px;
  background: #F8F9FA;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #212529;
  transition: all 0.4s ease;
}

.cardbody-color {
  background-color: white;
}/*# sourceMappingURL=loginForm.css.map */