.form-section-form-wrapper {
  background-color: white;
  max-width: 600px;
  width: 100%;
  padding: 40px 100px 30px 100px;
  border-radius: 10px;
}


.form-input {
  width: 100%;
  padding: 12px;
  border-radius: 24px;
  font-size: 20px;
  outline: none;
  border-radius: 10px;
  border: 2px solid #948A8A;
}

.form-input-main {
  width: 100%;
}

.register-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .form-input:focus {
  border: 1px solid green !important;
} */

.pop-up-btn {
  width: 70%;
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
  border: none;
  margin-top: 24px;
  overflow-wrap: anywhere;
  background: black;
  margin-bottom: 24px;
}

.label_form {
  color: var(--, #948A8A);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 20px;
  /* 24px */
}

.form2_p {
  color: var(--3, #191717);
  font-family: "TT Ramillas Trl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}