#connect_form{
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 0rem 0 2rem 0;
}

 .flex-center{ 
          display:flex;
          align-items; center;
          justify-content: center
        }

.subtitle{
  text-align: center;
  margin-bottom: 2rem;
}
.wrapperIsl{
  width: 100%;
  background-color: #f9f9f9;
  padding: 2rem 0rem 2rem 0rem;
}
.container-center{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  .button-support {
  background-color: #546EAF;
  color: white;
  height: 48px;
  margin-top: 1rem;
  padding: 0 1.5rem 0 1.5rem;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  font-size: 18px;
}
.button-support:hover {
  background-color: #ffc300;
}
.custom-field{
  height: 48px;
  min-width: 400px;
  padding-left: 1rem;
  border-radius: 16px;
  border: 1px solid black;
}