@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  background-color: #f5f8fa;
  color: #636b6f;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h2 {
  font-family: "Raleway", sans-serif;
  text-align: center;
}

a {
  text-decoration: none;
}

hr {
  margin: 15px auto;
  max-width: 718px;
  width: 100%;
}

.container .column, .container .columns {
  display: inherit;
  float: none;
}

img {
  margin: 15px 73px 0;
}

#content1, #content2, #content3 #cover, #logo {
  display: none;
}

#content4 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px 0 3px 3px;
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
}

.validation ul li {
  display: block;
  margin: 10px 10px 0 0;
  text-align: center;
}

.subheader {
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
}

.subheader p {
  margin: 0 20px 10px;
}

.create-account{
  text-align: center;
}

.questionlabel {
    font-weight: bold;
}

.login-forgot-pw {
  font-weight: normal;
  margin-left: 158px;
}

.check-faq, .check-faq a {
  color: #245480;
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}

.sixteen.columns.footer {
  display: none;
}

#p2, #p13, #p16, #p23 {
  margin: 20px auto;
  max-width: 100%;
  width: 345px;
}

#id2.drg-field-address-normal, #id13.drg-field-address-normal, #id16.drg-field-address-normal, #id123.drg-field-address-normal {
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  height: 36px;
  margin: 0;
  max-width: 100%;
  width: 345px;
}

#id2, #id13.drg-field-address-normal, #id16, #id23 {
  border-radius: 4px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  height: 36px;
  margin: 0;
  max-width: 100%;
  width: 718px;
}

.or {
  text-align: center;
}

.cancel-message {
  margin: 20px;
}

input[type="submit"] {
  background: initial;
  background-color: #245480;
  border-color: #1e476c;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 20px auto;
  max-width: 345px;
  padding: 10px 16px;
  text-shadow: none;
  width: 100%;
}

input[type="submit"]:hover {
  background: initial;
  background-color: #193a58;
  color: #fff;
}

#content4 > span > a > img {
    width: 100%;
    padding: 20px;
    max-width: 330px;
    margin: 0;
}

span.brlogo {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 959px) {
  .login-forgot-pw {
    font-weight: normal;
    margin-left: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .login-forgot-pw {
    font-weight: normal;
    margin-left: 113px;
  }

  img {
    margin: 15px 36px 0;
  }
}
