@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  top: 0px !important;
}

h1 {
  margin-bottom: 0px;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
}

h2 {
  font-size: 18px;
  line-height: 22px
}

h3 {
  font-size: 14px;
  line-height: 16px;
}

#logo {
	display: block;
	width: 100vw;
	max-width: 100%;
  background-color: black;
}

.container {
  box-sizing: border-box;
}

#content2 {
  box-sizing: border-box;
  padding-right: 40px;
}

@media (max-width: 767px) {
  #content2 {
    padding-right: 0;
  }
}

.pwheader {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

.wrapper .main-img {
  width: 100%;
  border-radius: 20px;
  margin: 20px 0;
}

.drg-element-type-standard-field .questionlabel {
  display: none;
}

.questionlabel {
  font-weight: 700;
}

.addresslabel {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

p.drg-element-type-demographic {
  margin-bottom: 0;
} 

p.drg-element-type-demographic span.questionlabel{
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px;
    outline: none;
    border-radius: 4px;
    font: .9em ibm-plex-sans, sans-serif;
    color: #777;
    width: 90%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    height: 36px;
    box-sizing: border-box;
}

ul, ul ul {
  margin-left: 0;
}

span.spanc420.drg-element-type-demographic.drg-element-sub-type-type-2 ul {
  width: 675px;
}

/* ul ul li {
  margin-left: 22px;
  text-indent: -22px;
} */

#downloadbtn input[type="submit"] {
	width: 100%;
	border: none;
	font-size: 18px;
	color: #fff;
	text-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	font-family: IBM Plex Sans, sans-serif;
	-webkit-appearance: none;
	margin: 10px 0;
}

p.drg-element-type-demographic {
  margin-bottom: 0;
} 
p.drg-element-type-demographic span.questionlabel{
  display: block;
  margin-bottom: 5px;
}

#downloadbtn input[type="submit"]:hover {
  background: #00337b;
}

.pmmi_footer {
  font-size: 12px;
  text-align: center;
  margin: 20px 10% 10px;
}
