/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/**
 * Remove default margin, add default font.
 */
body {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.auth-page input {
  font-size: 14px;
  color: #111;
  background-color: #FFF;
  border: 1px solid #ddd;
  box-shadow: none;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  margin-bottom: 0px;
  box-sizing: border-box;
  height: 36px;
  width: 100%;
}
.auth-page input:focus {
  outline: none;
  border: 1px solid #60a5fc;
}
.auth-page input[readonly] {
  cursor: default;
  background-color: #EEE;
  opacity: 0.8;
}
.auth-page input[readonly]:focus {
  border: none;
}
.auth-page a {
  text-decoration: none;
  color: #60a5fc;
}
.auth-page a:hover {
  color: #2e89fb;
}
.auth-page form {
  width: 100%;
  padding-bottom: 50px;
}
.auth-page form .input-option {
  margin-top: 28px;
}
.auth-page form .input-option label {
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.auth-page form .input-option input {
  width: 100%;
  padding: 14px;
  height: 47px;
  font-size: 15px;
  color: #323a4e;
}
.auth-page form .input-option input::placeholder {
  opacity: 0.4;
}
.auth-page form .input-option input:-ms-input-placeholder {
  opacity: 0.4;
}
.auth-page form .submit-wrapper {
  padding-top: 32px;
  vertical-align: middle;
}
.auth-page form .submit-wrapper div.other-option {
  padding: 15px 0px;
  font-size: 90%;
}
.auth-page form .submit-wrapper button[type="submit"],
.auth-page form .submit-wrapper button[type=button],
.auth-page form .submit-wrapper input[type=button] {
  float: right;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  padding: 7px 14px 8px 14px;
  color: white;
  background-color: #60a5fc;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  padding: 15px 20px;
}
.auth-page form .submit-wrapper button[type="submit"]:hover,
.auth-page form .submit-wrapper button[type=button]:hover,
.auth-page form .submit-wrapper input[type=button]:hover {
  text-decoration: none;
}
.auth-page form .submit-wrapper button[type="submit"]:active,
.auth-page form .submit-wrapper button[type=button]:active,
.auth-page form .submit-wrapper input[type=button]:active {
  background-color: #0462d8;
  transition: color 150ms, background-color 150ms;
  outline: none;
}
.auth-page form .submit-wrapper button[type="submit"].disabled,
.auth-page form .submit-wrapper button[type=button].disabled,
.auth-page form .submit-wrapper input[type=button].disabled,
.auth-page form .submit-wrapper button[type="submit"][disabled],
.auth-page form .submit-wrapper button[type=button][disabled],
.auth-page form .submit-wrapper input[type=button][disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.auth-page form .submit-wrapper button[type="submit"].disabled:active,
.auth-page form .submit-wrapper button[type=button].disabled:active,
.auth-page form .submit-wrapper input[type=button].disabled:active,
.auth-page form .submit-wrapper button[type="submit"][disabled]:active,
.auth-page form .submit-wrapper button[type=button][disabled]:active,
.auth-page form .submit-wrapper input[type=button][disabled]:active,
.auth-page form .submit-wrapper button[type="submit"].disabled:hover,
.auth-page form .submit-wrapper button[type=button].disabled:hover,
.auth-page form .submit-wrapper input[type=button].disabled:hover,
.auth-page form .submit-wrapper button[type="submit"][disabled]:hover,
.auth-page form .submit-wrapper button[type=button][disabled]:hover,
.auth-page form .submit-wrapper input[type=button][disabled]:hover {
  background-color: #60a5fc;
}
.auth-page form .submit-wrapper button[type="submit"]:hover,
.auth-page form .submit-wrapper button[type=button]:hover,
.auth-page form .submit-wrapper input[type=button]:hover {
  transition: color 150ms, background-color 150ms;
  background-color: #2e89fb;
}
.auth-page form .submit-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.auth-page .auth-page-content {
  position: absolute;
  background-color: #FFFFFF;
  left: 342px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.auth-page .auth-form {
  background-color: transparent;
  width: 320px;
  margin: 0 auto;
  margin-top: 128px;
  color: #1E232F;
}
.auth-page .auth-form.session-expired {
  margin-top: 50px;
}
.auth-page .auth-form .form-title {
  font-size: 1.7em;
  margin-bottom: 24px;
}
.auth-page .auth-form .form-instructions {
  font-size: 90%;
  font-weight: 400;
  margin-bottom: 24px;
}
.auth-page .auth-form .error-description {
  color: #FC5343;
}
.auth-page .auth-form .form-success {
  color: #7ED321;
}
.auth-page .auth-form .submit-in-progress {
  text-align: center;
  font-size: 2em;
  color: #60a5fc;
  margin-top: 28px;
}
.auth-page .auth-page-sidebar {
  position: absolute;
  width: 342px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #1E232F;
  padding: 50px 42px;
  overflow: auto;
}
.auth-page .auth-page-sidebar .sidebar-header {
  position: absolute;
  top: 128px;
  left: 0;
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: 400;
  padding: 0px 42px;
  width: 342px;
}
.auth-page .auth-page-sidebar .demo-request-wrapper {
  margin-top: 272px;
}
.auth-page .auth-page-sidebar .demo-request-blurb {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 1.4em;
  font-weight: 400;
}
.auth-page .auth-page-sidebar .demo-request-link {
  color: inherit;
  text-decoration: inherit;
}
.auth-page .auth-page-sidebar .demo-request-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 24px;
  padding: 15px 28px;
  vertical-align: middle;
  color: #60a5fc;
  border: 1px solid #60a5fc;
  border-radius: 3px;
  font-size: 85%;
}
.auth-page .auth-page-sidebar .demo-request-button:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.auth-page.invite-page .auth-page-content {
  left: 0px;
}
.auth-page.invite-page .auth-form {
  margin-top: 50px;
}
.auth-page.invite-page .invited-user-blurb {
  width: 320px;
  text-align: center;
  margin: 0 auto;
}
.auth-page.invite-page .invited-user-blurb .zoomforth-color-logo {
  width: 130px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.auth-page.invite-page .invited-user-blurb .zoomforth-color-logo img {
  width: 100%;
  display: block;
}
@media all and (max-width: 800px) {
  .auth-page .auth-page-sidebar {
    display: none;
  }
  .auth-page .auth-page-content {
    left: 0px;
  }
}

.auth-page .auth-form.login-form .redirect-in-progress {
  margin-top: 10px;
  color: #333;
}
.auth-page .auth-form.login-form .input-option {
  position: relative;
}
.auth-page .auth-form.login-form .input-option a.edit-email {
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 10px;
}
.auth-page .auth-form.login-form .forgot-password-link-wrapper {
  float: right;
  font-size: 0.7em;
}
.auth-page .auth-form.login-form .form-title {
  margin-bottom: 40px;
}

.user-session-expired-banner {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 18px;
  min-width: 400px;
  max-width: 500px;
  margin: 20px auto;
}
.user-session-expired-banner .user-session-expired-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  border-radius: 3px 0 0 3px;
  background-color: #DE363B;
  padding: 15px 20px;
}
.user-session-expired-banner .user-session-expired-body {
  padding: 5px 20px;
}
.user-session-expired-banner .user-session-expired-body h1 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}
.user-session-expired-banner .user-session-expired-body p {
  margin-top: 10px;
}

.zf-icon-page + .fa-lock {
  bottom: 0.4em;
  right: 0.12em;
  position: absolute;
  font-size: 0.325em;
  color: white;
  z-index: 1;
}
.zf-icon-page + .fa-lock:before {
  position: relative;
  z-index: 1;
}
.zf-icon-page + .fa-lock:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  right: -0.4em;
  bottom: -0.2em;
  border-radius: 10em;
  border: 0.8em solid #FFCA54;
  box-shadow: 0 0 0 2.25px #fff;
}
.zf-icon-link + .fa-lock {
  bottom: 0.72em;
  right: 0.04em;
  position: absolute;
  font-size: 0.3em;
  color: white;
  z-index: 10;
}
.zf-icon-link + .fa-lock:before {
  position: relative;
  z-index: 1;
}
.zf-icon-link + .fa-lock:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  right: -0.39em;
  bottom: -0.2em;
  border-radius: 10em;
  border: 0.78em solid #FFCA54;
}
.zf-icon-preview:before {
  position: relative;
  top: 0.12em;
  cursor: pointer;
}


/*# sourceMappingURL=login_flow-82f7c789.css.map*/