.alert-message.info {
  color: #000;
}
.alert-message.error {
  color: #d9534f;
}
.alert-message .close {
  display: none;
}

p.no-margin {
  margin: 0;
}

.qr {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  width: 50%;
}

.qr td {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
}

.qr td.black {
  background-color: #000;
}

.qr td.white {
  background-color: #fff;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

footer {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

a {
  color: #353851;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #171823;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

[type=submit] {
  -webkit-appearance: button;
}

[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

h3 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #696e9d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 56, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(53, 56, 81, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 56, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(53, 56, 81, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-lg {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.w-100 {
  width: 100% !important;
}

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

@media print {
  *, :after, :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h3, p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
}
body, html {
  background-color: #f9f9fb;
}

.animated-field-group {
  position: relative;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.animated-field-group input {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-transition: border-left-width 0.1s ease;
  transition: border-left-width 0.1s ease;
}

.animated-field-group input:invalid:not(:focus) {
  border-left-color: #d9534f;
  border-left-width: 4px;
}

.animated-field-group input {
  display: block;
  padding: 26px 16px 10px;
  padding: 1.625rem 1rem 0.625rem;
  height: 64px;
  height: 4rem;
}

.animated-field-group input + label, .animated-field-group input:focus + label {
  font-size: 13px;
  font-size: 0.8125rem;
  top: 9.6px;
  top: 0.6rem;
}

.animated-field-group label {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 16px;
  left: 1rem;
  right: 16px;
  right: 1rem;
  padding: 0;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #4d4d4d;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body, html {
  min-height: 100%;
}

body {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

body.login .login-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

body.login .left-pane, body.login .right-pane {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.login .left-pane {
  background-color: #f9f9fb;
  min-height: 428px;
  min-height: 26.75rem;
}

body.login .right-pane {
  min-height: 232px;
  min-height: 14.5rem;
  background-color: #353851;
  position: relative;
  padding: 28px 28px 76px;
  padding: 1.75rem 1.75rem 4.75rem;
}

body.login .right-pane a {
  color: #fff;
}

body.login .right-pane footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  padding: 1.75rem;
  text-align: center;
}

body.login .right-pane footer a + a {
  margin-left: 28px;
  margin-left: 1.75rem;
}

body.login .login-box {
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 100%;
  padding: 28px;
  padding: 1.75rem;
  background-color: inherit;
}

body.login .logo-box img {
  display: block;
  height: auto;
  max-width: 100%;
}

body.login .login-box-subheader {
  background-color: inherit;
  position: relative;
  text-align: center;
}

body.login .login-box-subheader hr {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  top: 50%;
  border-color: #ced4da;
}

body.login .login-box-subheader span {
  background-color: inherit;
  display: inline-block;
  position: relative;
  padding: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #404a54;
}

@media (min-width: 750px) {
  body.login .login-container {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  body.login .left-pane {
    max-width: 34rem;
    padding: 1rem 1.75rem;
  }
  body.login .right-pane {
    min-height: 26.75rem;
  }
  body.login .login-box {
    border: 1px solid #ced4da;
    background-color: #fff;
  }
}
