a {
  text-decoration: none;
}

/* body {
  background: -webkit-linear-gradient(bottom, #023e8a, #caf0f8);
  background-repeat: no-repeat;
} */

label {
  font-family: "Raleway", sans-serif;
  font-size: 11pt;
}

#card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  height: 410px;
  margin: 5.95rem auto;
  width: 329px;
}

#card-content {
  padding: 12px 44px;
}

#card-title {
  font-family: "Raleway Thin", sans-serif;
  letter-spacing: 4px;
  padding-bottom: 23px;
  padding-top: 13px;
  text-align: center;
}

#signup {
  color: #2dbd6e;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 16px;
  text-align: center;
}

.form {
  align-items: left;
  display: flex;
  flex-direction: column;
}

.form-border {
  background: -webkit-linear-gradient(right, #caf0f8, #48cae4);
  height: 1px;
  width: 100%;
}

.form-content {
  background: #fbfbfb;
  border: none;
  outline: none;
  padding-top: 14px;
}

.underline-title {
  background: -webkit-linear-gradient(right, #caf0f8, #48cae4);
  height: 2px;
  margin: 0.5rem auto 0 auto;
  width: 89px;
}