body {
 font-family: Arial, sans-serif;
 margin: 0;
 padding: 20px;
 justify-content: center;
 align-items: center;
}
.container {
  max-width: 500px;
  margin-top: 75px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
.container-submitted {
  max-width: 500px;
  margin-top: 100px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
p {
  padding-bottom: 5px;
}
h2 {
 color: #111;
 padding-bottom: 10px;
}
label, legend {
 display: block;
 margin-bottom: 10px;
 font-weight: bold;
}
input[type="email"] {
 width: 95%;
 padding: 10px;
 margin-bottom: 25px;
 border: 1px solid #ccc;
 border-radius: 4px;
}
.industry {
 width: 95%;
 padding: 10px;
 margin-bottom: 5px;
 border: 1px solid #ccc;
 border-radius: 4px;   
}
input[type="text"]:not(.industry) {
 width: 95%;
 padding: 10px;
 margin-bottom: 25px;
 border: 1px solid #ccc;
 border-radius: 4px;
}
input[type="date"] {
 width: 95%;
 padding: 10px;
 margin-bottom: 25px;
 border: 1px solid #ccc;
 border-radius: 4px;
}
input[type="radio"] {
 margin-bottom: 10px;
}
select {
 width: 100%;
 padding: 10px;
 margin-bottom: 25px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
 font-size: 16px;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
}
.checkbox-group {
 margin-bottom: 15px;
}
.checkbox-group label {
 font-weight: normal;
 display: flex;
 align-items: center;
 font-size: 14px;
}
.devices {
  margin-bottom: 10px;
  margin-top: 20px;
}
.checkbox-group input {
  margin-right: 8px;
}
.checkbox-group p {
  color: #9E9E9E;
  font-size: 13px;
  line-height: 20px;
}
.opt-out {
 color: #e60044;
 font-weight: bold;
 display: block;
 margin-top: 15px;
 margin-bottom: 10px;
 text-decoration: underline;
}
.submit-btn {
 background-color: #e60044;
 color: white;
 padding: 12px;
 border: none;
 width: 45%;
 font-size: 16px;
 border-radius: 5px;
 cursor: pointer;
 transition: 0.3s;
 margin-top: 5px;
 margin-bottom: 5px;
}
.submit-btn:hover {
 background-color: #c5003a;
}
.privacy {
 font-weight: bold;
 font-size: 12px;
 margin-top: 10px;
}
.privacy a {
 font-weight: bold;
 color: #e60044;
 text-decoration: underline;
}
h1 {
 left: 0;
 padding-right: 70px;
 padding-left: 70px;
 margin-top: -100px;
 position: absolute;
 text-align: center;
 top: 50%;
 width: 90%;
 color: #4d4e4e;
}