/*
 * Copyright (C) 2010-2021 Evergage, Inc.
 * All rights reserved.
 */
body {
  color: #080707;
  background-color: #F4F6F9;
}
@media only screen {
  .content {
    padding-top: 200px;
  }
}
@media only screen and (max-height: 1200px) {
  .content {
    padding-top: 180px;
  }
}
@media only screen and (max-height: 1000px) {
  .content {
    padding-top: 140px;
  }
}
@media only screen and (max-height: 900px) {
  .content {
    padding-top: 100px;
  }
}
@media only screen and (max-height: 736px) {
  .content {
    padding-top: 60px;
  }
}
.isNextGenVisualEditor .content {
  padding-top: 40px;
}
.isNextGenVisualEditor #right-column {
  display: none;
}
@media only screen and (min-width: calc(380px * 2 + 20px * 4)) {
  .right-wrapper h1 {
    font-size: 27px;
  }
  .right-wrapper p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .right-wrapper h1 {
    font-size: 42px;
  }
  .right-wrapper p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1550px) {
  .right-wrapper h1 {
    font-size: 54px;
  }
  .right-wrapper p {
    font-size: 22px;
  }
}
@media only screen and (max-width: calc(380px * 2 + 20px * 4)) {
  #right-column {
    display: none;
  }
}
/*
 * positioning on screen
 */
.login-screen-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.login-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.right-wrapper {
  background-image: url('images/login/Salesforce_login_promo.jpg');
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.right-wrapper .content {
  padding-left: calc(20px * 2);
  padding-right: 20px;
}
.left-wrapper .content {
  width: 380px;
}
.left-wrapper,
.right-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.left-wrapper .content,
.right-wrapper .content {
  flex: 1 0 auto;
  margin: auto;
}
.left-wrapper .content .logo-container,
.right-wrapper .content .logo-container {
  margin-bottom: 24px;
}
.left-wrapper .login-footer,
.right-wrapper .login-footer {
  flex-shrink: 0;
  margin: auto;
}
.content form .formError::before {
  content: "";
  margin: 0;
}
/*
 * color, font, etc.
 */
.left-wrapper {
  font-size: 13px;
}
.left-wrapper .content form[ng-show],
.left-wrapper .content .form {
  border-radius: 4px;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px 20px;
  border: 1px solid #D8DDE6;
  color: #54698d;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.left-wrapper .content form[ng-show] h3:first-of-type,
.left-wrapper .content .form h3:first-of-type {
  margin-top: 0px;
}
.left-wrapper .content form[ng-show] label,
.left-wrapper .content .form label {
  font-size: 12px;
}
.left-wrapper .content form[ng-show] input,
.left-wrapper .content .form input {
  color: #000000;
  margin-top: 6px;
  margin-bottom: 16px;
  padding: 12px 12px;
  height: auto;
  width: 100%;
  border: 1px solid #D8DDE6;
  background-color: #ffffff;
}
.left-wrapper .content form[ng-show] input:focus,
.left-wrapper .content .form input:focus {
  border-color: #1589ee;
  box-shadow: #0070d2 0px 0px 3px !important;
}
.left-wrapper .content form[ng-show] button,
.left-wrapper .content .form button {
  text-transform: capitalize;
  padding: 12px 12px;
}
.left-wrapper .content form[ng-show] button:nth-of-type(n+2),
.left-wrapper .content .form button:nth-of-type(n+2) {
  margin-top: 16px;
}
.left-wrapper .content form[ng-show] #linkWrapper,
.left-wrapper .content .form #linkWrapper {
  font-size: 12px;
  padding-top: 16px;
  margin-bottom: 20px;
}
.left-wrapper .content form[ng-show].authForm p,
.left-wrapper .content .form.authForm p {
  margin: 12px 0 0;
}
.left-wrapper .content form[ng-show] .info,
.left-wrapper .content .form .info {
  margin-bottom: 10px;
}
.left-wrapper .login-footer {
  font-size: 12px;
}
.right-wrapper {
  color: #14377D;
}
.right-wrapper h1 {
  font-family: "Salesforce Sans", Arial, sans-serif;
  color: #14377D;
  font-weight: 300;
}
.right-wrapper p {
  font-weight: 300;
}
.right-wrapper a.btn {
  text-transform: uppercase;
}
.twoFactorAuthTopSection {
  display: block;
  margin-bottom: 1%;
}
.twoFactorAuthTopSection .step {
  display: flex;
  flex-direction: row;
}
.twoFactorAuthTopSection .step .stepNumberOuter {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 1.5rem;
  background: #dddbda;
  flex-shrink: 0;
  margin-right: 0.75rem;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twoFactorAuthTopSection .step .stepNumber {
  height: 2rem;
  width: 2rem;
  border-radius: 1.5rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twoFactorAuthTopSection .stepBreak {
  border-bottom: 1px solid #dddbda;
  padding: 1rem 0;
}
.twoFactorAuthTopSection .img-container {
  display: flex;
  justify-content: center;
}
.twoFactorAuthTopSection img {
  height: auto;
  width: 100px;
  vertical-align: middle;
  margin-left: -24px;
}
.twoFactorAuthTopSection button {
  margin-left: 1%;
  margin-bottom: 3%;
}
.twoFactorAuthTopSection p {
  margin-top: 1%;
  margin-bottom: 1%;
}
.twoFactorAuthTopSection .secretKey {
  font-weight: bold;
}
.twoFactorAuthTopSection label {
  margin-left: 0.5%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 13px !important;
}
.twoFactorAuthTopSection input {
  margin-left: 1%;
  margin-bottom: 2%;
  width: 90% !important;
}
.twoFactorAuthBottomSection {
  clear: both;
}
.twoFactorAuthBottomSection label {
  margin-left: 0.5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.twoFactorAuthBottomSection input {
  margin-left: 3%;
  margin-bottom: 5%;
  font-size: 16px;
}
#c2cTenantTrust button {
  margin: 20px 0;
}
/*# sourceMappingURL=login.css.map */
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/******** Fonts *********/
/******** Z-Indexes *********/
/* Lighten seems to go all the way to #ff white, but at different threshholds for different base colors */
/* For instance lighten 50% of our orange warning is actually full white, whereas for our red error color it's still red */
.visualEditorTopNavBarBackground {
  background-color: #0070D2;
}
.veToolbarDisabledElement {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
}
#visualEditorNavBars .userProfileMenuVE {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
#visualEditorNavBars .userProfileMenuVE .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.messageEditVE #visualEditorNavBars {
  display: none;
}
#visualEditorNavBars .noSelectOrTouch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .clickableHeaderEntry {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .notClickableHeaderEntry {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars #visualEditorTopNavBar {
  height: 60px;
  position: relative;
  min-width: 1120px;
  z-index: 1000100;
  background-color: #0070D2;
}
#visualEditorNavBars #visualEditorTopNavBar .statusMessageWrapperDiv {
  min-height: 0px;
  max-height: 0px;
  margin-right: 580px;
  overflow: visible;
  left: 520px;
  position: absolute;
  z-index: 1000300;
  min-width: 400px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized {
  height: 32px;
  width: 32px;
  background: transparent;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem {
  color: white;
  width: 80px;
  height: 26px;
  padding: 5px 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #0070D2;
  box-shadow: 0px 2px 0px 0px #305078;
  cursor: pointer;
  box-sizing: border-box;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem i {
  margin-right: 4px;
  font-size: 16px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem span {
  position: relative;
  top: -2px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem:hover {
  opacity: 0.8;
}
#visualEditorNavBars #visualEditorTopNavBar .enabled-element,
#visualEditorNavBars #visualEditorTopNavBar .enabled-element .outlink {
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar {
  height: 100%;
  font-size: 15px;
  border-spacing: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar > td {
  padding-bottom: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection {
  z-index: 1000103;
  position: absolute;
  left: 0px;
  top: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell {
  width: 100px;
  background-color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div {
  height: 45px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 8px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div #evergageLogoDiv {
  background: url('/ui/images/logo_on_white.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell #evergageLogoDiv {
  background: url('/ui/images/logo_on_dark.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #actionWarning {
  display: none;
  padding-left: 10px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 2px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel {
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 19px;
  max-width: 500px;
  width: 250px;
  padding: 1px;
  overflow: auto;
  white-space: nowrap;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameSizer {
  font-family: inherit;
  font-size: 19px;
  visibility: hidden;
  position: fixed;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell {
  padding-right: 20px;
  padding-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell > img {
  -webkit-filter: brightness(170%);
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection {
  z-index: 1000102;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-input .k-input,
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover.k-state-active .k-input {
  color: #4D6D92;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover .k-input {
  color: #585858;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #accountTypeMessageBox {
  width: 240px;
  color: #12915e;
  text-align: center;
  font-size: 15px;
  display: none;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button {
  background-color: #005FB2;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button:hover {
  background-color: #82c135;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div {
  padding-left: 8px;
  border-radius: 4px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div > .ve-header-icon {
  padding-right: 2px;
  font-weight: bold;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #minimizeHeaderItem {
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 12px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #exitHeaderItem {
  padding-top: 4px;
  padding-right: 14px;
  padding-left: 14px;
}
#visualEditorNavBars #visualEditorToolbar {
  height: 85px;
  background-color: #f0f1f3;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea {
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection {
  height: 60px;
  position: absolute;
  left: 0px;
  font-size: 13px;
  color: #3d597e;
  border-spacing: 2px;
  border-collapse: separate;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry {
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > img {
  vertical-align: middle;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > i {
  color: #0095DB;
  font-size: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > span {
  vertical-align: top;
  line-height: 22px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener {
  width: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener > div {
  width: 1px;
  height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #D0D0D1;
  box-shadow: 1px 0px 1px #D0D0D1;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer {
  height: 60px;
  position: absolute;
  right: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer td {
  text-align: center;
  vertical-align: top;
  padding-top: 12px;
  width: 173px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer .heading {
  color: #3d597e;
  font-weight: bold;
  font-size: 15px;
}
.toolbarHierarchyBlock {
  box-shadow: 0px 0px 1px #9d9da1;
  color: white;
  font-size: 14px;
  height: 20px;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
}
.messageEditVE .toolbarHierarchyBlock {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.userProfileMenuMixinTemp {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixinTemp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.ui-autocomplete.ui-front {
  z-index: 1000103;
}
/*# sourceMappingURL=login.css.map */