/*!
 * WARNING: CSS files are generated, do not edit by hand!
 * Please see README
 */
body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
  border: 2pt dashed red;
}

.container {
	width: 1200px;
  margin: 0 auto;
}

body.login {
  margin: 0;
}

body div#body {
  position: relative;
  margin: 0 auto;
  min-height: max(100vh, 750px);
}

/* body:not(.login) div#body {
  width: 1200px;
} */

body div#body {
  min-height: calc(100vh - 4px);
  display: flex;
  flex-direction: column;
}

body div#login-body {
  position: relative;
  background-color: #24276f;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.login-form-wrapper {
  margin: 100px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.welcome {
  background-image: url(/images/indivior-logo-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  color: white;
  max-width: 480px;
}

.welcome h1 {
  font-family: 'poppins', sans-serif;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 90px;
}

.welcome h2 {
  font-family: 'poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 16px;
}

.welcome p {
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-top: 40px;
}

#login-banner {
  background-color: #FFFFFF;
}

#login-header {
  height: 73px;
  padding: 9px 0;
  color: #235590;
  font-size: 22px;
  line-height: 28px;
}

#login-text {
  float: left;
  color: #fff;
  line-height: 1.25em;
}

#login-text #please-login-sub-caption {
  font-size: 110%;
}

#login-text a {
  font-weight: bold;
  text-decoration: none;
}

#login-box {
  width: 100%;
  font-size: 120%;
  line-height: 1.5em;
  text-align: left;
  background: #ffffff;
  color: #303030;
  border: 1px solid #fff;
  margin: 0 auto;
  border-radius: 20px;
  line-height: 1.2;
}

#login-box #login-box-caption {
  font-family: "poppins", sans-serif;
  font-size: 32px;
  text-align: left;
  margin: 0;
  border-bottom: solid 2px #e6e6e6;
  padding: 30px 40px;
  color: #24276F;
  font-weight: bold;
}

.input-wrapper {
  padding: 20px 50px 0;
}

#login-box label {
  display: inline-block;
  width: 7em;
  color: #444;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}

#login-box input,
#login-box select {
  width: 240px;
  border: 1px solid #adb5c4;
  font-size: inherit;
  padding: 15px;
  box-sizing: border-box;
}

#login-box input[type=submit] {
  border: 0 none;
  color: #fff;
  font-weight: bold;
  background-color: #1B9AE4;
  margin: 40px auto;
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
}

#login-box a {
  color: #9bca54;
  font-weight: bold;
  text-decoration: none;
}

#login-footer-container {
  background: #7E7E7E;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#login-footer {
  color: white;
  text-align: left;
  font-size: 14px;
  margin: 10px auto;
}

a, a:link, a:visited, a:active {
  color: #AC9F76;
  text-decoration: underline;
}

a:hover {
  color: #AC9F76;
  text-decoration: none;
}

#errors {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: inline-block;
  width: 120px;
}

table.summary {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.summary th {
  text-align: left;
}

table.summary th,
table.summary td {
  padding: 3px 8px;
  border: 1px solid #000000;
}

table.summary a {
  text-decoration: none;
}

table.summary a:hover {
  text-decoration: underline;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.p-10 {
	padding: 10px !important;
}

.red {
  color: #ff0000 !important;
}

#signature_container {
  display: inline-block;
  margin-bottom: 20px;
}

#attendee-edit .field-required:after {
  content: ' *';
  color: red;
}

#attendee-form input[type=submit],
#attendee-form input[type=button] {
  padding: 7px 10px;
}

.note {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

#signin-form {
  display: inline-block;
  text-align: left;
}

#attendee-form {
  margin-bottom: 50px;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col-6 {
  width: 49.5%;
}

@media (max-width: 1200px) {
  .login-form-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  #login-box label {
    text-align: left;
  }
}

@media screen and (max-width: 755px) {
  label.blank {
    display: none;
  }

  #login-box input[type=submit] {
    width: 100%;
    background-size: cover;
  }

  #attendee-form [type=submit],
  #attendee-form [type=button] {
    width: 100%;
    margin-bottom: 10px;
  }

  .row {
    display: block;
  }

  .col-6 {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .container {
      width: 100%;
  }
}