.contact-background {
  background-image: url("/assets/img/ybsm-background_02.webp");
  background-size: cover;
  background-position: center;
  background-color: rgb(0, 0, 0);
}

.form-wrapper {
  min-width: 70vmin;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page__title {
  color: rgb(24, 21, 19);
  margin-bottom: 0.7rem;
  font-size: 1rem;
  text-align: start;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-control {
  width: 100%;
  padding: 0.9rem;
  margin: 0.5rem 0;
  border-radius: 30px;
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  transition: all 0.2s;
}

.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
}

.form-control:hover {
  transform: scale(1.01);
}

.input-wrapper-inputs {
  width: 100%;
  margin-right: 0;
}

.btn {
  width: 100%;
  border: 0;
  border-radius: 22px;
  padding: 0.85rem 0;
  margin-top: 0.5rem;
  background-color: rgba(34, 24, 20, 0.979);
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}

.btn:hover {
  transform: scale(1.01);
  box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 2px 18px -3px rgba(0, 0, 0, 0.46);
  color: rgba(241, 109, 48, 0.973);
}
