body {
  background-color: #f7f7f7;
}

h1 {
  color: #0f8a83;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.text-success {
  color: #0f8a83;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.error {
  color: red;
  margin-top: 5px; /* Space between the input and the error message */
}

.upload-box {
  padding: 20px;
  background-color: #f8f8f8;
  border: 2px dashed #ddd;
  border-radius: 10px;
  text-align: center;
}

.upload-box input[type="file"] {
  opacity: 0;
  height: 100px;
}

button[type="submit"] {
  width: 100%;
}
.add-more-btn {
  overflow: hidden;
  display: block;
  line-height: 15px;
  padding: 20px 47px 18px;
  font-size: 20px;
  margin-top: 1.5rem;
  border: 1px solid #006f69;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  z-index: 16;
  background-color: #006f69;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 0 auto;
}
.form-check a {
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  h1 {
    font-size: 20px;
  }

  button[type="submit"] {
    width: 100%;
    font-size: 16px;
  }
}
