
#content{
  width: 100%;
}

#content form{
  margin-top: 50px;
  width: 60%;
  margin: 0 auto 100px;
  max-width: 900px;
}

#content form .input_field input{
  background-color: black;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  width: 100%;
}

#submit_btn input{
  color: white;
  font-size: 11pt;
  background-color: #b10000;
  width: 150px;
  height: 30px;
  border: none;
  float:right;
  border-radius: 3px;
}

#submit_btn input:hover{
  background-color: #c30000;
}


#legal_checkbox{
  display:inline-block;
  float: left;
}

#legal_notice{
  margin-left: 10px;
  width:90%;
  display:inline-block;
}

#mandatory_fields_info{
  font-size: 9pt;
}

form h2{
  text-align: center;
}

form p{
  text-align: center;
  margin-bottom: 20px;
}

::placeholder{
  font-size: 11pt;
  font-family: 'Rajdhani', sans-serif;
}


#message_field{
  color: black;
  width: 100%;
  height: 20vh;
  background-color: white;
  border: none;
  border: 1px solid white;
  margin-top: 20px;
  border-radius: 10px;
}

.err_msg{margin-top: 2px;
  height:30px;
  font-size: 10pt;
  color: red;
}


@media (max-width:750px) {
  #content form{
    width: 90%;
    margin-left: 5%;
  }
}
