* {
  box-sizing: border-box;
  font-family: source-sans-pro, sans-serif !important;
}

body {
  background-color: #f1f1f1;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  max-width: 780px !important;
  background-color: #ffffff;
  padding: 40px 30px;
  box-shadow: rgb(23 40 94 / 8%) 0px 4px 24px;
}

.container .sixteen.columns {
  width: 100% !important;
}

#logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo img {
  width: 100%;
  max-width: 300px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dedede;
  border-radius: 0px;
  height: 48px;
  padding: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #bcbcbc;
  color: #555555;
  box-shadow: none;
}

#notMeLink {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#pp10 {
  display: none;
}

a,
a:visited {
  display: inline-block;
  color: #d6001c;
  margin: 0 0 10px;
  transition: all 250ms;
}

a:hover,
a:focus {
  color: #a9131f;
}

.questionlabel {
  display: block;
  font-family: source-sans-pro, sans-serif;
  font-size: 14px;
  color: #888888;
  margin: 0 0 5px 0;
}

#pp1257 span.questionlabel {
  display: none;
}

hr {
  margin: 40px 0 30px;
  border: none;
  border-top: 1px solid #dedede;
}

h6 {
  padding: 10px 0 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  box-sizing: border-box;
  padding: 14px 30px 12px;
  border-bottom: 3px solid #a9131f;
  height: 48px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  font-size: 14px !important;
  color: #ffffff;
  text-decoration: none;
  transition: all 250ms;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #d6001c;
  text-transform: uppercase;
  outline: none !important;
  text-shadow: none;
}

.licrp10_1.lier23103_1 {
  cursor: pointer;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #a9131f;
  color: white !important;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #a9131f;
}

.footer {
  border-top: 1px solid #dedede;
  font-size: 12px;
  color: #888888;
  line-height: 1.2;
  padding-top: 30px;
  margin-top: 20px;
}
