.km-button.secondary-button,
.km-button.primary-button:not(.social-button),
.welcome-message h2 {
  font-weight: 800!important;
}
.brand-colors {
  height: 0;
}
.desktop-header .logo-full {
  width: 162px;
}
.welcome-screen .logo-full {
  width: 240px;
  height: auto;
}
.user .thumb {
  color: #00d4cc;
  background: #d8f8f7;
}
.login-fields.km-list.km-listview > li .unit-selector {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.login-fields.km-list.km-listview > li .medium {
  max-width: 200px;
  position: relative;
  left: 0;
}
.login-fields.km-list.km-listview > li select {
  padding-right: 1.8em !important;
  appearance: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M298.42,441.6l-200-200a30,30,0,0,1,0-42.43h0a30,30,0,0,1,42.43,0L298.42,356.75a30,30,0,0,0,42.43,0L499.2,198.4a30,30,0,0,1,42.42,0h0a30,30,0,0,1,0,42.42L340.85,441.6A30,30,0,0,1,298.42,441.6Z'/%3E%3C/svg%3E");
}
.unit-selector {
  right: 0.5em !important;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-flex;
  border-radius: 0.3em;
  background: #e2e8f0;
  cursor: pointer;
}
.unit-selector span {
  min-width: 2.6em;
  line-height: 100%;
  padding: 0.5em;
  display: block;
  text-align: center;
  border-radius: 0.3em;
  border: 1px solid transparent;
}
.unit-selector span.selected {
  border-color: #cbd5e0;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: none;
  border: none;
}
.message {
  padding: 0.8em 1em 0.5em;
  border-radius: 0.5em;
  background: #e7e2f7;
}
.message .checkbox input {
  background: #fff;
}
.message .message-title {
  font-size: 0.8em;
  font-weight: 600;
  color: #4209bf;
}
.km-tablet .km-on-ios.km-horizontal.km-web:not(.km-ios-chrome) {
  position: static;
}
#essentials {
  position: static;
}

