@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

div#content1 img {
  max-width: 350px;
  width: 100%;
  margin: auto;
  display: block;
  padding: 20px
}

h1 {
  font-weight: 600;
  font-family: inherit;
  color: #0a0a0a;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 20 0;
}

span.questionlabel {
  color: #313131;
}

p#p130 {
  display: none;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  display: block;
}

#submitbtn input[type="submit"] {
  background-color: #3475B6;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  text-shadow: none;
}

#submitbtn input[type="submit"]:hover {
  background-color: #2b6399;
}

#submitbtn:disabled {
    opacity: 0.5;
}

.security-badge {
  max-width: 350px;
  width: 100%;
  display: block;
  margin:10 0 15 0;
}

div#submitbtn {
  text-align: left;
}

.sixteen.columns.footer {
  display: none;
}

@media only screen and (max-width: 768px) {
h3 {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}
}
