body {
  background: #000000;
  color: #333333;
  margin-top: 5rem;
}

.container-dark-legal {
  max-width: 600px;
  margin: auto;
  text-align: justify;
  color: #DFDFDF;
}

.container-dark-form {
  border: 2px #000000 solid ;
  padding: 1rem;
  border-radius: 10px;
  max-width: 550px;
  margin: auto;
  color: #DFDFDF;

}

.container-dark-faq div {
  color: #F8F8FF;
}

.container-dark-faq p {
  color: #DFDFDF;
}

.dark-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#000000;
  border-radius:5px;
  border:2px solid #DFDFDF;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

.dark-btn-glow:hover {
  background:#000000;
  border:2px solid #000000;
  box-shadow: 0 0 5px #DFDFDF,
              0 0 15px #DFDFDF,
              0 0 25px #DFDFDF,
              0 0 35px #DFDFDF;
}


.container-dark-form .textInput {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #DFDFDF;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;

}

.container-dark-form .textarea {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #DFDFDF;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;

}