* {
  margin: 0;
  padding: 0;
}
.form-area {
  box-shadow: 0px 10px 30px 0px rgba(13, 12, 13, 0.2);
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-bottom: 5%;
}
.login-heading {
  margin-top: 3%;
  text-align: center;
}
.login-heading span {
  color: #140c40;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
}
.login-heading p {
  font-family: "Jost", sans-serif;
  color: #301a22;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.input-field {
  margin: auto;
  width: 90%;
  padding-top: 35px;
  padding-bottom: 75px;
}
.single-input-field label {
  /* border: 2px solid red; */
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #140c40;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
}

.single-input-field input {
  border: 1px solid #c9c9c9;
  width: 93%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
  color: #000;
}
.input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
  color: #000;
}
.login-check {
  display: flex;
  justify-content: space-between;
}
.login-check input {
  content: "\2714";
  border: 0.1em solid #e4e4e4;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 10px;
  color: transparent;
}
.login-check-left {
  display: flex;
  justify-content: space-evenly;
}
.login-check label {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #140c40;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
}
.login-check a {
  color: #ff2020;
  font-size: 14px;
  font-weight: 400;
}
.login-footer {
  display: flex;
  justify-content: space-around;
}
.login-footer p {
  font-family: "Jost", sans-serif;
  color: #301a22;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.login-footer .submit-btn3 {
  background: #ff2020;
  height: 60px;
  padding: 8px 43px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}
