:root {
  --ck-color-mention-background: #8ed4f5;
  --ck-color-mention-text: black;
}

body {
  font-family: sans-serif;
  line-height: normal;
}

h1, h2, h3, h4, h5 {
  font-family: sans-serif;
}

html {
  height: 100%;
}

body, html {
  min-height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.body-style-legacy {
  padding: 10px;
}

.epos-window-container {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  min-width: 800px;
  width: 100%;
}
.epos-window-container,
.epos-window-container .epos-navigation,
.epos-window-container .epos-window-viewport,
.epos-window-container .epos-window,
.epos-window-container .prelive-warning {
  box-sizing: border-box;
}
.epos-window-container .mobile-only {
  display: none;
}
.epos-window-container .epos-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  background: linear-gradient(160deg, #48b9ef, #2b88a0 30%, #26778c 30%, #10333c);
  position: fixed;
  color: white;
  width: 200px;
  height: 100%;
  height: 100vh;
  z-index: 10;
}
.epos-window-container .epos-navigation #lrLogo {
  max-width: 100%;
}
.epos-window-container .epos-navigation div, .epos-window-container .epos-navigation p, .epos-window-container .epos-navigation ul, .epos-window-container .epos-navigation form {
  flex-grow: 0;
}
.epos-window-container .epos-navigation div.grow-spacer {
  flex-grow: 1;
}
.epos-window-container .epos-navigation #lrLogoWrapper {
  padding: 20px 20px 0;
}
.epos-window-container .epos-navigation .gutter {
  margin: 0 20px;
}
.epos-window-container .epos-navigation div.prelive-warning {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 0 20px 0;
  border-radius: 0 !important;
  padding: 0 0 10px !important;
  text-align: center !important;
  background: darkred;
}
.epos-window-container .epos-navigation div.prelive-warning h4, .epos-window-container .epos-navigation div.prelive-warning p, .epos-window-container .epos-navigation div.prelive-warning a {
  text-align: center !important;
}
.epos-window-container .epos-navigation div.prelive-warning h4 {
  margin: 0;
  padding: 10px 20px;
}
.epos-window-container .epos-navigation div.prelive-warning p, .epos-window-container .epos-navigation div.prelive-warning a {
  margin: 5px 20px;
}
.epos-window-container .epos-navigation div.prelive-warning a {
  font-weight: bold;
  text-decoration: underline;
}
.epos-window-container .epos-navigation div.user-info {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  padding-bottom: 10px;
}
.epos-window-container .epos-navigation div.user-info i {
  display: inline-block;
  width: 18px;
}
.epos-window-container .epos-navigation div.user-info div {
  margin-bottom: 5px;
  font-size: 13px;
}
.epos-window-container .epos-navigation .id-search, .epos-window-container .epos-navigation .barcode-search {
  margin: 10px 20px;
}
.epos-window-container .epos-navigation .id-search h4, .epos-window-container .epos-navigation .barcode-search h4 {
  font-size: 13px;
  margin: 0 0 3px;
}
.epos-window-container .epos-navigation .id-search input[type=text], .epos-window-container .epos-navigation .id-search input[type=number], .epos-window-container .epos-navigation .barcode-search input[type=text], .epos-window-container .epos-navigation .barcode-search input[type=number] {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border: 0;
}
.epos-window-container .epos-navigation .id-search .search-types {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.epos-window-container .epos-navigation .id-search .search-types .search-type {
  color: white;
  border: none;
  border-left: 1px solid rgba(200, 200, 200, 0.5);
  background: transparent;
  line-height: 30px;
  flex-grow: 1;
  cursor: pointer;
}
.epos-window-container .epos-navigation .id-search .search-types .search-type:first-child {
  border-left: none;
}
.epos-window-container .epos-navigation .id-search .search-types .search-type:hover, .epos-window-container .epos-navigation .id-search .search-types .search-type:active {
  background: rgba(142, 212, 245, 0.3);
}
.epos-window-container .epos-navigation .barcode-search p {
  font-size: 10px;
}
.epos-window-container .epos-navigation ul.navigation-links {
  list-style: none inside none;
  padding: 0;
  margin: 10px 0;
}
.epos-window-container .epos-navigation ul.navigation-links li {
  display: block;
  overflow: hidden;
}
.epos-window-container .epos-navigation ul.navigation-links li.mobile-only {
  display: none;
}
.epos-window-container .epos-navigation ul.navigation-links li ul.sub-menu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 0;
}
.epos-window-container .epos-navigation ul.navigation-links li ul.sub-menu li {
  margin-top: -30px;
  transition: margin-top 0.3s ease-in-out 0.3s;
}
.epos-window-container .epos-navigation ul.navigation-links li ul.sub-menu li a {
  display: block !important;
  padding: 0 20px 0 40px !important;
}
.epos-window-container .epos-navigation ul.navigation-links li a {
  display: block;
}
.epos-window-container .epos-navigation ul.navigation-links li a span {
  display: block;
  margin: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid rgba(200, 200, 200, 0.5);
  font-weight: normal;
  color: #ecf8fd;
}
.epos-window-container .epos-navigation ul.navigation-links li a span i {
  line-height: 35px;
  width: 25px;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.epos-window-container .epos-navigation ul.navigation-links li a:hover, .epos-window-container .epos-navigation ul.navigation-links li a:active {
  background: rgba(142, 212, 245, 0.3);
}
.epos-window-container .epos-navigation ul.navigation-links li:hover ul.sub-menu {
  transition: opacity 0.3s ease-in-out 0.3s;
  list-style: none inside none;
  opacity: 1;
}
.epos-window-container .epos-navigation ul.navigation-links li:hover ul.sub-menu li {
  transition: margin-top 0.3s ease-in-out;
  margin-top: 0;
}
.epos-window-container .epos-window-viewport {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  padding: 15px 15px 15px 215px;
  display: flex;
  background: linear-gradient(175deg, #a5ddf7, #8ed4f5 50%, #30b0ed 50%, #8ed4f5);
  background-attachment: fixed;
}
.epos-window-container .epos-window-viewport .epos-window {
  min-height: 100%;
  background: white;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.epos-window-container .epos-window-viewport .epos-window > h1:first-child {
  padding: 10px;
  margin: 0;
  color: white;
  font-size: 16px;
  background: linear-gradient(160deg, #236d80, #236d80 30%, #3199b4 60%, #2b88a0 80%, #26778c 80%, #10333c);
}
.epos-window-container .epos-window-viewport .epos-window > .gutter-wrap {
  padding: 20px;
}
.epos-window-container .epos-window-viewport .epos-window > .ui.grid {
  margin: 1rem;
}
.epos-window-container .epos-window-viewport .epos-window #pageContent {
  margin-bottom: 0;
  width: 100%;
}
.epos-window-container .epos-window-viewport .epos-window #pageContent, .epos-window-container .epos-window-viewport .epos-window #pageContent > .cb, .epos-window-container .epos-window-viewport .epos-window #pageContent > div.flexbox {
  border: none !important;
}

.epos-popup-container {
  display: none;
}

@media screen and (max-device-width: 1024px) {
  html, body {
    min-width: 100vw;
    width: auto;
  }

  .epos-window-container {
    flex-direction: column;
    min-width: 0;
  }
  .epos-window-container .mobile-only {
    display: initial;
  }
  .epos-window-container .mobile-block {
    display: block;
  }
  .epos-window-container .mobile-table {
    display: table;
  }
  .epos-window-container .desktop-only {
    display: none;
  }
  .epos-window-container,
.epos-window-container .epos-window-viewport,
.epos-window-container .epos-window {
    height: auto !important;
    width: auto !important;
  }
  .epos-window-container .epos-window-viewport {
    padding: 0;
  }
  .epos-window-container .mobile-flex-column {
    flex-direction: column;
  }
  .epos-window-container .epos-navigation {
    display: block;
    position: fixed;
    height: auto;
    width: 100%;
    width: 100vw;
    top: 0;
    left: 0;
  }
  .epos-window-container .epos-navigation #lrLogoWrapper,
.epos-window-container .epos-navigation .id-search,
.epos-window-container .epos-navigation .barcode-search,
.epos-window-container .epos-navigation .user-info,
.epos-window-container .epos-navigation .navigation-links {
    display: none;
  }
  .epos-window-container .epos-navigation #eposLogo {
    line-height: 20px;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .epos-window-container .epos-navigation #eposLogo .mobile-menu-trigger {
    margin-right: 20px;
  }
  .epos-window-container .epos-navigation.mobile-menu-open .id-search,
.epos-window-container .epos-navigation.mobile-menu-open .barcode-search {
    display: block;
  }
  .epos-window-container .epos-navigation.mobile-menu-open ul.navigation-links {
    display: block;
  }
  .epos-window-container .epos-navigation.mobile-menu-open ul.navigation-links li.mobile-only {
    display: block;
  }
  .epos-window-container .epos-navigation.mobile-menu-open .desktop-only {
    display: none !important;
  }
  .epos-window-container .epos-window-viewport {
    margin-left: 0;
    padding-top: 60px;
    width: 100%;
    width: 100vh;
    overflow: scroll;
    display: block;
  }
  .epos-window-container .epos-window-viewport .epos-window {
    overflow: visible;
  }
  .epos-window-container .epos-window-viewport .epos-window, .epos-window-container .epos-window-viewport .epos-window #pageContent {
    display: table;
  }
}
.fill-width {
  width: 100%;
}

.force-fill-width {
  width: 100% !important;
}

.fill-height {
  height: 100%;
}

.fill-viewport-height {
  min-height: 100vh;
}

@media screen and (max-device-width: 640px) {
  .epos-window-container .epos-navigation.mobile-menu-open .barcode-search {
    display: none;
  }
}
@media print {
  .epos-window-container .epos-navigation {
    display: none;
  }
  .epos-window-container .epos-window-viewport {
    margin: 0 !important;
  }
}
.lr-panel-container {
  display: flex;
  align-items: flex-start;
}

.epos-window > h1 + .lr-panel-container {
  min-height: calc(100% - 40px);
}

.lr-panel-row {
  flex-direction: row;
}

.lr-panel-main,
.lr-panel-filters {
  box-sizing: border-box;
  padding: 15px;
}

.lr-panel-main {
  flex: 2 0 450px;
  min-height: 100%;
}

.lr-panel-filters {
  flex: 0 0 250px;
  position: sticky !important;
  padding-left: 0px;
  top: 15px;
}
.lr-panel-filters .ui.button {
  display: block;
}

.bg-light {
  background: #8ed4f5;
}

.bg-dark {
  background: #26778c;
}

.bg-light-radial {
  background: radial-gradient(circle at center 250px, #d4effb, #48b9ef);
}

#eposLogo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  margin: 5px 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  transform-origin: 0 0;
}

.epos-navigation a, .epos-navigation span {
  text-decoration: none;
  color: white;
}
.epos-navigation .navigation-links a span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 35px;
}
.epos-navigation .navigation-links ul.sub-menu a {
  font-size: 10px;
  line-height: 30px;
}
.epos-navigation input {
  line-height: 1.15;
}

span.text-overflow .toggle {
  text-decoration: underline;
  color: darkgrey;
  cursor: pointer;
}
span.text-overflow .show-more, span.text-overflow.open .post, span.text-overflow.open .show-less {
  display: inline;
}
span.text-overflow .post,
span.text-overflow .show-less, span.text-overflow.open .show-more {
  display: none;
}

.navigation-tabs .row {
  padding: 0 !important;
}
.navigation-tabs + .ui.grid {
  margin-top: 0 !important;
}

a.button {
  box-sizing: content-box !important;
}

.lr-button {
  display: inline-block;
  background: #2b647b;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 2px -3px rgba(0, 0, 0, 0.3);
  margin: 4px;
}
.lr-button.lr-button-green {
  background: darkgreen;
}
.lr-button.lr-button-orange {
  background: chocolate;
}
.lr-button.lr-button-red {
  background: darkred;
}
.lr-button.lr-button-grey {
  background: #666;
}

table.lr-table {
  border-collapse: collapse;
}
table.lr-table .fill-width, table.lr-table.fill-width {
  width: 100%;
}
table.lr-table.align-top, table.lr-table.align-top th, table.lr-table.align-top td, table.lr-table .align-top, table.lr-table .align-top th, table.lr-table .align-top td {
  vertical-align: top;
}
table.lr-table.align-left, table.lr-table.align-left th, table.lr-table.align-left td, table.lr-table .align-left, table.lr-table .align-left th, table.lr-table .align-left td {
  text-align: left;
}
table.lr-table.align-center, table.lr-table.align-center th, table.lr-table.align-center td, table.lr-table .align-center, table.lr-table .align-center th, table.lr-table .align-center td {
  text-align: center;
}
table.lr-table.align-right, table.lr-table.align-right th, table.lr-table.align-right td, table.lr-table .align-right, table.lr-table .align-right th, table.lr-table .align-right td {
  text-align: right;
}
table.lr-table .no-wrap {
  white-space: nowrap;
}
table.lr-table th, table.lr-table td {
  padding: 5px 8px;
  border-top: 1px solid #8ed4f5;
}
table.lr-table th {
  font-weight: bold;
}
table.lr-table tr.lr-title-row th, table.lr-table tr.lr-title-row td {
  background: #8ed4f5;
  border-bottom: 2px solid #26778c;
  font-size: 1.1em;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.lr-table tr.lr-column-headers th {
  background: #26778c;
  color: white;
  font-weight: bold;
}
table.lr-table tr.greyed-out td, table.lr-table tr.greyed-out th {
  background: #eee;
  color: #777;
  font-weight: normal;
  font-style: italic;
}
table.lr-table tr.divider-top th, table.lr-table tr.divider-top td {
  border-top: 1px solid #26778c;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.lr-table select {
  padding: 5px;
  line-height: 20px;
}

/*
 * GLOW Classes
 *
 * These are used to provide glowing exteriors to elements. Classes are granular,
 * so should be used as .ui-glow with additional classes to contol colour, etc.
 */
@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 8px -3px var(--ui-glow-color);
  }
  to {
    box-shadow: 0 0 8px 2px var(--ui-glow-color);
  }
}
@keyframes glow {
  from {
    box-shadow: 0 0 8px -3px var(--ui-glow-color);
  }
  to {
    box-shadow: 0 0 8px 2px var(--ui-glow-color);
  }
}
.ui-glow {
  --ui-glow-color: transparent;
  -webkit-animation: glow 3s ease-in-out infinite alternate;
          animation: glow 3s ease-in-out infinite alternate;
}

.ui-glow-red {
  --ui-glow-color: red !important;
}

.ui-glow-orange {
  --ui-glow-color: orange !important;
}

.ui-glow-green {
  --ui-glow-color: green !important;
}

/*
 * STRIPED BG Classes
 *
 * These apply a striped background design to an element.
 */
@-webkit-keyframes striped-movement {
  from {
    background-position: var(--bg-striped-moving-start);
  }
  to {
    background-position: var(--bg-striped-moving-end);
  }
}
@keyframes striped-movement {
  from {
    background-position: var(--bg-striped-moving-start);
  }
  to {
    background-position: var(--bg-striped-moving-end);
  }
}
.bg-striped {
  --bg-striped-from: transparent;
  --bg-striped-to: transparent;
  --bg-striped-width-one: 20px;
  --bg-striped-width-two: 40px;
  --bg-striped-angle: -45deg;
  background: repeating-linear-gradient(var(--bg-striped-angle), var(--bg-striped-from), var(--bg-striped-from) var(--bg-striped-width-one), var(--bg-striped-to) var(--bg-striped-width-one), var(--bg-striped-to) var(--bg-striped-width-two));
}

.bg-striped-moving {
  --bg-striped-moving-start: 0px 0px;
  --bg-striped-moving-end: -58px 0px;
  -webkit-animation: striped-movement 3s linear infinite forwards;
          animation: striped-movement 3s linear infinite forwards;
}

.bg-striped-orange {
  --bg-striped-from: orange;
  --bg-striped-to: darkorange;
}

#customer-states .customer-state-list {
  margin-top: 0.2em;
}
.customer-state-list.fluid .customer-state,
.customer-state-list.fluid .customer-type {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 2px 0;
}
.customer-state-list span {
  display: inline-block;
  padding: 2px 6px;
  margin: 2px;
}
.customer-state-list .customer-type,
.customer-state-list .customer-state {
  border-radius: 2px;
  background: lightgoldenrodyellow;
}
.customer-state-list .customer-type.group-consumer {
  background: lightskyblue;
}
.customer-state-list .customer-type.group-commercial {
  background: lightsteelblue;
}
.customer-state-list .customer-type.group-handling {
  background: gold;
}
.customer-state-list .customer-state {
  background: lightgreen;
}
.customer-state-list .customer-state.theme-handling {
  background: gold;
}
.customer-state-list.large .customer-type,
.customer-state-list.large .customer-state {
  font-size: 104%;
  padding: 4px 12px;
}

#template-variables a.toggle {
  opacity: 0;
}
#template-variables tr:hover a.toggle {
  opacity: 1;
}
#template-variables td.icon {
  width: 20px;
  vertical-align: top;
}
#template-variables table.variable-details th {
  padding-right: 1em;
}

.ck-editor section.conditional {
  background: #d4effb;
  padding: var(--ck-spacing-small);
  padding-bottom: var(--ck-spacing-medium);
  border-radius: var(--ck-spacing-small);
  margin-bottom: 1em;
  position: relative;
}
.ck-editor section.conditional :last-child {
  margin-bottom: 0 !important;
}
.ck-editor section.conditional::before {
  display: block;
  content: "Conditional";
  padding: var(--ck-spacing-small) 0 var(--ck-spacing-small);
  margin-bottom: var(--ck-spacing-medium);
  font-weight: bold;
  border-bottom: 1px solid #8ed4f5;
  color: #26778c;
}
.ck-editor section.conditional[condition="location.locker"]::before {
  content: "Only for: Locker Locations";
}
.ck-editor section.conditional[condition="location.concierge"]::before {
  content: "Only for: Concierge Locations";
}
.ck-editor section.conditional[condition="customer.invoice"]::before {
  content: "Only for: Invoice Customers";
}
.ck-editor section.conditional[condition="customer.payment"]::before {
  content: "Only for: Payment Customers";
}
.ck-editor section.conditional[condition^=customer], .ck-editor section.conditional[condition^=customer]::before {
  background: #d2f8d2;
}
.ck-editor section.conditional[condition^=customer]::before {
  color: darkgreen;
}
.ck-editor section.conditional .conditional-content.ck-editor__nested-editable_focused {
  padding: var(--ck-spacing-large);
}
.ck-editor span.mention {
  background: #36aac8;
  color: white;
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0.5em;
}
.ck-editor span.mention::before {
  font-weight: bold;
  content: "insert: ";
}

.locationContainer {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.locationContainer .marker {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 5px;
  display: block;
  background: darkorange;
}
.locationContainer .marker.highlight {
  background: orange;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 10px;
}

.layoutList .garmentLayouts {
  display: flex;
  flex-direction: row;
}
.layoutList .garmentLayouts img.layout {
  height: 130px;
}
.layoutList .garmentLayouts h4 {
  margin-right: 1.5rem;
}

.mposQcCheck .button.confirm {
  margin-top: 1rem;
  background: darkgreen;
}
.mposQcCheck .button.reject {
  margin-top: 0.5rem;
  background: darkred;
}
.mposQcCheck .locationContainer .marker {
  border-radius: 8px;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.stainTicketDialogBody {
  display: flex;
  flex-direction: row;
}
.stainTicketDialogBody .itemDetails {
  width: 400px;
}
.stainTicketDialogBody .itemDetails .title {
  margin: 0;
  font-size: 140%;
}
.stainTicketDialogBody .itemDetails .description {
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  min-height: 12em;
}
.stainTicketDialogBody .locationSelectors {
  display: flex;
  flex-direction: row;
}
.stainTicketDialogBody .locationSelectors .locationSelector {
  padding: 10px;
  height: 350px;
  width: 350px;
}
.stainTicketDialogBody .locationSelectors .locationSelector .label {
  display: block;
  text-align: center;
}
.stainTicketDialogBody .markedLocations .locationTag {
  display: inline-block;
  padding: 0.2em 0.8em;
  border-radius: 1em;
  margin: 0 0.2em 0.2em 0;
  background: #8ed4f5;
}
.stainTicketDialogBody .markedLocations .locationTag .remove {
  cursor: pointer;
  opacity: 0.3;
}
.stainTicketDialogBody .markedLocations .locationTag .remove:hover {
  opacity: 1;
}

.loginContainer {
  text-align: center;
}
.loginContainer img#loginHeader {
  margin-top: 40px;
  max-width: 380px;
}
.loginContainer .lr-button {
  display: block;
  width: 386px;
  margin: 0 auto 5px;
  transition: 0.5s all;
  box-sizing: border-box;
  font-size: 16px;
  border: 0;
}
.loginContainer .lr-button.no-change {
  cursor: not-allowed;
}
.loginContainer .selectGroup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease-in-out 0.1s, visibility 0s 0.1s;
}
.loginContainer .selectGroup .lr-button {
  height: 42px;
}
.loginContainer .selectGroup h3 {
  margin: 10px auto 5px;
  width: 386px;
  border-bottom: 1px solid #26778c;
  color: #10333c;
  font-weight: bold;
  font-size: 0.9em;
}
.loginContainer .selectGroup.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease-in-out, visibility 0s linear;
}
.loginContainer .selectGroup.hidden .lr-button {
  opacity: 0 !important;
}
.loginContainer .selectGroup.hidden + .selectGroup.hidden {
  visibility: hidden;
}
.loginContainer .selectGroup.selected .lr-button {
  margin-top: -47px;
  opacity: 0;
}
.loginContainer .selectGroup.selected .lr-button:first-child {
  margin-top: 0px;
}
.loginContainer .selectGroup.selected .lr-button.selected {
  opacity: 1;
}
.loginContainer .loginDetails input {
  box-sizing: border-box;
  width: 386px;
  margin: 5px auto;
  display: block;
  padding: 10px;
  font-size: 1.2em;
  border: 1px solid #26778c;
  border-radius: 7px;
}

@media screen and (max-width: 400px) {
  .loginContainer {
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100vw;
  }
  .loginContainer #loginHeader, .loginContainer h3, .loginContainer .lr-button, .loginContainer input {
    max-width: 100%;
  }
}
