:root{
  --fluid-20-36: clamp(1.25rem, 0.8979rem + 1.5023vw, 2.25rem);
}

#background {
  background: url("https://image.info.energyfactor.com/lib/fe291171716405747d1175/m/1/preference-hero-dt.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1440 / 341;
}

#form{
  margin: 0px;
}

.header-preferences {
  padding-top: 20px;
  padding-left: 0px;
  background-color: white;
}

h1 {
  font-size: var(--fluid-20-36);
  padding: 0;
  margin-left: 0;
  text-align: justify;
  margin-bottom: 20px;
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.input_wrapper {
  background-color: #f1f1f1;
  display: flow-root;
  margin: 0px;
  padding-bottom: 0px;
}

.Logo-Img {
  width: 205px;
  padding: 10px 0 20px 10px;
}

.form_div {
  font-size: 20px;
  padding: 10px;
  margin: 10px 10px 0;
}

.form_div h3 {
  font-size: 18px;
  color: #1b1b1b;
}

.form_div .form_text {
  padding-left: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 1.5;
}

.form_fields {
  font-size: 15px;
  color: #000;
  margin-right: 60px;
}

label {
  font-size: 15px;
}

.email_select {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 15px;
  color: #000;  
}

.form_div select {
  padding: 0 40px 0 15px;
  height: 40px;
  width: 400px;
  margin-top: 10px;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
  outline: none;
  background-color: #fff;
  color: #000;
  padding-left: 15px;
}

.form_div select:focus {
  outline: 2px solid #666;
}



.form_div input[type="text"] {
  height: 40px;
  margin-top: 10px;
  width: 400px;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
  outline: none;
  padding-left: 15px;
}

.form_div input[type="radio"] {
  padding-top: 10px;
  font-size: 15px;
}

.job_title input[type="radio"] {
  margin-right: 5px;
}

.job_title {
  margin-top: 30px;
  font-size: 15px;
  color: #000;
}

.job_title p {
  margin-bottom: 15px;
  font-size: 15px;
}

.email_type {
  margin-top: 20px;
}

.pri_sec {
  font-size: 15px;
  color: #000;
}

.button {
  background-color: #fe000c;
  border: none;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px 10px;
  cursor: pointer;
}

.bg-dark {
  background-color: #232323;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin-right: 10px;
}

#Salutation,
#Industry,
#Job_Role {
  margin-top: 10px;
}

@media only screen and (max-width: 629px) {
  [type="checkbox"] {
    font-size: 12px;
    margin-right: 5px;
  }

  .Logo-Img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .form_div .form_text {
    padding-left: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 1.5;
  }

  .pri_sec input {
    margin-right: 5px;
    font-size: 12px;
  }

  .form_div select,
  .form_div input[type="text"] {
    width: 100%;
    margin-top: 10px;
  }

  .form_div input[type="radio"] {
    margin-right: 5px;
  }

  p {
    padding: 0;
    margin-left: 0;
    text-align: justify;
    margin-bottom: 30px;
  }
}
