/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:"LeapLabs-iconFont-v01";src:url("/resources/fonts/LeapLabs-iconFont-v01.woff2") format("woff2");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"LeapLabs-iconFont-v01" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-users:before{content:"\E900"}.icon-save-check:before{content:"\E901"}.icon-organization:before{content:"\E902"}.icon-users-rounded-outline:before{content:"\E903"}.icon-user-rounded-outline:before{content:"\E904"}.icon-trash-outline-bold:before{content:"\E905"}.icon-advanced-settings:before{content:"\E906"}.icon-advanced-settings-outline:before{content:"\E907"}.icon-settings-outline:before{content:"\E908"}.icon-warning-rounded-outline:before{content:"\E909"}.icon-warning-rounded:before{content:"\E90A"}.icon-hide-left:before{content:"\E90B"}.icon-hide-right:before{content:"\E90C"}.icon-show:before{content:"\E90D"}.icon-trash-outline:before{content:"\E90E"}.icon-trash:before{content:"\E90F"}.icon-devOps:before{content:"\E910"}.icon-search-rounded-advanced:before{content:"\E911"}.icon-search-rounded:before{content:"\E912"}.icon-settings-3gears:before{content:"\E913"}.icon-user-group:before{content:"\E914"}.icon-pinned:before{content:"\E915"}.icon-unpinned:before{content:"\E916"}.icon-home-outline:before{content:"\E917"}.icon-home:before{content:"\E918"}.icon-collapse-sm:before{content:"\E919"}.icon-expand-sm:before{content:"\E91A"}.icon-show-dropdown:before{content:"\E91B"}.icon-hide-dropdown:before{content:"\E91C"}.icon-collapse:before{content:"\E91D"}.icon-extend:before{content:"\E91E"}.icon-expand-menu:before{content:"\E91F"}.icon-collapse-menu:before{content:"\E920"}.icon-dashboard-new-outline:before{content:"\E921"}.icon-dashboard-new:before{content:"\E922"}.icon-dashboard-half-circle:before{content:"\E923"}.icon-add-dashboard:before{content:"\E924"}.icon-dashboard:before{content:"\E925"}.icon-config-alert-outline:before{content:"\E926"}.icon-megaphone:before{content:"\E927"}.icon-megaphone-outline:before{content:"\E928"}.icon-bell-snooze-right:before{content:"\E929"}.icon-bell-snooze-left:before{content:"\E92A"}.icon-bell:before{content:"\E92B"}.icon-loggedin:before{content:"\E92C"}.icon-lock-open:before{content:"\E92D"}.icon-lock:before{content:"\E92E"}.icon-ico-lock-open:before{content:"\E92F"}.icon-ico-lock:before{content:"\E930"}.icon-info-rounded-copy:before{content:"\E931"}.icon-info-rounded:before{content:"\E932"}.icon-history-advanced:before{content:"\E933"}.icon-history:before{content:"\E934"}.icon-help-rounded-outline:before{content:"\E935"}.icon-help-rounded:before{content:"\E936"}.icon-calendar-rounded-clock:before{content:"\E937"}.icon-calendar-rounded:before{content:"\E938"}.icon-calendar-rounded-date:before{content:"\E939"}.icon-event-rounded-blank:before{content:"\E93A"}.icon-column:before{content:"\E93B"}.icon-ico-filter-outline .path1:before{content:"\E93C";color:#fff;opacity:.01}.icon-ico-filter-outline .path2:before{content:"\E93D";margin-left:-1em;color:#000}.icon-ico-filter .path1:before{content:"\E93E";color:#fff;opacity:.01}.icon-ico-filter:before{content:"\E93F";margin-left:-1em}.icon-delete-all:before{content:"\E940"}.icon-duplicate-rounded:before{content:"\E941"}.icon-download-rounded:before{content:"\E942"}.icon-upload-rounded:before{content:"\E943"}.icon-import-box:before{content:"\E944"}.icon-export-box:before{content:"\E945"}.icon-edit-outline:before{content:"\E946"}.icon-edit:before{content:"\E947"}.icon-edit-circle-line:before{content:"\E948"}.icon-edit-circle:before{content:"\E949"}.icon-account-outline-rectangle:before{content:"\E94A"}.icon-account-outline-circle:before{content:"\E94B"}.icon-arrow-rounded-circle-down:before{content:"\E94C"}.icon-arrow-rounded-circle-up:before{content:"\E94D"}.icon-arrow-rounded-circle-left:before{content:"\E94E"}.icon-arrow-rounded-circle-right:before{content:"\E94F"}.icon-arrow-big-rounded-left:before{content:"\E950"}.icon-arrow-big-rounded-right:before{content:"\E951"}.icon-arrow-big-rounded-down:before{content:"\E952"}.icon-arrow-big-rounded-up:before{content:"\E953"}.icon-arrow-small-rounded-left:before{content:"\E954"}.icon-arrow-small-rounded-right:before{content:"\E955"}.icon-arrow-small-rounded-down:before{content:"\E956"}.icon-arrow-small-rounded-up:before{content:"\E957"}.icon-add-rounded:before{content:"\E958"}.icon-remove-rounded:before{content:"\E959"}.icon-close-rounded:before{content:"\E95A"}.icon-check-rounded:before{content:"\E95B"}.icon-check-circle-rounded-outline:before{content:"\E95C"}.icon-remove-circle-rounded-outline:before{content:"\E95D"}.icon-delete-circle-rounded-outline:before{content:"\E95E"}.icon-add-circle-rounded-outline:before{content:"\E95F"}.icon-remove-rounded-square:before{content:"\E960"}.icon-remove-rounded-circle:before{content:"\E961"}.icon-add-rounded-square:before{content:"\E962"}.icon-add-rounded-circle:before{content:"\E963"}.icon-close-rounded-square:before{content:"\E964"}.icon-close-rounded-circle:before{content:"\E965"}.icon-check-rounded-square:before{content:"\E966"}.icon-check-rounded-circle:before{content:"\E967"}.icon-add-new:before{content:"\E968"}.icon-sandbox:before{content:"\E969"}.icon-audit-trail-outline:before{content:"\E96A"}.icon-snapshot-schedule:before{content:"\E96B"}.icon-snapshot-policy-ribbon:before{content:"\E96C"}.icon-snapshot-policy-detach:before{content:"\E96D"}.icon-snapshot-policy-attach:before{content:"\E96E"}.icon-snapshot-inprogress:before{content:"\E96F"}.icon-snapshot-complete:before{content:"\E970"}.icon-snapshot-failed:before{content:"\E971"}.icon-snapshot-policy:before{content:"\E972"}.icon-snapshot:before{content:"\E973"}.icon-compute:before{content:"\E974"}.icon-module:before{content:"\E975"}.icon-internet:before{content:"\E976"}.icon-federation:before{content:"\E977"}.icon-developer-api:before{content:"\E978"}.icon-developer-tools:before{content:"\E979"}.icon-developer-download_tools:before{content:"\E97A"}.icon-analytics-outline:before{content:"\E97B"}.icon-analytics:before{content:"\E97C"}.icon-stats:before{content:"\E97D"}.icon-stats-square:before{content:"\E97E"}.icon-persistent-access:before{content:"\E97F"}.icon-heavy-access:before{content:"\E980"}.icon-light-access:before{content:"\E981"}.icon-no-access:before{content:"\E982"}.icon-unencryption:before{content:"\E983"}.icon-encryption:before{content:"\E984"}.icon-access-control:before{content:"\E985"}.icon-authentication:before{content:"\E986"}.icon-certificate:before{content:"\E987"}.icon-roles:before{content:"\E988"}.icon-role-bindings:before{content:"\E989"}.icon-authorizations:before{content:"\E98A"}.icon-cloud-refresh:before{content:"\E98B"}.icon-cloud:before{content:"\E98C"}.icon-cloud-publish:before{content:"\E98D"}.icon-colud-external-data-sources:before{content:"\E98E"}.icon-memory:before{content:"\E98F"}.icon-service-hexagon-microservice-instance:before{content:"\E990"}.icon-diagnostics-rectangle-outline:before{content:"\E991"}.icon-diagnostics-rectangle:before{content:"\E992"}.icon-diagnostics-circle-outline:before{content:"\E993"}.icon-diagnostics-circle:before{content:"\E994"}.icon-troubleshooting-tool:before{content:"\E995"}.icon-troubleshooting-tool-outline:before{content:"\E996"}.icon-diagnostic-bundle:before{content:"\E997"}.icon-service-hexagon-cluster:before{content:"\E998"}.icon-service-hexagon:before{content:"\E999"}.icon-service-hexagon-microservice-cluster:before{content:"\E99A"}.icon-service-hexagon-microservice:before{content:"\E99B"}.icon-troubleshooting:before{content:"\E99C"}.icon-monitoring:before{content:"\E99D"}.icon-namespace:before{content:"\E99E"}.icon-rate-limiter:before{content:"\E99F"}.icon-service:before{content:"\E9A0"}.icon-performance-tier-solid:before{content:"\E9A1"}.icon-performance-tier:before{content:"\E9A2"}.icon-workloads-unprotected:before{content:"\E9A3"}.icon-workloads-new:before{content:"\E9A4"}.icon-workloads-total:before{content:"\E9A5"}.icon-workloads:before{content:"\E9A6"}.icon-workload:before{content:"\E9A7"}.icon-security-immutable:before{content:"\E9A8"}.icon-security-changed-state-save:before{content:"\E9A9"}.icon-security-changed-state:before{content:"\E9AA"}.icon-security-resolved:before{content:"\E9AB"}.icon-security-vulnerable:before{content:"\E9AC"}.icon-security-threat:before{content:"\E9AD"}.icon-security-quarantine:before{content:"\E9AE"}.icon-security:before{content:"\E9AF"}.icon-vm:before{content:"\E9B0"}.icon-vcenter:before{content:"\E9B1"}.icon-security-group:before{content:"\E9B2"}.icon-nodes-hexagon:before{content:"\E9B3"}.icon-node-hexagon-outline:before{content:"\E9B4"}.icon-nodes-recommission:before{content:"\E9B5"}.icon-nodes-decommission:before{content:"\E9B6"}.icon-nodes-restart:before{content:"\E9B7"}.icon-nodes-reset-restart:before{content:"\E9B8"}.icon-nodes-reset:before{content:"\E9B9"}.icon-nodes-power:before{content:"\E9BA"}.icon-nodes_management:before{content:"\E9BB"}.icon-node:before{content:"\E9BC"}.icon-servers:before{content:"\E9BD"}.icon-cluster-setting:before{content:"\E9BE"}.icon-cluster:before{content:"\E9BF"}.icon-host-ouline:before{content:"\E9C0"}.icon-container-cube:before{content:"\E9C1"}.icon-container:before{content:"\E9C2"}.icon-server-rounded-cluster:before{content:"\E9C3"}.icon-server-rounded:before{content:"\E9C4"}.icon-cluster-hexagon:before{content:"\E9C5"}.icon-host:before{content:"\E9C6"}.icon-container-1:before{content:"\E9C7"}.icon-application-metadata:before{content:"\E9C8"}.icon-cluster-config:before{content:"\E9C9"}.icon-discdrive-stack:before{content:"\E9CA"}.icon-discdrive:before{content:"\E9CB"}.icon-policy-rounded-pencil:before{content:"\E9CC"}.icon-policy-rounded-p:before{content:"\E9CD"}.icon-policy-rounded-badge:before{content:"\E9CE"}.icon-policy-rounded:before{content:"\E9CF"}.icon-network-rectangle-endpoint:before{content:"\E9D0"}.icon-network-rectangle:before{content:"\E9D1"}.icon-disk-outline:before{content:"\E9D2"}.icon-disk:before{content:"\E9D3"}.icon-shared-network--outline:before{content:"\E9D4"}.icon-private-network-ouline:before{content:"\E9D5"}.icon-network-ouline-subnet:before{content:"\E9D6"}.icon-network-ouline:before{content:"\E9D7"}.icon-remove-from-tag-group:before{content:"\E9D8"}.icon-rename-tag-group:before{content:"\E9D9"}.icon-add-to-existing-tag-group:before{content:"\E9DA"}.icon-create-new-tag-group:before{content:"\E9DB"}.icon-add_policy-scroll:before{content:"\E9DC"}.icon-all-policy-scroll:before{content:"\E9DD"}.icon-policy-scroll-event:before{content:"\E9DE"}.icon-policy-scroll-subject:before{content:"\E9DF"}.icon-policy-scroll-action:before{content:"\E9E0"}.icon-policy-scroll-object:before{content:"\E9E1"}.icon-policy-scroll-dependency:before{content:"\E9E2"}.icon-policy-scroll:before{content:"\E9E3"}.icon-tag:before{content:"\E9E4"}.icon-config-control:before{content:"\E9E5"}.icon-modules-policy:before{content:"\E9E6"}.icon-export-policy:before{content:"\E9E7"}.icon-retention-policy:before{content:"\E9E8"}.icon-collection-policy:before{content:"\E9E9"}.icon-monitor-policy:before{content:"\E9EA"}.icon-mirror-policy:before{content:"\E9EB"}.icon-loadbalance-policy:before{content:"\E9EC"}.icon-all-policy-1:before{content:"\E9ED"}.icon-policy-1:before{content:"\E9EE"}.icon-policy:before{content:"\E9EF"}.icon-policy-violation:before{content:"\E9F0"}.icon-ingress-policy:before{content:"\E9F1"}.icon-egress-policy:before{content:"\E9F2"}.icon-QoS-policy:before{content:"\E9F3"}.icon-authentication-policy:before{content:"\E9F4"}.icon-encryption-policy:before{content:"\E9F5"}.icon-firewall-policy:before{content:"\E9F6"}.icon-security-policy:before{content:"\E9F7"}.icon-disk-stack:before{content:"\E9F8"}.icon-network:before{content:"\E9F9"}.icon-volume-ouline:before{content:"\E9FA"}.icon-volume:before{content:"\E9FB"}.icon-APP-logical-representation:before{content:"\E9FC"}.icon-syscall:before{content:"\E9FD"}.icon-API-post:before{content:"\E9FE"}.icon-API-get:before{content:"\E9FF"}.icon-RW-GP:before{content:"\EA00"}.icon-API:before{content:"\EA01"}.icon-configuration-file:before{content:"\EA02"}.icon-log-file:before{content:"\EA03"}.icon-binary:before{content:"\EA04"}.icon-code-repository:before{content:"\EA05"}.icon-app-instance:before{content:"\EA06"}.icon-application-browser-2:before{content:"\EA07"}.icon-application-browser:before{content:"\EA08"}.icon-application-setting:before{content:"\EA09"}.icon-application:before{content:"\EA0A"}.icon-appUserGrp:before{content:"\EA0B"}.icon-appUserID:before{content:"\EA0C"}.icon-appIDGroup:before{content:"\EA0D"}.icon-app:before{content:"\EA0E"}.icon-infrastructure-bold-reverse:before{content:"\EA0F"}.icon-infrastructure-bold:before{content:"\EA10"}.icon-infrastructure-reverse:before{content:"\EA11"}.icon-infrastructure:before{content:"\EA12"}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;font-display:block;src:local("Roboto Light"),local("Roboto-Light"),url("/resources/fonts/roboto-v18-latin-300.woff2") format("woff2"),url("/resources/fonts/roboto-v18-latin-300.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;font-display:block;src:local("Roboto"),local("Roboto-Regular"),url("/resources/fonts/roboto-v18-latin-regular.woff2") format("woff2"),url("/resources/fonts/roboto-v18-latin-regular.woff") format("woff")}@font-face{font-stretch:condensed;font-family:"Roboto";font-style:normal;font-weight:300;font-display:block;src:local("Roboto Condensed Light"),local("RobotoCondensed-Light"),url("/resources/fonts/roboto-condensed-v16-latin-300.woff2") format("woff2"),url("/resources/fonts/roboto-condensed-v16-latin-300.woff") format("woff")}@font-face{font-stretch:condensed;font-family:"Roboto";font-style:normal;font-weight:400;font-display:block;src:local("Roboto Condensed"),local("RobotoCondensed-Regular"),url("/resources/fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"),url("/resources/fonts/roboto-condensed-v16-latin-regular.woff") format("woff")}@font-face{font-family:"Inconsolata";font-style:normal;font-weight:400;font-display:block;src:local("Inconsolata Regular"),local("Inconsolata-Regular"),url("/resources/fonts/inconsolata-v16-latin-regular.woff2") format("woff2"),url("/resources/fonts/inconsolata-v16-latin-regular.woff") format("woff")}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:block;src:url("/resources/fonts/material.woff2") format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased}body{font-family:"Roboto",sans-serif}.pd-hide-opacity{opacity:0;pointer-events:none}.pd-show-opacity{opacity:1;pointer-events:auto}.pd-drop-shadow{box-shadow:0 2px 5px 0 rgba(0,0,0,.75)}.text-center{text-align:center}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{text-decoration:none;cursor:pointer;color:#118ab2}a:visited{color:#118ab2}a:hover,a:focus,a:active{color:#0b607c}a.disabled{color:#373b3e;cursor:not-allowed;pointer-events:none}a.disabled:hover,a.disabled:focus,a.disabled:active{color:#373b3e}button{cursor:pointer}@font-face{font-family:"LeapLabs-iconFont-v01";src:url("/resources/fonts/LeapLabs-iconFont-v01.woff2") format("woff2");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"LeapLabs-iconFont-v01" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-users:before{content:"\E900"}.icon-save-check:before{content:"\E901"}.icon-organization:before{content:"\E902"}.icon-users-rounded-outline:before{content:"\E903"}.icon-user-rounded-outline:before{content:"\E904"}.icon-trash-outline-bold:before{content:"\E905"}.icon-advanced-settings:before{content:"\E906"}.icon-advanced-settings-outline:before{content:"\E907"}.icon-settings-outline:before{content:"\E908"}.icon-warning-rounded-outline:before{content:"\E909"}.icon-warning-rounded:before{content:"\E90A"}.icon-hide-left:before{content:"\E90B"}.icon-hide-right:before{content:"\E90C"}.icon-show:before{content:"\E90D"}.icon-trash-outline:before{content:"\E90E"}.icon-trash:before{content:"\E90F"}.icon-devOps:before{content:"\E910"}.icon-search-rounded-advanced:before{content:"\E911"}.icon-search-rounded:before{content:"\E912"}.icon-settings-3gears:before{content:"\E913"}.icon-user-group:before{content:"\E914"}.icon-pinned:before{content:"\E915"}.icon-unpinned:before{content:"\E916"}.icon-home-outline:before{content:"\E917"}.icon-home:before{content:"\E918"}.icon-collapse-sm:before{content:"\E919"}.icon-expand-sm:before{content:"\E91A"}.icon-show-dropdown:before{content:"\E91B"}.icon-hide-dropdown:before{content:"\E91C"}.icon-collapse:before{content:"\E91D"}.icon-extend:before{content:"\E91E"}.icon-expand-menu:before{content:"\E91F"}.icon-collapse-menu:before{content:"\E920"}.icon-dashboard-new-outline:before{content:"\E921"}.icon-dashboard-new:before{content:"\E922"}.icon-dashboard-half-circle:before{content:"\E923"}.icon-add-dashboard:before{content:"\E924"}.icon-dashboard:before{content:"\E925"}.icon-config-alert-outline:before{content:"\E926"}.icon-megaphone:before{content:"\E927"}.icon-megaphone-outline:before{content:"\E928"}.icon-bell-snooze-right:before{content:"\E929"}.icon-bell-snooze-left:before{content:"\E92A"}.icon-bell:before{content:"\E92B"}.icon-loggedin:before{content:"\E92C"}.icon-lock-open:before{content:"\E92D"}.icon-lock:before{content:"\E92E"}.icon-ico-lock-open:before{content:"\E92F"}.icon-ico-lock:before{content:"\E930"}.icon-info-rounded-copy:before{content:"\E931"}.icon-info-rounded:before{content:"\E932"}.icon-history-advanced:before{content:"\E933"}.icon-history:before{content:"\E934"}.icon-help-rounded-outline:before{content:"\E935"}.icon-help-rounded:before{content:"\E936"}.icon-calendar-rounded-clock:before{content:"\E937"}.icon-calendar-rounded:before{content:"\E938"}.icon-calendar-rounded-date:before{content:"\E939"}.icon-event-rounded-blank:before{content:"\E93A"}.icon-column:before{content:"\E93B"}.icon-ico-filter-outline .path1:before{content:"\E93C";color:#fff;opacity:.01}.icon-ico-filter-outline .path2:before{content:"\E93D";margin-left:-1em;color:#000}.icon-ico-filter .path1:before{content:"\E93E";color:#fff;opacity:.01}.icon-ico-filter:before{content:"\E93F";margin-left:-1em}.icon-delete-all:before{content:"\E940"}.icon-duplicate-rounded:before{content:"\E941"}.icon-download-rounded:before{content:"\E942"}.icon-upload-rounded:before{content:"\E943"}.icon-import-box:before{content:"\E944"}.icon-export-box:before{content:"\E945"}.icon-edit-outline:before{content:"\E946"}.icon-edit:before{content:"\E947"}.icon-edit-circle-line:before{content:"\E948"}.icon-edit-circle:before{content:"\E949"}.icon-account-outline-rectangle:before{content:"\E94A"}.icon-account-outline-circle:before{content:"\E94B"}.icon-arrow-rounded-circle-down:before{content:"\E94C"}.icon-arrow-rounded-circle-up:before{content:"\E94D"}.icon-arrow-rounded-circle-left:before{content:"\E94E"}.icon-arrow-rounded-circle-right:before{content:"\E94F"}.icon-arrow-big-rounded-left:before{content:"\E950"}.icon-arrow-big-rounded-right:before{content:"\E951"}.icon-arrow-big-rounded-down:before{content:"\E952"}.icon-arrow-big-rounded-up:before{content:"\E953"}.icon-arrow-small-rounded-left:before{content:"\E954"}.icon-arrow-small-rounded-right:before{content:"\E955"}.icon-arrow-small-rounded-down:before{content:"\E956"}.icon-arrow-small-rounded-up:before{content:"\E957"}.icon-add-rounded:before{content:"\E958"}.icon-remove-rounded:before{content:"\E959"}.icon-close-rounded:before{content:"\E95A"}.icon-check-rounded:before{content:"\E95B"}.icon-check-circle-rounded-outline:before{content:"\E95C"}.icon-remove-circle-rounded-outline:before{content:"\E95D"}.icon-delete-circle-rounded-outline:before{content:"\E95E"}.icon-add-circle-rounded-outline:before{content:"\E95F"}.icon-remove-rounded-square:before{content:"\E960"}.icon-remove-rounded-circle:before{content:"\E961"}.icon-add-rounded-square:before{content:"\E962"}.icon-add-rounded-circle:before{content:"\E963"}.icon-close-rounded-square:before{content:"\E964"}.icon-close-rounded-circle:before{content:"\E965"}.icon-check-rounded-square:before{content:"\E966"}.icon-check-rounded-circle:before{content:"\E967"}.icon-add-new:before{content:"\E968"}.icon-sandbox:before{content:"\E969"}.icon-audit-trail-outline:before{content:"\E96A"}.icon-snapshot-schedule:before{content:"\E96B"}.icon-snapshot-policy-ribbon:before{content:"\E96C"}.icon-snapshot-policy-detach:before{content:"\E96D"}.icon-snapshot-policy-attach:before{content:"\E96E"}.icon-snapshot-inprogress:before{content:"\E96F"}.icon-snapshot-complete:before{content:"\E970"}.icon-snapshot-failed:before{content:"\E971"}.icon-snapshot-policy:before{content:"\E972"}.icon-snapshot:before{content:"\E973"}.icon-compute:before{content:"\E974"}.icon-module:before{content:"\E975"}.icon-internet:before{content:"\E976"}.icon-federation:before{content:"\E977"}.icon-developer-api:before{content:"\E978"}.icon-developer-tools:before{content:"\E979"}.icon-developer-download_tools:before{content:"\E97A"}.icon-analytics-outline:before{content:"\E97B"}.icon-analytics:before{content:"\E97C"}.icon-stats:before{content:"\E97D"}.icon-stats-square:before{content:"\E97E"}.icon-persistent-access:before{content:"\E97F"}.icon-heavy-access:before{content:"\E980"}.icon-light-access:before{content:"\E981"}.icon-no-access:before{content:"\E982"}.icon-unencryption:before{content:"\E983"}.icon-encryption:before{content:"\E984"}.icon-access-control:before{content:"\E985"}.icon-authentication:before{content:"\E986"}.icon-certificate:before{content:"\E987"}.icon-roles:before{content:"\E988"}.icon-role-bindings:before{content:"\E989"}.icon-authorizations:before{content:"\E98A"}.icon-cloud-refresh:before{content:"\E98B"}.icon-cloud:before{content:"\E98C"}.icon-cloud-publish:before{content:"\E98D"}.icon-colud-external-data-sources:before{content:"\E98E"}.icon-memory:before{content:"\E98F"}.icon-service-hexagon-microservice-instance:before{content:"\E990"}.icon-diagnostics-rectangle-outline:before{content:"\E991"}.icon-diagnostics-rectangle:before{content:"\E992"}.icon-diagnostics-circle-outline:before{content:"\E993"}.icon-diagnostics-circle:before{content:"\E994"}.icon-troubleshooting-tool:before{content:"\E995"}.icon-troubleshooting-tool-outline:before{content:"\E996"}.icon-diagnostic-bundle:before{content:"\E997"}.icon-service-hexagon-cluster:before{content:"\E998"}.icon-service-hexagon:before{content:"\E999"}.icon-service-hexagon-microservice-cluster:before{content:"\E99A"}.icon-service-hexagon-microservice:before{content:"\E99B"}.icon-troubleshooting:before{content:"\E99C"}.icon-monitoring:before{content:"\E99D"}.icon-namespace:before{content:"\E99E"}.icon-rate-limiter:before{content:"\E99F"}.icon-service:before{content:"\E9A0"}.icon-performance-tier-solid:before{content:"\E9A1"}.icon-performance-tier:before{content:"\E9A2"}.icon-workloads-unprotected:before{content:"\E9A3"}.icon-workloads-new:before{content:"\E9A4"}.icon-workloads-total:before{content:"\E9A5"}.icon-workloads:before{content:"\E9A6"}.icon-workload:before{content:"\E9A7"}.icon-security-immutable:before{content:"\E9A8"}.icon-security-changed-state-save:before{content:"\E9A9"}.icon-security-changed-state:before{content:"\E9AA"}.icon-security-resolved:before{content:"\E9AB"}.icon-security-vulnerable:before{content:"\E9AC"}.icon-security-threat:before{content:"\E9AD"}.icon-security-quarantine:before{content:"\E9AE"}.icon-security:before{content:"\E9AF"}.icon-vm:before{content:"\E9B0"}.icon-vcenter:before{content:"\E9B1"}.icon-security-group:before{content:"\E9B2"}.icon-nodes-hexagon:before{content:"\E9B3"}.icon-node-hexagon-outline:before{content:"\E9B4"}.icon-nodes-recommission:before{content:"\E9B5"}.icon-nodes-decommission:before{content:"\E9B6"}.icon-nodes-restart:before{content:"\E9B7"}.icon-nodes-reset-restart:before{content:"\E9B8"}.icon-nodes-reset:before{content:"\E9B9"}.icon-nodes-power:before{content:"\E9BA"}.icon-nodes_management:before{content:"\E9BB"}.icon-node:before{content:"\E9BC"}.icon-servers:before{content:"\E9BD"}.icon-cluster-setting:before{content:"\E9BE"}.icon-cluster:before{content:"\E9BF"}.icon-host-ouline:before{content:"\E9C0"}.icon-container-cube:before{content:"\E9C1"}.icon-container:before{content:"\E9C2"}.icon-server-rounded-cluster:before{content:"\E9C3"}.icon-server-rounded:before{content:"\E9C4"}.icon-cluster-hexagon:before{content:"\E9C5"}.icon-host:before{content:"\E9C6"}.icon-container-1:before{content:"\E9C7"}.icon-application-metadata:before{content:"\E9C8"}.icon-cluster-config:before{content:"\E9C9"}.icon-discdrive-stack:before{content:"\E9CA"}.icon-discdrive:before{content:"\E9CB"}.icon-policy-rounded-pencil:before{content:"\E9CC"}.icon-policy-rounded-p:before{content:"\E9CD"}.icon-policy-rounded-badge:before{content:"\E9CE"}.icon-policy-rounded:before{content:"\E9CF"}.icon-network-rectangle-endpoint:before{content:"\E9D0"}.icon-network-rectangle:before{content:"\E9D1"}.icon-disk-outline:before{content:"\E9D2"}.icon-disk:before{content:"\E9D3"}.icon-shared-network--outline:before{content:"\E9D4"}.icon-private-network-ouline:before{content:"\E9D5"}.icon-network-ouline-subnet:before{content:"\E9D6"}.icon-network-ouline:before{content:"\E9D7"}.icon-remove-from-tag-group:before{content:"\E9D8"}.icon-rename-tag-group:before{content:"\E9D9"}.icon-add-to-existing-tag-group:before{content:"\E9DA"}.icon-create-new-tag-group:before{content:"\E9DB"}.icon-add_policy-scroll:before{content:"\E9DC"}.icon-all-policy-scroll:before{content:"\E9DD"}.icon-policy-scroll-event:before{content:"\E9DE"}.icon-policy-scroll-subject:before{content:"\E9DF"}.icon-policy-scroll-action:before{content:"\E9E0"}.icon-policy-scroll-object:before{content:"\E9E1"}.icon-policy-scroll-dependency:before{content:"\E9E2"}.icon-policy-scroll:before{content:"\E9E3"}.icon-tag:before{content:"\E9E4"}.icon-config-control:before{content:"\E9E5"}.icon-modules-policy:before{content:"\E9E6"}.icon-export-policy:before{content:"\E9E7"}.icon-retention-policy:before{content:"\E9E8"}.icon-collection-policy:before{content:"\E9E9"}.icon-monitor-policy:before{content:"\E9EA"}.icon-mirror-policy:before{content:"\E9EB"}.icon-loadbalance-policy:before{content:"\E9EC"}.icon-all-policy-1:before{content:"\E9ED"}.icon-policy-1:before{content:"\E9EE"}.icon-policy:before{content:"\E9EF"}.icon-policy-violation:before{content:"\E9F0"}.icon-ingress-policy:before{content:"\E9F1"}.icon-egress-policy:before{content:"\E9F2"}.icon-QoS-policy:before{content:"\E9F3"}.icon-authentication-policy:before{content:"\E9F4"}.icon-encryption-policy:before{content:"\E9F5"}.icon-firewall-policy:before{content:"\E9F6"}.icon-security-policy:before{content:"\E9F7"}.icon-disk-stack:before{content:"\E9F8"}.icon-network:before{content:"\E9F9"}.icon-volume-ouline:before{content:"\E9FA"}.icon-volume:before{content:"\E9FB"}.icon-APP-logical-representation:before{content:"\E9FC"}.icon-syscall:before{content:"\E9FD"}.icon-API-post:before{content:"\E9FE"}.icon-API-get:before{content:"\E9FF"}.icon-RW-GP:before{content:"\EA00"}.icon-API:before{content:"\EA01"}.icon-configuration-file:before{content:"\EA02"}.icon-log-file:before{content:"\EA03"}.icon-binary:before{content:"\EA04"}.icon-code-repository:before{content:"\EA05"}.icon-app-instance:before{content:"\EA06"}.icon-application-browser-2:before{content:"\EA07"}.icon-application-browser:before{content:"\EA08"}.icon-application-setting:before{content:"\EA09"}.icon-application:before{content:"\EA0A"}.icon-appUserGrp:before{content:"\EA0B"}.icon-appUserID:before{content:"\EA0C"}.icon-appIDGroup:before{content:"\EA0D"}.icon-app:before{content:"\EA0E"}.icon-infrastructure-bold-reverse:before{content:"\EA0F"}.icon-infrastructure-bold:before{content:"\EA10"}.icon-infrastructure-reverse:before{content:"\EA11"}.icon-infrastructure:before{content:"\EA12"}.pd-button{background-color:#118ab2;color:#fff;border-radius:4px;border:none;font-size:18px;height:45px;transition:all ease .3s}.pd-button:hover{background-color:#0b607c}.pd-button:disabled{background-color:#373b3e;color:#444;cursor:not-allowed;pointer-events:none}.pd-text-input{position:relative;margin-top:20px}.pd-text-input .real-input{width:100%;background-color:#2c2825;border:1px solid #8c8c8c;border-radius:4px;color:#fff;padding:10px;padding-right:30px;font-size:16px;transition:all .15s ease}.pd-text-input .real-input:focus{background-color:#413d39}.pd-text-input .hidden-input{position:fixed;width:10px;height:10px;top:0;left:0;opacity:0;pointer-events:none}.pd-text-input label{color:#b3b3b3;font-size:16px;position:absolute;top:11px;left:10px;transition:all .15s ease;pointer-events:none}.pd-text-input.has-text input~label,.pd-text-input input:focus~label{font-size:12px;transform:translateY(-26px) translateX(-10px)}.pd-text-input .action-icon-container{display:none;color:#b3b3b3;position:absolute;right:0;top:0;padding-right:8px;height:100%}.pd-text-input .action-icon-container .action-icon{font-size:20px;cursor:pointer}.pd-text-input .action-icon-container .action-icon:hover{color:#fff}.pd-text-input.has-text input~.action-icon-container{display:flex;flex-direction:column;justify-content:center}.pd-text-input .input-container{position:relative}.pd-text-input .input-description{margin-top:6px;font-size:12px;color:#b3b3b3;transition:all .15s ease;text-align:left}.pd-text-input .input-description.input-error-description{color:#b33b3b;min-height:13px}.pd-text-input.has-error input{border-color:#b33b3b;color:#ea5661}.pd-text-input.has-error label{color:#b33b3b}.pd-text-input.is-disabled input{color:#444;border-color:#444;cursor:not-allowed;pointer-events:none}.pd-text-input.is-disabled label{color:#444}.pd-text-input.is-disabled .action-icon{cursor:not-allowed;pointer-events:none;color:#444}.pd-text-input.is-disabled .action-icon:hover{color:#444}.pd-checkbox{color:#b3b3b3;position:relative}.pd-checkbox:hover{color:#fff}.pd-checkbox:hover .fake-checkbox{border-color:#fff}.pd-checkbox input,.pd-checkbox label,.pd-checkbox .fake-checkbox{cursor:pointer}.pd-checkbox label{margin-left:5px}.pd-checkbox input[type=checkbox]{visibility:hidden;position:absolute}.pd-checkbox .fake-checkbox{display:inline-block;overflow:hidden;width:12px;height:12px;font-size:14px;border:1px solid #b3b3b3;border-radius:4px;position:relative;top:2px;vertical-align:middle}.pd-checkbox input[type=checkbox]:checked+.fake-checkbox:before{content:"\E966";position:relative;top:-1px;left:-1px}.pd-checkbox input[type=checkbox]:checked+.fake-checkbox{border:none;color:#0b607c}.pd-checkbox.has-error .fake-checkbox{border-color:#b33b3b}.pd-strength-bar{height:3px;width:100%;display:flex;flex-direction:row}.pd-strength-bar .strength{flex:auto;opacity:1}.pd-strength-bar .strength.hide{opacity:0}.pd-loading-bar{position:relative}.pd-loading-bar.show:before{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#1a2731}.pd-loading-bar.show:after{content:"";position:absolute;left:0;height:3px;background-color:#0b607c;width:0%;animation:animateFromZeroToHundred 1.5s ease infinite}@keyframes animateFromZeroToHundred{from{width:0%}to{width:100%}}.pd-loading-indicator{display:flex;justify-content:center;align-items:center;min-height:200px}.pd-loading-indicator img{margin-bottom:58px}.pd-login-form{width:500px;height:420px;background-color:#1f1c1a;color:#fff;font-size:14px;overflow:clip;display:flex;flex-direction:column}.pd-login-form .action{font-size:18px}.pd-login-form .top-section{transition:background-color .4s,color .4s;padding:15px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.pd-login-form .top-section .action{color:#118ab2}.pd-login-form .body-section{text-align:center}.pd-login-form .body-section .description{color:#b3b3b3}.pd-login-form .body-section .input-section{display:flex;flex-direction:column;width:300px;margin:0 auto}.pd-login-form .body-section .help-link{align-self:flex-end}.pd-login-form .body-section .or-divider{font-family:"Roboto Condensed",sans-serif}.pd-login-form .body-section .or-divider span{display:inline-block;width:200px;border-top:1px solid #8c8c8c;height:4px;margin:0 6px}.pd-login-form .body-section .password-help-container{display:flex;flex-direction:row;justify-content:flex-end}.pd-login-form .bottom-section{transition:background-color .4s,color .4s;background-color:#26221e;border-top:1px solid #8c8c8c;color:#b3b3b3;padding:15px 20px;cursor:pointer}.pd-login-form .bottom-section:hover{background-color:#413d39}.pd-login-form .bottom-section:hover .action{color:#fff}.pd-login-form .bottom-section.disabled{cursor:not-allowed;pointer-events:none;background-color:#1f1c1a;color:#444}.pd-login-form .bottom-section.disabled:hover{background-color:#1f1c1a}.pd-login-form .bottom-section.disabled:hover .action{color:#444}.pd-login-form .bottom-section:focus{outline-offset:-3px}.pd-login-form .body-sections{width:100%;display:flex;flex:1;flex-direction:row;transition:margin-left 300ms ease}.pd-login-form .body-sections .body-section{min-width:500px}.pd-login-form.pd-login-form-password .body-sections{margin-left:-498px}.pd-login-form.pd-login-form-forget-password .body-sections{margin-left:-996px}.ldap-login .pd-login-form{height:312px}.pd-login-container{position:relative;overflow:hidden;border:1px solid #8c8c8c;border-radius:4px}.pd-login-container .pd-create-account-form{position:absolute;top:372px;left:0;opacity:0;pointer-events:none}.pre-login-message{width:420px;color:#b3b3b3;margin-top:25px;margin-bottom:-20px}.pd-email-verified-message{font-size:14px;color:#68ce98;display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.pd-email-verified-message i{font-size:18px;margin-right:5px}.pd-email-verified-message.hidden{visibility:hidden;margin-bottom:0}.pd-login-container.pd-container-show-create .pd-create-account-form{transition:margin-top .3s ease-out;opacity:1;pointer-events:auto;margin-top:-372px}.pd-login-container.pd-container-show-create .pd-create-account-form .top-section{opacity:1;transition:opacity .2s ease .3s}.pd-login-container.pd-container-show-login .pd-create-account-form{transition:margin-top .3s ease-out,opacity .2s ease .3s}.pd-login-container.pd-container-show-login .pd-create-account-form .top-section{opacity:0}.forget-password-body-section .post-send-message{color:#b3b3b3;transition:opacity .3s ease-in}.pd-create-account-form{width:500px;height:420px;color:#fff;font-size:14px;overflow:hidden;display:flex;flex-direction:column}.pd-create-account-form .action{font-size:18px}.pd-create-account-form .top-section{transition:background-color .4s,color .4s;background-color:#1f1c1a;color:#b3b3b3;padding:15px 20px;cursor:pointer}.pd-create-account-form .top-section:hover{background-color:#2c2825}.pd-create-account-form .top-section:hover .action{color:#fff}.pd-create-account-form .top-section.disabled{cursor:not-allowed;pointer-events:none;background-color:#1f1c1a;color:#444}.pd-create-account-form .top-section.disabled:hover{background-color:#1f1c1a}.pd-create-account-form .top-section.disabled:hover .action{color:#444}.pd-create-account-form .top-section:focus{outline-offset:-3px}.pd-create-account-form .main-section{background-color:#26221e;border-top:solid 1px #8c8c8c;height:100%}.pd-create-account-form .main-header-section{padding:15px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.pd-create-account-form .main-header-section .action{color:#118ab2}.pd-create-account-form .body-section .input-section{display:flex;flex-direction:column;width:300px;margin:0 auto}.pd-create-account-form .body-section .terms-container{display:flex;width:100%;color:#b3b3b3}.pd-create-account-form .body-section .terms-container .terms-checkbox{margin-right:10px}.pd-create-account-form .body-section .terms-container a{margin-left:3px}.pd-create-account-form .body-section .header{color:#b3b3b3;font-size:20px}.pd-create-account-form .body-section .description{color:#b3b3b3;line-height:1.5}.pd-create-account-form .body-section.activate-ui-body-section{position:absolute;top:0;left:498px;opacity:0;pointer-events:none}.pd-create-account-form .body-section.password-ui-body-section .submit-error-description{color:#b33b3b;font-size:12px;text-align:center;margin-top:5px}.pd-create-account-form .body-sections{width:100%;position:relative;display:flex;flex-direction:row;transition:margin-left 300ms ease}.pd-create-account-form .body-sections .body-section{min-width:500px}.pd-create-account-form.pd-create-form-names .body-sections{margin-left:-498px}.pd-create-account-form.pd-create-form-password .body-sections{margin-left:-996px}.pd-create-account-form.pd-create-form-verify .body-sections{margin-left:-1494px}.pd-create-account-form.pd-create-form-sso-login .body-sections{margin-left:-1992px}.pd-create-account-form.pd-create-form-activate .password-ui-body-section{opacity:0;pointer-events:none}.pd-create-account-form.pd-create-form-activate .activate-ui-body-section{opacity:1;pointer-events:auto}.pd-create-account-form.pd-create-form-activate .body-sections{margin-left:-498px}.pd-standalone-form{width:500px;height:420px;background-color:#1f1c1a;color:#fff;font-size:14px;overflow:hidden;display:flex;flex-direction:column}.pd-standalone-form .action{font-size:18px}.pd-standalone-form .top-section{padding:15px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.pd-standalone-form .top-section .action{color:#118ab2}.pd-standalone-form .body-section{color:#b3b3b3}.pd-standalone-form .body-section .header{font-size:20px}.pd-standalone-form .body-section .description{line-height:1.5}.pd-standalone-form .body-section .input-section{display:flex;flex-direction:column;width:300px;margin:0 auto}.pd-go-back-header-container{display:flex;border-bottom:1px solid #413d39;width:440px;margin:auto;padding-top:10px;padding-bottom:10px}.pd-go-back-header-container .back-arrow-text{display:flex;flex-direction:row;align-items:center;font-size:18px;color:#b3b3b3;cursor:pointer}.pd-go-back-header-container .back-arrow-text:hover,.pd-go-back-header-container .back-arrow-text:focus{color:#fff}.pd-go-back-header-container .email-container{max-width:398px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-go-back-header-container.disabled .back-arrow-text{cursor:not-allowed;pointer-events:none;color:#444}.pd-go-back-header-container.disabled .back-arrow-text:hover,.pd-go-back-header-container.disabled .back-arrow-text:focus{color:#444}.footer{font-size:16px;box-sizing:border-box;padding:10px 10px 13px 28px;text-align:left;background-color:#1f1c1a;width:100%;color:#b3b3b3}.footer p{margin:5px 0}.login-page-container{display:flex;flex-direction:column;min-height:100vh}.login-page-container .pd-login-page{background-color:#35322f;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding-bottom:10px}.login-page-container .pd-login-page .logo{height:79px}input:focus{outline:none}

/*# sourceMappingURL=login.css.map*/