@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: normal;
    font-weight: 200;
}

h4 {
  font-family: sans-serif;
  color: #000000;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10 auto;
  text-align: center;
}

hr {
    margin: 10px 0px;
}


header.sixteen.columns.header img {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 10%;
}

div#content1 input[type="text"], div#content1 input[type="password"], div#content1 input[type="email"], div#content1 textarea, div#content1 p#pn152, div#content1 p#p16 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p#passrectext {
    font-size: 12px;
}

p#p13 {
    padding: 0px;
}

header.sixteen.columns.header img {
    max-width: 480px;
    margin-top: 50px;
}

header.sixteen.columns.header {
    text-align: left;
}

#content1 img {
  width: 100%;
  max-width: 460px;
  display: block !important;
  margin: 0 auto;
  float: none;
}

#leftsectiontext {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: bold;
	color: #000000;
}

.container .sixteen.columns {
   margin-bottom: 10px;
}

p#p13 {
    padding: 0px;
    margin-bottom: 15px;
    width: initial;
    display: block;
}

span.questionlabel {
    font-size: 12px;
}

p#pn151 {
    padding-left: 0px;
    width: 100%;
}

input {
    margin-left: 0px;
    width: 100%;
    max-width: 400px;
}

/* Submit Button */
div.button {
    text-align: left;
}

input[type="submit"]{
    margin-left: 0px;
    width: 100px;
    background: #333;
    color: white;
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 11px;
    border: none;
    border-radius: 0px;
  }
  
input[type="submit"]:hover {
    background: #111;
    color: white;
    border: none;
    border-radius: 0px;
  }

input {
    width: inherit;
}

input#id16 {
    width:100%
}

p#sub_header {
  color:#28288c;
  font-weight: bold;
  font-size: 24px;
  font-family: Calisto MT;
  margin-top:5px;
}

@media screen and (max-width: 530px) {
header.sixteen.columns.header img {
    max-width: 100%;
    margin-top: 50px;
}
}

