html {
    font-family: "Inter", Arial, sans-serif;
}

@supports (font-variation-settings: normal) {
    html {
        font-family: "InterVariable", Arial, sans-serif;
    }

    /* If using the variable font */
}

/* General Margin & Padding */
.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-30-per {
    margin-left: 30%
}

.hide {
    display: none;
}

/* Buttons */
.btn.close:link, .btn.close:focus, .btn.close:active, .btn.close:visited, .btn.close:hover {
    background-color: transparent;
}

.btn-group > .btn-group .dropdown-menu li {
    text-align: left;
}

.btn-group > .btn-group > .btn.dropdown-toggle {
    margin-left: 0;
    border-radius: 0;
}

/* Links */
a.btn-link {
    color: #005eb8;
}

a.btn-link:hover, a.btn-link:active {
    color: #08539c;
}

a, a:hover, a:visited, a:active, a:link, a img, a:hover img, a:visited img, a:active img, a:link img {
    outline: none;
    text-decoration: none;
}

/* Dropdown Menu */
.dropdown-menu li a i {
    margin-right: 5px;
}

.dropdown-menu li.location h6 {
    margin-bottom: 0;
    font-weight: 400;
}

.dropdown-menu li.location a {
    color: #bfc2c5;
}

.modules .module {
    height: 380px;
    min-height: 380px;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    background-color: #fff;
}

.modules .module.scrollable .module-body {
    overflow-y: scroll;
}

.modules .module header.module-header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.modules .module header.module-header .btn-small i {
    margin-bottom: -4px;
}

.modules .module .module-body {
    height: 300px;
}

.modules .module.with-footer .module-body {
    height: 260px;
}

.modules .module.draggable .module-header:hover {
    cursor: default;
}

.modules .module.draggable .module-header:active {
    background-color: #fff;
}

.modules .module.draggable .module-body > div:first-child,
.modules .module .module-body > ul {
    padding: 0 15px 0 30px;
}

.modules .module .hero .text.bottom {
    left: 30px;
    margin-left: 0;
}

.modules .module.links .module-body ul {
    margin-top: 0;
}

/* Inputs & Textarea Styles */
input[type="text"], input[type="password"], select, textarea {
    border-color: grey;
}

input[type="text"]:focus, input[type="text"]:hover {
    border-color: black;
    outline: none;
    box-shadow: none;
}

input[type="password"]:focus, select:focus, textarea:focus {
    border-color: grey;
}

.sso-input {
    height: 30px;
    line-height: 20px;
    width: 278px;
}

/* GE Vernova Link */
.gev-link {
    font-weight: bold;
    color: #005E60;
}

.gev-link:hover {
    font-weight: bold;
    color: #C8FF08;
}

.a:hover {
    color: #C8FF08;
}

/* Logo */
.vernova-logo {
    margin-top: 5px;
    background: url(a9a22b8e4e0daa3df5a5.png) no-repeat;
    background-size: contain;
    box-shadow: none;
    width: 200px;
    height: 150px;
    border: 0;
    color: transparent;
    float: left;
    transition: all 200ms linear;
}

/* Navbar and Color Scheme */
@media (prefers-color-scheme: dark), (prefers-color-scheme: light) {
    .navbar-inner {
        min-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 2%;
        background-color: #005E60;
        background-image: linear-gradient(to bottom, #262626, #f0f1f2);
        background-repeat: repeat-x;
        border: 1px solid #262626;
        border-radius: 3px;
        *zoom: 1;
        transition: background-color 200ms linear;
    }

    .navbar-inner:hover {
        background-color: white;
    }

    .navbar-inner:hover .vernova-logo {
        box-shadow: none;
        background-image: url(158f3e8b9fac22cac89f.png);
    }
}

.navbar .btn:not(.btn-primary) {
    transition: background-color 200ms linear;
    background-color: white;
    border-style: none
}

.navbar .btn:not(.btn-primary):hover {
    color: white;
    background-color: #005E60;
}

/* Miscellaneous Styles */
.text_small {
    font-size: 12px;
    color: #333333;
}

.vAlignTop {
    vertical-align: top;
}

.text_myPasswords_sync {
    font-size: 20px;
    color: #333333;
}

.cdx_form_mp_text {
    font-size: 18px;
}

.bottom-row {
    margin-top: 10px;
}

.verify-details-panel {
    margin-left: 30%;
}

.verify-details-panel table {
    width: 800px;
    align-content: center;
}

.tdOne {
    width: 30px;
}

.tdThree {
    width: 770px;
}

.verify-user-details-temp-msg {
    width: 900px;
}

.internal-load-user-type-panel-grid {
    margin-top: 10px;
    margin-bottom: -10px;
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 4px;
    width: 928px;
    height: 46px;
}

.internal-load-user-type-text {
    margin-left: 0;
    font-weight: bold;
    line-height: 24px;
    color: #B94A48;
    font-size: 12px;
}

.internal-load-user-type-error-span {
    font-size: 16px;
}

.color-white {
    color: white;
}

.color-C8FF08 {
    color: #C8FF08;
}

.password-template-body {
    background-image: url(b39c1b0a8421faf31615.jpg);
    background-size: cover;
}

.password-template-section {
    min-height: 450px;
    position: relative;
    border-radius: 3px;
}

.password-template-banner {
    position: absolute;
    top: 30%;
    left: 55%;
    right: 2%;
    color: white;
    font-size: 18px;
}

.password-template-banner-title {
    font-size: 40px;
    line-height: 53px;
}

.password-template-table {
    border-spacing: 0;
}

.password-template-icon-background-white {
    background-color: white;
}

.output-text-bold {
    font-weight: bold;
}

.password-landing-tooltip-text {
    font-size: 14px;
}


/* ==============================
   NAVBAR & COMPONENTS
   ============================== */
.navbar,
.navbar-static-top {
    margin-bottom: 0;
    position: relative;
}

.navbar {
    overflow: visible;
    *position: relative;
    *z-index: 2;
}

.navbar .container,
.navbar-inner,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    position: relative;
}

.navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    min-height: 136px;
    background-image: none;
    border-width: 0;
    border-radius: 0;
    filter: none;
    padding: 0;
}

.navbar-inner:before,
.navbar-inner:after,
.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-static-top {
    position: static;
    margin-bottom: 24px;
}

.navbar-static-top .navbar-inner,
.navbar-fixed-top .navbar-inner {
    border-width: 0 0 1px;
    border-radius: 0;
}

.navbar .brand,
.navbar-inverse .brand {
    float: left;
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    height: 75px;
    padding-top: 15px;
    padding-bottom: 0;
    text-shadow: none;
    color: #fff;
}

.navbar .brand:hover,
.navbar .brand:focus,
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus {
    text-decoration: none;
}

.navbar .brand small {
    color: #26272b;
    font-size: 13px;
    margin-left: 5px;
}

.navbar .brand .primary-brand,
.navbar.navbar-small .brand .primary-brand {
    font-size: 20px;
}

.navbar .navbar-inner {
    min-height: 136px;
}

.navbar.navbar-small .navbar-inner {
    min-height: 80px;
}

.navbar .nav,
.navbar .primary-navbar .nav {
    position: relative;
    left: 0;
    clear: left;
    display: block;
    float: left;
    margin: 0 10px 0 -15px;
}

.navbar .nav > li {
    float: left;
    font-size: 14px;
}

.navbar .nav > li > a,
.navbar-inverse .nav > li > a {
    float: none;
    color: #005E60;
    text-decoration: none;
    text-shadow: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005eb8;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    border: 1px solid #e1e2e5;
    background-color: #fff;
    border-bottom-color: #fff;
    color: #005eb8;
    margin-bottom: -1px;
    position: relative;
    z-index: 1001;
}

.navbar .nav li.dropdown.active > .dropdown-toggle {
    border: 1px solid transparent;
    background-color: transparent;
    color: #005eb8;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #005eb8;
    color: #fff;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    border-radius: 6px 0 6px 6px;
}

.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e1e2e5;
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar .btn.btn-navbar {
    background-color: #005eb8;
    color: #fff;
}

.navbar .btn.btn-navbar:hover,
.navbar .btn.btn-navbar:focus,
.navbar .btn.btn-navbar:active {
    background-color: #005eb8;
    color: #fff;
}

.navbar .btn-group > .btn {
    font-weight: 700;
}

.navbar .btn-navbar {
    display: none;
    float: right;
    margin: 12px 0 12px 10px;
    padding: 4px 10px 3px;
}

.navbar .btn-navbar span {
    font-size: 0;
}

.navbar .btn-navbar i[class*="icon-ico_menu_lg"] {
    margin-top: 3px;
    font-size: 14px;
}

/* ==============================
   BREADCRUMB
   ============================== */
.breadcrumb {
    list-style: none;
    background-color: white;
    font-size: 16px;
    padding: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid #C8FF08;
}

.breadcrumb > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #fff;
}

.breadcrumb > li > .divider {
    padding: 0 5px;
    color: #005E60;
}

.breadcrumb > li > a:hover,
.breadcrumb > .active {
    color: #005E60;
}

/* ==============================
   MODAL
   ============================== */
.modal.fade {
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 30px;
    background-color: #f0f1f2;
    border-width: 0;
    border-radius: 2px 2px 0 0;
    line-height: 1;
}

.modal-header .close {
    margin-top: 0;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

/* ==============================
   TOOLTIP
   ============================== */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

/* ==============================
   LABEL & BADGE
   ============================== */
.label {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: none;
    background-color: #bfc2c5;
}

/* ==============================
   FOOTER
   ============================== */
.footer {
    background-color: #e1e2e5;
    color: #5c5f63;
    font-size: 14px;
    padding-top: 25px;
    overflow: hidden;
}

.footer .block {
    background: transparent;
    padding: 0;
    border-top: 0;
}

.footer .block .title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
}

.footer .block a:hover {
    text-decoration: none;
}

.footer-inner > .container {
    position: relative;
}

.footer ul {
    list-style: none;
    margin: 0;
}

.footer a {
    display: inline-block;
    color: #5c5f63;
}

.footer a:hover {
    color: #005eb8;
}

.footer a.contact-email {
    color: #005eb8;
}

.footer hr {
    margin: 0;
    border-bottom: 1px solid #bfc2c5;
}

.footer .brand {
    display: inline-block;
    height: 42px;
    margin-top: 15px;
    margin-left: -24px;
}

.footer.small {
    margin-top: 0;
    padding-top: 10px;
}

.footer.small .brand {
    height: 42px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: -24px;
}

.footer.small [class*="span"] {
    margin-bottom: 0;
}

/* ==============================
   MODULES
   ============================== */
.module,
.modules .module {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    min-height: 380px;
    *zoom: 1;
}

.module:before,
.module:after {
    display: table;
    content: "";
    line-height: 0;
}

.module .module-header,
.module .module-header:before,
.module .module-header:after {
    line-height: 24px;
    margin-bottom: 15px;
    min-height: 24px;
    *zoom: 1;
    display: table;
    content: "";
}

.module .module-header:after {
    clear: both;
}

.module .module-header > * {
    line-height: inherit;
}

.module .module-body:before,
.module .module-body:after {
    display: table;
    content: "";
    line-height: 0;
}

.module .module-body:after {
    clear: both;
}

.module .module-body dl:first-child {
    margin-top: 0;
}

.module .module-footer > :first-child {
    margin-top: 15px;
}

.module .module-body > hr {
    margin: 0 -15px 5px;
    border: 1px solid #e1e2e5;
}

/* Additional modules, features, etc. can be grouped similarly... */

/* ==============================
   UTILITIES
   ============================== */
.hide, .hidden {
    display: none;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.position-relative {
    position: relative;
}

.reset-top-margin {
    margin-top: 0;
}

.reset-bottom-margin {
    margin-bottom: 0;
}

.timestamp {
    color: #bfc2c5;
}

time {
    white-space: nowrap;
}

html, body {
    height: 100%;
}

body, html {
    height: 100%;
}

/* --- ICONS --- */
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    speak: none;
    text-decoration: inherit;
}

.icon-ico_chevron_down_lg:before {
    content: "\f38e";
}

.icon-white {
    color: #fff;
}

li [class^="icon-"], li [class*=" icon-"] {
    width: 1.25em;
    text-align: center;
}

li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}

li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}

a [class^="icon-"], a [class*=" icon-"] {
    color: inherit;
}

a [class^="icon-"].icon-white, a [class*=" icon-"].icon-white {
    color: #fff;
}

/* --- GENERAL LAYOUT --- */
body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5c5f63;
    background-color: #F0F1F2;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400
}

h1 {
    font-size: 48px;
    line-height: 52px
}

h2 {
    font-size: 36px;
    line-height: 42px
}

h3 {
    font-size: 24px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 22px
}

h5 {
    font-size: 16px;
    line-height: 20px
}

h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

a {
    color: #005E60;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

.container {
    margin: 0 auto;
    *zoom: 1;
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

/* --- BUTTONS --- */
.btn, .btn-group > .btn {
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #5c5f63;
    background-color: #f0f1f2;
    border: 1px solid #f7f8fa;
    border-radius: 3px;
    margin: 0 10px 12px 0;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #3f4145;
    background-color: #e1e2e5;
    outline: none;
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    color: #999c9f;
    background-color: #f0f1f2;
    opacity: 1;
}

.btn-primary {
    color: #fff;
    background-color: #005E60;
}

.btn-primary:focus, .btn-primary.active {
    color: #fff;
    outline: none;
}

.btn-warning {
    color: #fff;
    background-color: #ea7600;
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #b75c00;
}

.btn-link {
    background: none;
    border: none;
    color: #005eb8;
    text-align: left;
    padding: 0;
    margin: 0;
}

.btn-link:hover, .btn-link:focus {
    color: #08539c;
    text-decoration: underline;
}

/* --- DROPDOWNS --- */
.dropdown {
    position: relative;
    margin-top: 20px;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #e1e2e5;
    border-radius: 6px;
    list-style: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 24px;
    color: #5c5f63;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #5c5f63;
    background-color: #dcdde0;
    background-image: linear-gradient(to bottom, #e1e2e5, #d3d5d9);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #005E60;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #bfc2c5;
    background-color: transparent;
    cursor: default;
}

/* --- NAVIGATION --- */
.nav {
    margin-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.nav > li > a {
    display: block;
    color: #5c5f63;
    font-size: 14px;
    line-height: 26px;
    padding: 4px 12px;
    outline: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e1e2e5;
}

.nav-header, .nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    color: #bfc2c5;
    text-transform: uppercase;
    text-shadow: none;
}

.nav > .disabled > a {
    color: #bfc2c5;
    background-color: transparent;
    cursor: default;
}

.nav-list a {
    color: #5c5f63;
    font-size: 12px;
}

.nav-list a:hover {
    background-color: #e1e2e5;
}

/* --- MISC --- */
.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #262626;
    opacity: .2;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.close:hover, .close:focus {
    opacity: .4;
}

hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e1e2e5;
    border-bottom: 1px solid #fff;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

/* --- UNIQUE SELECTORS PRESERVED (EXAMPLES) --- */
.voice-data {
    font-family: Inconsolata, Consolas, monospace;
}

.brand .primary-brand {
    font-weight: 700;
}

.roundicon {
    width: 80px;
    height: 80px;
}

.font-my-class {
    font-size: 16px;
}

.no-decoration {
    text-decoration: none;
}

.display-flex {
    display: flex;
}

.mobile-number-nav-panel {
    float: right;
    margin-right: 20px;
    margin-top: -50px;
}

.background-f5f5f5 {
    background-color: #f5f5f5;
}

.background-1a5996 {
    background-color: #1a5996;
}

.my-groups-dialog {
    position: relative;
    font-size: 45px;
}

.ge-monogram {
    height: 50px;
    margin: -15px 15px 20px 0;
    width: 50px;
    border: 0;
    color: transparent;
    float: left;
}

.title-caption {
    float: left;
    font-size: 18px;
    padding: 30px;
}

.float-left {
    float: left;
}

.message {
    font-weight: bold;
    font-size: 16px;
}

.align-center {
    align-content: center;
}

.error-message {
    font-size: 20px;
    color: red;
}

.faqs {
    margin-top: 15px;
    font-weight: bold;
    font-size: 24px;
    margin-left: 15px;
}

.faq-description {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
}

.faq {
    font-size: 16px;
    margin-left: 15px;
}

.faq-list {
    display: flex;
    font-size: 16px;
    margin-left: 15px;
}

.faq-list .a {
    display: block;
    font-size: 16px;
    margin-left: 15px;
}

.float-right {
    float: right;
}

.height-50 {
    height: 50px;
}

.top--20 {
    top: -20px;
}

.alert-icon {
    position: relative;
    font-size: 80px;
}

.left-12 {
    left: 12px;
}

.auth-options-section {
    margin-bottom: 120px;
    margin-top: -20px;
}

.auth-options-section-header {
    margin-top: 20px;
    margin-bottom: -15px;
}

.full {
    width: 100%;
    height: 100%;
}

.prm-disabled {
    display: none;
    border: 1px solid #C00;
    margin: 15px 20px 0 15px;
    padding: 20px;
}

.left-5 {
    float: left;
    margin-left: 5px
}

.reset-pass-content-panel {
    border: 0 solid #e1e2e4;
    width: 100%;
    height: 100%;
    margin-left: 25px;
    margin-top: -25px;
}

.width-1000 {
    width: 1000px;
}

.margin-top--7 {
    margin-top: -7px;
}

.mail-user-alert-icon {
    position: relative;
    margin-top: -7px;
    height: 17px;
    margin-right: 5px;
}

.contact-help-desk-link {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #005eb8;
    font-weight: normal;
    text-decoration: none;
}

.adv-line {
    width: 930px;
    margin-top: 7px;
}

.affected-user-message {
    width: 200px;
    text-align: right;
    margin-top: -50px;
}

.width-200 {
    width: 200px;
}

.check-id {
    margin-top: -3px;
    margin-right: 5px;
}

.create-password-message-6 {
    width: 200px;
    text-align: right;
}

.hrm-temp-pwd {
    display: block;
    padding: 4px 10px;
    font-weight: bold;
    background-color: #ddedfd;
    width: 275px;
    height: 25px;
    border: none;
    font-size: 18px;
}

.margin-top--5 {
    margin-top: -5px;
}

.margin-top--13 {
    margin-top: -13px;
}

.margin-top-5 {
    margin-top: 5px;
}

.send-email-email {
    width: 200px;
    height: 25px;
    border: none;
    font-size: 18px;
    font-style: italic;
}

.icon-error {
    position: relative;
    font-size: 18px;
    top: 3px;
    margin-left: 5px;
}

.form-error-text-small {
    color: red;
}

.min-width-70 {
    min-width: 70px
}

.phone-panel {
    margin-top: -10px;
    text-align: right
}

.mobile-country-dropdown {
    margin-left: -7px;
    width: 162px;
    height: 34px;
}

.mobile-country-code {
    width: 10px;
    text-align: right;
    margin-top: -13px;
}

.width-62 {
    width: 62px;
}

.phone-valid {
    width: 62px;
    margin-top: -15px;
    margin-left: 7px;
    font-size: 12px;
}

.font-size-12 {
    font-size: 12px;
}

.good-security-icon {
    position: relative;
    font-size: 55px;
}

.server-error-message {
    margin-left: 15px;
    width: 96%;
}

.new-password-container {
    width: 887px;
}

.new-password-title {
    float: left;
    max-width: 48%;
}

.new-password-icon {
    position: relative;
    left: 200px;
    top: -37px;
}

.height-30 {
    height: 30px;
}

.margin-top-115 {
    margin-top: 115px;
}

.margin-top-15 {
    margin-top: 15px;
}

.password-guidelines-container {
    max-height: 280px;
    min-height: 270px;
}

.send-email-icon {
    background-color: #FFFFFF;
    align-content: center;
}

.email-sent-title {
    float: left;
    margin-left: -32px;
}

.assisted-password-reset-form {
    height: 310px;
}

.password-reset-by-manager-msg-3 {
    margin-left: 0;
    margin-top: -10px;
}

.password-reset-by-manager-user-input {
    margin-left: 0;
    margin-top: -20px
}

.width-615 {
    width: 615px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.temp-password-user-prompt {
    margin-left: 0;
    width: 500px;
}

.email-sent-caption {
    float: left;
    margin-left: -180px;
    margin-right: 40px
}

.email-mail-sent-to {
    float: left;
    margin-right: 40px;
    margin-top: -10px
}

.margin-left--20 {
    margin-left: -20px;
}

.margin-left-35 {
    margin-left: 35px
}

.mobile-number-input-table {
    margin-top: 10px;
    margin-left: 10px;
}

.mobile-number-last {
    width: 40px;
}

.width-10 {
    width: 10%;
}

.pass-option-list-panel {
    margin-right: 5px;
    border: 0 solid #e1e2e4;
}

.no-options-panel {
    display: none;
    float: left;
    margin-top: 100px;
    margin-left: 40%;
    margin-bottom: -166px;
}

.text-align-center {
    text-align: center;
}

.reset-pass-content-panel-sso-reg {
    border: 0 solid #e1e2e4;
    height: 100%;
}

.margin-right--40 {
    margin-right: -40px;
}

.sso-registration-title {
    margin-bottom: 5px;
    color: #005E60;
}

.sso-registration-border-container {
    padding: 0;
    margin-left: 20px;
    min-height: 400px;
    border: 0;
}

.margin-top--10 {
    margin-top: -10px;
}

.confirm-pin-panel {
    width: 100%;
    height: 200px;
}

.user-entered-pin {
    width: 80px;
    margin-left: 10px;
    margin-top: 5px;
}

.resend-pin-panel {
    white-space: nowrap;
    margin-left: 10px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-20 {
    margin: 20px;
}

.no-options-ex-emp {
    font-size: 24px;
    font-weight: bold
}

.ex-emp-country-phone-panel {
    margin: 0 auto;
    text-align: center;
    border: 2px solid black;
    border-radius: 5px;
    display: block;
    overflow-y: scroll;
    height: 50%;
}

.ex-emp-country-phone {
    margin-top: 5%;
    line-height: 30px;
    display: contents;
}

.ex-emp-country {
    font-size: 20px;
    margin-top: 15px;
}

.ex-emp-phone {
    font-size: 20px;
    font-weight: bold
}

.margin-right--30 {
    margin-right: -30px
}

.user-status-error-container {
    width: 900px;
    height: 320px;
}

.global-message-new-password {
    margin-bottom: 5px;
    margin-left: -7px;
    font-size: 18px
}

.width-900 {
    width: 900px;
}

.password-guidelines-container2 {
    max-height: 250px;
    min-height: 230px;
    margin-left: -28px;
    float: left;
}

.new-confirm-password {
    margin-left: 13px;
    float: left;
}

.text-align-left {
    text-align: left;
}

.recovery-message-7 {
    width: 250px;
    margin-top: -10px;
    margin-left: 10px;
}

.update-mob-country-code {
    width: 262px;
    height: 34px;
}

.user-reg-mobile-country-code {
    margin-left: -5px;
    margin-right: -5px;
}

.margin-left-300 {
    margin-left: 300px;
}

.op-help-icon {
    font-size: 30px;
    color: #005EB8;
}

.email-validation-message {
    margin-left: 285px;
    margin-top: -15px;
    color: red;
    display: none;
}

.margin-right-25 {
    margin-right: 25px;
}

.mobile-panels {
    margin-left: -15px;
    margin-top: -20px;
}

.width-240 {
    width: 240px
}

.height-225 {
    height: 225px
}

.width-172 {
    width: 172px
}

.hire-info {
    width: 80px;
    height: 30px;
    margin-left: 10px
}

.hire-month {
    width: 120px;
    height: 30px;
}

.national-id {
    width: 58px;
    height: 20px;
    margin-top: 10px;
}

.margin-left-190 {
    margin-left: 190px
}

.ajax-loader {
    top: 45%;
    left: 38%;
}

.user-registration-message {
    font-weight: bold;
    line-height: 24px;
    color: #B94A48;
    font-size: 12px;
}

.manager-assistance-mail {
    margin-left: 20px;
    margin-top: 20px;
}

.width-160 {
    width: 160px;
}

.system-error-rendered {
    height: 80px
}

.margin-left-80 {
    margin-left: 80px
}

.height-40 {
    height: 40px
}

.margin-left-15 {
    height: 40px;
    margin-left: 15px
}

.forms-msg {
    margin-left: -7px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.margin-left--50 {
    margin-left: -50px
}

.person-details-info {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: -10px;
}

.error-page-table {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.new-hire-admin {
    border: 1px solid #e1e2e4 !important;
    width: 972px;
}

.margin-top--20 {
    margin-top: -20px;
}

.enter-new-password {
    float: left;
    max-width: 38%;
}

.new-password-line {
    top: 20px;
    width: 500px;
    float: left
}

.hire-admin-success {
    margin-top: 10px;
    margin-bottom: -10px;
    color: #000000;
    background-color: #A9C9A4;
    border-color: #EED3D7;
    border-radius: 4px;
    height: 46px;
}

.margin-left--40 {
    margin-left: -40px;
}

.create-temp-password {
    text-align: justify;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -15px
}

.text-justify {
    text-align: justify;
}

.self-reg-error-page {
    text-align: justify;
    margin-top: -8px;
}

.assisted-mobile-country-code {
    height: 46px;
    float: left
}

.manager-assistance-mail {
    margin-top: -25px;
    margin-right: 5px;
}

.admin-welcome {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}

.width-940 {
    width: 940px;
}

.height-260 {
    height: 260px
}

.font-size-40 {
    font-size: 40px
}

@-ms-viewport {
    width: device-width;
}

/* ======= XS: <768px  ======= */
@media (max-width: 767px) {
    body { padding: 0; }
    .container { padding-left: 15px; padding-right: 15px; }

    /* Input Add-ons */
    .input-append span.add-on,
    .input-prepend span.add-on {
        box-sizing: border-box;
        min-height: 30px;
    }
}

/* ======= SM: 768px - 991px ======= */
@media (min-width: 768px) and (max-width: 991px) {
    /* Grid System */
    .row { margin-left: -20px; }
    .row:before, .row:after { content: " "; display: table; }
    .row:after { clear: both; }
    [class*="span"] { float: left; min-height: 1px; margin-left: 20px; }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container { width: 724px; }
    .offset3 { margin-left: 206px; }
    input, textarea { margin-left: 0; }
    .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; }
    .fill-container.teasers .container { padding: 30px 20px 28px 20px; }
    .fill-container.teasers .container .text { width: 200px; }
    .mds-container.item-category [class*="span"] { float: none; width: auto; }
    .mds-container.item-category .text { width: auto; padding-left: 0; padding-top: 30px; margin: 0 30px; }
    .fill-container.text-image-story .text { padding: 1em 1em 1em 0; }
}

/* ======= MD: 992px - 1199px ======= */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md { display: none; }

    /* Grid System */
    .container { width: 980px; }
}

/* ======= LG: >=1200px ======= */
@media (min-width: 1200px) {
    /* Grid System */
    .row { margin-left: -30px; }
    .container { width: 1000px; margin: auto; }
    .row:before, .row:after { content: " "; display: table; }
    .row:after { clear: both; }
    [class*="span"] { float: left; min-height: 1px; margin-left: 30px; }
    .offset3 { margin-left: 330px; }
    .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; }
    .row { margin-left: -15px; }
    .navbar .primary-navbar .container .nav { margin-left: -5px; }
    .fill-container.teasers .teaser .text { margin-left: 20px; padding: 0; }
}

/* ======= DESKTOP (Bootstrap 2) ======= */
@media (max-width: 979px) {
    .navbar-collapse .btn { font-weight: bold; border: none; }
    .nav li.dropdown ul.dropdown-menu:before,
    .nav li.dropdown ul.dropdown-menu:after { display: none; }
    .navbar-collapse .nav > li { border-top: 1px solid #d4d4d4; float: none; }
    .navbar-collapse .nav > li.open .dropdown-menu { position: static; float: none; }
    .navbar-collapse .nav > li.open .dropdown-menu > .open { float: none; }
    .navbar-collapse .nav > li.dropdown > a,
    .navbar-collapse .nav > li.dropdown > a:hover,
    .navbar-collapse .nav > li.dropdown.open > a { margin: 0; }
    .navbar-collapse .nav > li > a { font-weight: bold; color: #575757; }
    .workspace-navbar .nav > li { border-top: 0; }
    .navbar-collapse .dropdown-menu { display: none; float: left; left: 0; position: absolute; padding-left: 45px; top: 100%; }
    .navbar-collapse .dropdown-menu.message-list { padding-left: 0; }
    .navbar-collapse .dropdown-menu a { margin-right: 30px; margin-bottom: 0; }
    .navbar-collapse .dropdown-menu a:hover { background: transparent; color: #005cb9; }
    .navbar-collapse .dropdown-menu .active > a { color: #005cb9; }
    .navbar-collapse .open .dropdown-menu { display: block; }
    .navbar .brand { margin: 17px 0 0 -17px; }
    .navbar.navbar-small .brand { margin: 6px 0 0 0; }
    .navbar.navbar-small .primary-navbar { margin-left: 0; }
    .navbar-collapse .navbar-form,
    .navbar .primary-navbar .dropdown-menu { border: none; }
    .navbar-collapse .dropdown-menu .nav > li > a { padding-top: 12px; padding-bottom: 12px; }
}

/* === COLORS AND TYPOGRAPHY === */
a, .icon-ico_chevron_right_sm, .roundicon_small {
    color: #005E60;
}

.not-met-icon, .error-text-color, #top-error-icon {
    color: #cc0000;
}

.met-icon, .small-met-icon {
    color: #009900;
}

.form-label-normal {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: normal;
}

.form-label-normal-error {
    color: #C00;
    font-size: 18px;
    font-weight: normal;
}

.form-phone-prefix {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}

.form-bold-info-text {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

/* === BUTTONS === */
#submit-button {
    background-color: #005E60;
    color: white;
    min-width: 80px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.disabled-btn, .disabled-submit-btn {
    cursor: not-allowed;
    background-color: #005E60;
    opacity: 0.65;
    color: #fff;
}

#confirm-password[disabled] {
    cursor: not-allowed;
}

/* === ICONS === */
#top-error-icon, #new-pass-icon, #confirm-pass-icon, .form-guideline-icon, .chrome-hack, .chrome-hack-renewal-new-pass, .chrome-hack-renewal-cnfm-pass, .chrome-hack-new-pass, .not-met-icon {
    font-size: 20px;
}

.form-guideline-icon {
    margin-left: -30px;
    position: relative;
    top: 5px;
}

#new-pass-icon, #confirm-pass-icon {
    font-size: 20px;
}

.chrome-hack {
    position: relative;
    top: -28px;
    left: 230px;
}

.chrome-hack-renewal-new-pass,
.chrome-hack-renewal-cnfm-pass {
    left: 202px;
    top: -37px;
}

.chrome-hack-new-pass {
    left: -30px;
}

.not-met-icon-disabled {
    color: #575757;
}

/* === ROWS AND CONTAINERS === */
.gl-row, .parent-tr, .gl-text-container, .gl-icon-container {
    color: #000;
}

.global-row {
    background-color: #fff;
}

.primary-navbar {
    height: 55px;
}

.optionsOuterContainer {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
}
.optionsInnerContainer {
    display: table;
    border-spacing: 10px 0;
}
.optionsForm {
    margin-bottom: 0;
}
.optionsTextElements {
    margin-left: 30px;
}
.fifty-percent-td {
    max-width: 300px;
    min-width: 50%;
}
#spanTxt {
    position: absolute;
    top: 30%;
    margin-left: 50px;
    padding-left: 15px;
    max-width: 52%;
}

/* === ADVANCED OPTIONS === */
#adv-chevron {
    cursor: pointer;
}

#adv-chevron {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 11px;
}

#adv-line {
    margin-bottom: 15px;
}

/* === GL ICON/TEXT CONTAINER === */
.gl-icon-container {
    margin-right: -10px;
    margin-top: -10px;
    margin-left: -5px;
    padding: 0;
    float: left;
}

.gl-text-container {
    margin-bottom: 0;
    margin-top: -20px;
    margin-left: 10px;
    padding: 0;
}

/* === TRIANGLE ICONS === */
#triangle, #confirm-triangle {
    float: left;
    margin-right: -50px;
    margin-left: -3px;
    color: #D4D4D4;
}
#triangle {
    margin-top: 68px;
}
#confirm-triangle {
    margin-top: 106px;
}

/* === PASSWORD GUIDELINES CONTAINERS === */
#confirm-password-guidelines-container,
#password-guidelines-container {
    margin-left: 18px;
    padding: 10px 13px 0 30px;
    border-radius: 7px;
    background-color: #D4D4D4;
}

#confirm-password-guidelines-container {
    margin-top: 115px;
    max-height: 60px;
}
#confirm-password-guidelines-container .gl-text-container {
    margin-top: 3px;
}
#confirm-password-guidelines-container .gl-icon-container {
    margin-top: 4px;
}

#pwd-gl-header {
    font-weight: 700;
    font-size: 16px;
    margin: -5px 0 15px -20px;
    color: #000;
    position: relative;
}

/* === ERROR HANDLING === */
.error-border {
    border-color: #cc0000;
}
#error-text {
    font-weight: 700;
    font-size: 18px;
}
.textErrorField {
    background-color: #FFF8A6;
    border: solid 1px #C00;
}

/* === TABLES === */
#advCollapse td {
    padding: 9px 0 0 0;
    line-height: 18px;
}
#advCollapse td:nth-child(1) {
    text-align: left;
    width: 10px;
}
#advCollapse th {
    padding: 8px;
    background-color: #e5e5e5;
    color: #000;
}
.parent-tr {
    font-weight: 700;
}

/* === MISCELLANEOUS === */
.spin {
    animation-name: spinnerRotate;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.border-container {
    border: 1px solid #e1e2e4;
    margin: auto;
    width: 96%;
    padding: 20px;
}
.forgot-password-sso-input {
    margin: 0 20px 0 15px;
}
.border-container-mini {
    border: 1px solid #e1e2e4;
    width: 33.3%;
    padding: 20px;
    display: table-cell;
}

.form-sub-header-normal {
    font-size: 16px;
    font-weight: normal;
}

/* === ROUND ICONS === */
.roundicon_title {
    text-align: center;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 100px;
    color: #fff;
}
.roundicon_small {
    background-color: #005E60;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 60px;
    display: inline;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 5px;
}
.roundicon_error {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    color: #C00;
    text-align: center;
}

/* === ALIGNMENT === */
.divider {
    font-size: 10px;
    margin-left: 3px;
    margin-right: 3px;
}
.alignLeft {
    float: left;
}
.alignRight {
    float: right;
    margin-top: 5px;
    margin-left: 25px;
}
.vAlignBottom {
    vertical-align: bottom;
}

/* === LOADING MASKS === */
#maskDiv, #initDiv, .myCssLoad, .myCssLoad-AuthOpt, .myCssLoad-VerifySSO {
    display: none;
    position: absolute;
    opacity: 0.8;
}
#maskDiv {
    background: transparent url(66f6adf164ce55da14dd.gif) 50% 50% no-repeat fixed;
    top: 0; left: 0;
}
#initDiv {
    top: 0; left: 0;
}
.myCssLoad {
    left: 5%; top: 30%;
}
.myCssLoad-AuthOpt {
    left: 5%;
}

/* === UL LISTS === */
.pass-op-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    backface-visibility: hidden;
}

/* === VAR NAVIGATION === */
.var_nav {
    position: relative;
    background: #F0F1F2;
    width: 300px;
    height: 70px;
    margin-bottom: 5px;
}
.var_nav:hover .link-title {
    color: #fff;
}
.var_nav:hover .link_bg {
    width: 100%;
    background: #005E60;
}
.var_nav:hover div {
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
}
.var_nav div {
    font-weight: 700;
}
.icon {
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    float: left;
}
.icon i {
    top: 15px;
    position: relative;
}
.var_nav span {
    margin-top: 25px;
    display: block;
}

/* === NEW PASSWORD === */
.new-password-row-1, .new-password-row-2 {
    width: 57%;
    display: inline-block;
}
.new-password-row-1 { margin-top: 30px; }
.new-password-row-2 { height: 50px; margin-top: 20px; }
.new-password-input-container {
    float: right;
    margin: 8px 0 8px 30px;
    width: 228px;
    height: 34px;
}
.new-password-icon {
    top: -37px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .new-password-icon {
        top: -37px;
    }
    ::i-block-chrome, .new-password-icon {
        top: -39px;
        left: 200px;
    }
}
.new-password-parent-container {
    display: inline-block;
    width: 100%;
}
.new-password-guidlines-container {
    float: right;
    max-width: 41%;
    margin-right: -10px;
    margin-top: -180px;
}

@-moz-document url-prefix() {
    .new-password-icon {
        top: -37px;
        left: 200px;
    }
}
::i-block-chrome, .safari-hack-renewal-new-pass,
::i-block-chrome, .safari-hack-renewal-cnfm-pass {
    left: 230px;
    top: -40px;
}

/* === DISPLAY UTILS === */
.invisible { visibility: hidden; }
.no-display { display: none; }
.next-button-float-right { float: right; margin-right: 25px; }
.form { margin: 0; }
.margin-left-10 { margin-left: 10px; }
.gevernova-background {
    width: 96%;
    background-image: url(c606c0b616deb15e13f4.jpg);
    margin-top: 15px;
}
.clear-center { align-content: center; }

/* === FORGOT PASSWORD === */
.forgot-password-message, .forgot-password-title {
    color: white;
}
.forgot-password-message {
    font-weight: bold;
}
.forgot-password-title {
    font-size: 14px;
}
.forgot-password-error-panel {
    border: 0;
    margin: 0;
    padding: 0;
}
.forgot-password-error {
    margin-top: 10px;
    margin-bottom: -10px;
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 4px;
    width: 101%;
    height: 46px;
    margin-left: 15px;
}
.forgot-password-error-message {
    margin-left: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #B94A48;
    font-size: 12px;
}

/* === COUNTRY PANEL === */
.country-list-panel-grid {
    width:80%;
    margin-top: -40px;
    margin-left: 10px;
    margin-bottom: -20px;
    padding-bottom: 10px;
}
.country-panel-grid {
    text-align: center;
    margin-right: 5px;
}
.country-image {
    height: 13px;
    width: 20px;
}
.country-label-panel-grid {
    margin-top: -5px;
    width: 100%;
    font-size: 11px;
}

.country-tool-tip {
    max-width: 300px;
}

/* === COLUMN CLASSES === */
.columncls { width: 320px; }
.columnclsonbutt { width: 890px; }
.columnclsdiv { width: 900px; }

/* === RESPONSIVE CSS === */
/* First Screen Shift */
@media screen and (max-width: 1200px) {
    #middle-text { margin-left: 30%; }
    .gl-row { margin-left: -30px; }
    #triangle { margin-right: -50px; margin-left: -19px; margin-top: 55px; }
    #password-guidelines-container { margin-left: 0; }
    .chrome-hack { top: -29px; left: 220px; }
}

/* Second Screen Shift */
@media screen and (max-width: 991px) {
    #error-icon-container { margin-right: 8px; }
    #middle-text { margin-left: 20px; margin-top: 50px; }
    #submit-button { position: absolute; margin-top: -52px; left: 580px; }
    #old-password, #new-password, #confirm-password {
        width: 250px; position: absolute; margin-left: -40px;
    }
    .form-title-container {
        width: 250px; float: left; position: relative; left: -50px;
    }
    #right-container { width: 300px; margin-left: 50%; }
    #left-container { width: 350px; float: left; }
    #pwd-gl-header { position: relative; }
    .gl-icon-container { float: left; margin-right: -10px; margin-left: -5px; margin-top: -10px; }
    .gl-row { max-height: 40px; margin-left: -15px; }
    #new-pass-icon, #confirm-pass-icon { position: absolute; margin-left: 180px; }
    .chrome-hack { position: relative; top: 5px; left: 250px; }
}

/* Third Screen Shift */
@media screen and (max-width: 767px) {
    #triangle { margin-left: 8px; }
    #password-guidelines-container { margin-left: 28px; width: 100%; }
    .header-row { margin-left: 15px; }
    #confirm-password-guidelines-container { margin-left: 20px; width: 100%; }
    #confirm-triangle { margin-left: 2px; }
}

.bold {
    font-weight: bold;
}

.password-reset-back {
    text-align: center;
    margin-bottom: -5px;
    margin-top: 10px;
}

.password-reset-back-icon {
    left:12px;
    margin-top:-10px;
}

.additional-resource-list {
    margin-left: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.width-5per {
    width: 5%;
}

.hide {
    display: none;
}

.link-title {
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #000000;
}

.send-me-text-fa {
    top: 15px;
    font-size: 40px;
}

.link_bg {
    height: 100%;
    position: absolute;
    background: #005E60 none repeat scroll 0 0;
    color: #FFF;
    z-index: 2;
}

.background-vernova-green {
    background-color: #005E60;
}

