@font-face {
  font-family: DINCondensed-Bold;
  src: url(/wp-content/themes/bb-theme-child/fonts/DINCondensed-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 300;
  src: url(https://d2ue93q3u507c2.cloudfront.net/assets/generated_assets/e0be9bd5e372b2c379893b776e7b2b96.otf) format("opentype")
}

@font-face {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 400;
  src: url(https://d2ue93q3u507c2.cloudfront.net/assets/generated_assets/86fda98796bb4100ba905535a77723bd.otf) format("opentype")
}

@font-face {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 500;
  src: url(https://d2ue93q3u507c2.cloudfront.net/assets/generated_assets/48a3635ce1e76c0122a143b076f51adf.otf) format("opentype")
}

@font-face {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 700;
  src: url(https://d2ue93q3u507c2.cloudfront.net/assets/generated_assets/05078759185c986d15c17e7ee8deff43.otf) format("opentype")
}

@font-face {
  font-family: DIN Pro;
  font-style: normal;
  font-weight: 900;
  src: url(https://d2ue93q3u507c2.cloudfront.net/assets/generated_assets/9b609f6cc20e5e494d7cab55ed81f97a.otf) format("opentype")
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'DIN Pro', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

input {
  line-height: 20px;
}

input[type="submit"],
input.join-submit,
a[role="button"] {
  background: #197d1d;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.simple-branding input[type="submit"],
.simple-branding input.join-submit,
.simple-branding a[role="button"] {
  background-color: #0068D6;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover,
input.join-submit:hover,
a[role="button"]:hover {
  background-color: #008500;
}

.simple-branding input[type="submit"]:hover,

#la-blurb {
  font-size: 1.25rem;
}
input {
  line-height: 26px;
}
.simple-branding input.join-submit:hover,
.simple-branding a[role="button"]:hover {
  background-color: #0458b3;
}
input[type="submit"]:active,
input.join-submit:active,
a[role="button"]:active {
  background-color: #009e00;
}

.simple-branding input[type="submit"]:active,
.simple-branding input.join-submit:active,
.simple-branding a[role="button"]:active {
  background-color: #0458b3;
}

input[type="submit"]:disabled,
input.join-submit:disabled {
  background-color: #a2a2a2;
  color: #ffffff;
  cursor: not-allowed;
}

h1, h3 {
  text-align: center;
  font-family: DIN Pro, sans-serif;
  font-weight: normal;
  margin-top: 0;
  color: #212121;
}

h1 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

form {
  width: 100%;
}

label {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 550;
  font-size: 1rem;
}

/* LIP Styles */

.info {
  text-align: center;
  font-size: 0.9rem;
  color: #9E9E9E;
}

.align-center {
  text-align: center;
}

/* existing styles */
.content-wrapper {
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-container {
  max-width: 420px;
}
#loading-icon {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  margin: auto auto;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.panel {
  display: none;
}
@media (min-width: 600px) {
  .panel-container {
    width: 420px;
  }
  .panel {
    border: 1px solid #C8C8C8;
    border-top: 4px solid #187D1D;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  }
  .simple-branding .panel {
    border-top-color: #0068D6;
  }
}

@media (max-width: 600px) {
    .content-wrapper {
        align-items: start;
    }

  .panel-container, .panel {
    width: 100%;
  }
}

#logo-container {
  display: none;
  line-height: 0;
  justify-content: center;
  margin-bottom: 1.5em;
  margin-top: 2em;
}

#logo-container.divided div:first-child {
  padding-right: 1em;
  border-right: 1px solid #000000;
}

#logo-container.divided div:last-child {
  padding-left: 1em;
}

.logo {
  display: flex;
  padding: 0.2em 0.5em;
}

#la-logo > img {
  padding: 10px 0;
}

.logo img {
  display: block;
  margin: auto 0;
  height: 52px;
  max-width: 210px;
}

.logo p {
  line-height: 26px;
}

#form-content, #create-account-block {
  padding: 2rem 2rem;
  width: 100%;
  position: relative;
}

#create-account-block:before {
  content: "";
  position: absolute;
  left: 12.5%;
  top: 0;
  height: 1px;
  width: 75%;
  border-bottom: 1px solid #BDBDBD;
}

#site-message {
  color: #989696;
  line-height: 19px;
  font-size: 1rem;
}

.error-params {
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.error {
  margin: 1em 0;
  padding: 1em 2em;
  background-color: #d74a49;
  color: white;
  border-radius: 3px;
}

.table-login {
  width: 100%;
}

.form-field {
  margin-bottom: 1.5rem;
}
.form-field label {
  color: #546E7A;
}
.form-field input {
  border-radius: 3px;
  padding: 12px;
  border: 1px solid #979797;
  background: #fff;
  display: block;
  width: 100%;
  font-size: 1rem;
}

.sign-in input:focus,
.form-field input:focus {
  outline-color: #005000;
}

.form-field input:disabled, input[type="text"]:disabled {
  background: gray;
  border: none;
}

.form-field input.readonly {
  background: #EDEFF1;
  border: none;
  cursor: not-allowed;
}

.form-field input.readonly:focus-visible {
  outline-style: none;
}

.form-field .error-message {
    display: none;
}

.form-field.invalid input {
    border-color: #D90606;
}

.form-field.invalid .error-message {
    display: block;
    font-size: 14px;
    color: #D90606;
}

div.form-field.checkbox-group {
  display: flex;
  flex-direction: row;
  gap: 0 1rem;
}

.checkbox-group p {
  margin: 0;
}

.forgot-password {
  font-size: .8rem;
  display: block;
  text-align: center;
  margin-top: 8px;
}

a {
  color: #197d1d;
  text-decoration: none;
}

.simple-branding a {
  color: #0068D6;
}

.form-actions, .btn-group {
  margin: 1em auto 0;
  display: flex;
  justify-content: center;
  align-content: center;
}

.sign-in, .join-submit, .btn-link {
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  background:#197D1D;
  color: #fff;
  border: none;
  font-family: inherit;
}

.simple-branding .sign-in, .simple-branding .join-submit, .simple-branding .btn-link {
  background-color: #0068D6;
  color: #ffffff;
}

.sign-in:hover {
  background-color: #008500;
}

.simple-branding .sign-in:hover {
  background-color: #0068D6;
}

.sign-in:active {
  background-color: #009e00;
}

.simple-branding .sign-in:active {
  background-color: #0068D6;
}

.pass {
  width: 100%;
  overflow: hidden;
}

.pass span, .toggle-password {
  font-weight: normal;
  font-size: 12px;
  color: #197d1d;
  cursor: pointer;
}

.simple-branding .pass span, .simple-branding .toggle-password {
  color: #0068D6;
}

.pass span {
  float: right;
}

#password-requirements {
  display: flex;
  justify-content: space-between;
}

#password-requirements span {
  font-size: 12px;
  color: #9E9E9E;
}

#password-requirements span[data-accepted="true"] {
  color: #000000;
}

#password-requirements span[data-accepted="true"]:after {
  content: "\00A0\2713";
  color: #187D1D;
}

.sticky-footer {
  border-top: 1px solid #ccc;
  padding: 12px 0;
}

.sticky-footer input[type="submit"] {
  margin: 0;
}

#alert-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 15px 16px;
}

#alert-banner > p {
  margin: 0;
  color: #47555E;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  flex: 1 1 auto;
}

#alert-banner > #clear-alert {
  flex: 0 0 16px;
  padding: 0 8px;
}

#alert-banner.warn {
  background: #F5CC00;
}