.cover {
  width: 100%;
  height: 960px;
  padding-bottom: 60px;
  position: relative;
}
.cover img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 960px;
}
.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 960px;
  background: rgba(5, 77, 38, 0.8549019608);
  z-index: 9;
}
.cover .content {
  position: relative;
  padding-inline: 20px;
  padding-top: 120px;
  z-index: 10;
}
.cover .content .text {
  text-align: left;
}
.cover .content .text .headingp {
  border: 1px solid white;
  border-radius: 30px;
  padding: 8px 18px;
  color: white;
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  margin-bottom: 15px;
}
.cover .content .text h1 {
  color: white;
  font-size: 46px;
  font-weight: 500;
}
.cover .content .text p {
  color: white;
  margin-top: 18px;
  font-size: 20px;
}
.cover .content .text .button {
  background: white;
  color: #1F1F1F;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 60px;
  height: 65px;
  margin-top: 45px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover .content .form {
  position: relative;
  margin-top: 35px;
}
.cover .content .form form {
  background: white;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
}
.cover .content .form form p {
  margin-top: 30px;
  color: #1F1F1F;
  font-size: 14px;
  background: rgba(211, 211, 211, 0.5);
  text-align: left;
  padding: 14px;
  border-radius: 6px;
}
.cover .content .form form .input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cover .content .form form .input label {
  font-size: 16px;
  color: #1F1F1F;
}
.cover .content .form form .input input {
  width: 100%;
  height: 58px;
  color: #1F1F1F;
  border-radius: 4px;
  padding: 10px;
  outline: none;
  border: 1px solid rgba(190, 190, 190, 0.9);
}
.cover .content .form form button {
  margin-top: 25px;
  width: 100%;
  height: 56px;
  color: white;
  border-radius: 4px;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  gap: 10px;
}
.cover .content .form form button span {
  background: #13c265;
  width: 100%;
  margin: 0;
  border-radius: 30px;
  height: 56px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover .content .form form button i {
  padding: 20px;
  font-size: 17px;
  color: white;
  background: #13c265;
  border-radius: 40px;
}/*# sourceMappingURL=base.css.map */