.section-signup {
	background: #0a0b14 url("../images/bg-signup-internal-page.webp?202207");
  background-repeat: no-repeat;
	background-position: center 20%;
}

@media only screen and (max-width: 960px) { 
  .section-signup {
    background-position: center 30%;
  }
}

/*.section-signup h2 {
  display: none;
}*/

.form-control {
  color: #0a0b14;
  border: 1px solid rgba(250,250,250,.1);
  border-width: 1px;
  border-radius: 0.4rem;
  background: #ffffff;
  margin-bottom: 0.5rem;
}

  #form_container {
    padding: 1rem;
    background: rgb(10 11 20);
    border-radius: 1rem;
    border: 1px solid #525359;
  }


