.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  
  /* Support for IE. */
  font-feature-settings: 'liga';
  }
  /*----------------------*/
  
  * {
    box-sizing: border-box;
  }
  
  /* For Flexbox sitcky footer on some browsers */
  @media (--break-lg) {
    .main {
      padding-top: var(--space-lg);
    }
    .main::after {
      margin-top: var(--space-lg);
    }
  }
  
  .leading {
    display: block;
    width: 100%;
  }
  
  .leading-10 { height: 10px;}
  .leading-20 { height: 20px;}
  .leading-30 { height: 30px;}
  .leading-40 { height: 40px;}
  .leading-50 { height: 50px;}
  .leading-60 { height: 60px;}
  .leading-70 { height: 70px;}
  .leading-80 { height: 80px;}
  .leading-90 { height: 90px;}
  .leading-100 { height: 100px;}
  
  .hrule {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 24px;
  }
  
  html {
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  body {
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Arial,sans-serif;
  font-size: 16px;
  }
  
  a, a:link, a:hover, a:visited {
    color: #007AC9;
    text-decoration: none;
  }
  
  .main {
  flex: 1 0 auto;
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: row-reverse;
  align-items: stretch;
  margin-left: -4px; /* weird flexbox bug that leaves 4px gutter when it's supposed to stretch to 100% */
  }
  
  .main::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
  }
  
  .footer {
    flex: none;
    flex-shrink: 0;
    background-color: #007AC9;
    color: #fff;
    height: 172px;
    border-top: 1px solid #E0E0E0;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 116px;
    background-color: #fff;
    border-bottom: 8px solid #58A618;
    font-size: 14px;
    color: #000;
  }
  
  .footer-top .about {
    flex-basis: 60%;
    height: 100%;
    padding: 36px;
    line-height: 18px;
  }
  
  .footer-top ul.social {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 100%;
    padding: 36px;
    white-space: nowrap;
  }
  
  ul.social li {
    display: inline-block;
    margin: 0 16px;
    padding: 0px;
  }
  
  ul.social li img {
    width: 24px;
    height: 24px;
  }
  
  .footer-top .ecolab-link {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 42px 64px auto 32px;
    text-align: right;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    height: 56px;
    padding: 20px 36px;
  }
  
  .footer-links {
    white-space: nowrap;
  }
  .footer-links a,
  .footer-links a:link,
  .footer-links a:hover,
  .footer-links a:visited
   {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0px 16px;
    border-left: 1px solid #fff;
  }
  
  .footer-links a:first-child {
    border-left: none;
  }
  
  
  .main--full {
    padding: 0;
  }
  .main--full::after {
    content: none;
  }
  
  h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #007AC9;
    padding: 0px 24px;
  }
  
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  margin-top: 32px;
  }
  
  .page-signin .intro{
    margin-bottom: 44px;
  }
  
  .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  margin-top: 32px;
  }
  
  .hidden {
  display: none !important;
  }
  
  .background-image {
    /* Set the background image here or dynamically with script per page */
    /*
    background-image: url('images/background/background-photo2.jpg');
    background-image: url('images/background/background-photo3.jpg');
    background-image: url('images/background/background-photo4.jpg');
    background-image: url('images/background/background-photo5.jpg');
    background-image: url('images/background/background-photo5.jpg');
    background-image: url('images/background/background-photo1.jpg');
    */
    flex:1;
    margin: 0px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .page-create-password .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo1.jpg'); }
  .page-verify-email .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo1.jpg'); }
  .page-welcome .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo6.jpg'); }
  .page-otp .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo2.jpg'); }
  .page-signin .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo4.jpg'); }
  .page-enter-password .background-image { background-image: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-photo5.jpg'); }
  
  .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  min-width: 618px;
  text-align: center;
  background-color: transparent;
  background-color: #F8F8F8;
  padding: 24px 80px 40px 80px;
  }
  
  #ecolabs-sign-in {
    text-align: center;
  }
  
  .card {
  width: 458px;
  min-width: 458px;
  min-height: 500px;
  overflow: hidden;
  background-color: #fff;
  transition: all 150ms ease-in-out;
  }
  
  .card-dp1 {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14),  
  0px 1px 10px 0px rgba(0, 0, 0, 0.12), 
  0px 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
  
  .card-header {
  height: 100px;
  background-color: #007AC9;
  text-align: center;
  }
  /* horizontal tagline */
  /*
  .card-header .logo {
  margin-top: 34px;
  width: 360px;
  } 
  */
  
  /* stacked tagline */
  .card-header .logo {
    margin-top: 30px;
    height: 60px;
  } 
  
  .card-content {
  width: 370px;
  margin: 16px 44px 32px 44px;
  }
  
  .username {
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  padding: 0px;
  }
  .username .avatar {
  margin: 6px;
  }
  .username input {
  position: relative;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  padding: 0px;
  display: inline-block;
  height: 32px;
  margin: 0px 16px 0px 0px;
  top: -12px;
  text-align:center;
  }
  
  input-text {
  display: block;
  position: relative;
  margin: 16px auto 8px auto;
  width: 370px;
  }
  
  .Password .btn-show-password {
  position: relative;
  margin-left: 75%;
  top:44px
  }
  
  .Password .btn-show-password:hover {
    cursor: pointer;
  }
  
  .page-create-password .attr .Password{
    margin-top:-24px
  }

  .attr li{
    list-style-type: none;
  }
  .attr ul{
    padding: 0;
  }
  
  .attrEntry a {
    display:none;
  }
  
  .attrEntry label {
    display:none;
  }
  
  
  /*.attrEntry label {
  position: absolute;
  font-size: 16px;
  line-height: 56px;
  top: 0px;
  left: 24px;
  transition: all 150ms ease-out;
  opacity: 0.54;
  letter-spacing: 0.4;
  }*/
  
  .attrEntry input {
  height: 56px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 0px 24px;
  font-size: 1rem;
  background-color: transparent;
  }
  /*.attrEntry input.has-value + label,
  .attrEntry input:focus + label {
  top: -6px;
  font-size: 12px;
  z-index: 10;
  line-height: 16px;
  background-color: #fff;
  padding: 0 4px;
  opacity: 1;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  }*/
  
  .attrEntry input:focus + label {
  color: #007AC9;
  }
  
  .attrEntry input:focus {
  outline: none;
  border-color: #007AC9;
  border-width: 2px;
  }
  
  .attrEntry .invalid {
  border-color: #E00034 !important;
  border-width: 2px;
  }
  
  .attrEntry .invalid + label {
  color: #E00034 !important;
  }
  
  #cancel {
    display: none;
  }
  
  .button {
  text-transform: uppercase;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  padding: 0px 16px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
  transition: all 300ms ease-out;
  border-width: 0px;
  }
  .button:hover {
    cursor: pointer;
  }
  
  .button[disabled]:hover{
    cursor:default;
  }
  
  .button-blue {
  background-color: #007AC9;
  color: #fff;
  }
  
  .button[disabled] {
  background-color: #BEBEBE;
  }
  
  .button.full-width {
    width: 100%;
    margin: 16px auto;
  }
  .button-blue-outline {
    background-color: transparent;
    color: #007AC9;
    border: 1px solid #007AC9;
  }
  
  .card .button-submit {
  margin-top: 30px;
  margin-bottom: 30px;
  }
  
  .caption {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  text-align: left;
  }
  
  .caption.below-card {
    margin: 24px;
    max-width: 458px;
  }
  
  .caption.error-message {
    color: #D50301;
    line-height: 24px;
    margin: 8px 0;
  }
  
  .caption.error-message img {
    position: relative;
    top: 3px;
  }
  
  /*
  enter password page css
  */
  
  .entry-item label {
    display: none;
  }
  
  
  #password {
  color: #007AC9;
  }
  
  .attrEntry input:focus {
  outline: none;
  border-color: #007AC9;
  border-width: 2px;
  }
  
  .attrEntry input.error {
  border-color: #E00034 !important;
  border-width: 2px;
  }
  
  .attrEntry input.error + label {
  color: #E00034 !important;
  }
  
  /*.verificationInfoText {
    display:none !important;
  }*/
  
  .page-create-password .Password .attrEntry {
    margin-bottom:16px;
  }
  
  .verifying-modal {
    display:none;
  }
  
  #verifying_blurb {
    display:none;
  }
  
  
  #readOnlyEmail_ver_input {
    height: 56px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 0px 24px;
    font-size: 1rem;
    background-color: transparent;
    text-align: center;
    margin-top: 16px;
  }
  #readOnlyEmail_ver_input:focus{
    outline: none;
    border-color: #007AC9;
    border-width: 2px;
  }
  
  #readOnlyEmail_ver_input_label{
    display: none !important;
  }
  
  #readOnlyEmail {
    max-width:80%;
    min-width:15ch;
  }
  /*.page-enter-password .entry {
    margin-top: 32px;
  }*/
  
  .page-enter-password .entry-item.username {
    margin-bottom: 16px;
  }
  
  .highlightError#password{
  border-color: #E00034;
  border-width: 2px;
  }
  
  .page-verify-email #readOnlyEmail_ver_but_resend {
    outline: none;
      border: none;
      color: #007AC9;
      text-transform: none;
      font-weight: 400;
      height: auto;
      padding: 0;
    margin: 0px auto 16px auto;
    background-color:transparent;
    
  }
  
  .page-verify-email #continue[disabled]{
    display:none;
  }
  
  .page-create-password .Password.attrEntry {
    margin-bottom: 16px;
  }
  
  /* Responsive Media Queries */
  
  @media (max-width: 1280px) {
    body {
      background-color: #f7f7f7;
      background: url('https://eclb2ccustompolicyui.blob.core.windows.net/ecolabconnect/UIAssets/images/background/background-full1.jpg') no-repeat center top !important;
      background-size: cover;
      height: 100%;
    }
  
    .background-image {
      background-image: none !important;
      background-color: transparent;
      margin: 0px
    }
    .card-wrapper {
      flex-basis: 100%; 
      background: transparent;
    }  
    .footer {
      height: auto;
      text-align: center;
    }
    .footer-top {
      height: auto;
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 36px;
    }
    .footer-top .about {
      flex-basis: 0;
      height: auto;
      text-align: left;
      margin: 36px auto 10px auto;
      padding: 0px 24px;
      max-width: 700px;
    }
    .footer-top ul.social {
      margin: 10px auto;
      padding: 0px;
      height: 24px;
    }
    .footer-top .ecolab-link {
      text-align: center;
      margin: 10px auto;
      padding: 0px;
    }
  }
  
  @media (max-width: 768px) { 
    .footer {
      height: auto;
    }
    .footer-top {
      height: auto;
      padding-bottom: 36px;
    }
    .footer-bottom {
      height: auto;
      flex-direction: column-reverse;
      padding: 10px 0px 20px 0px;
    }
    .footer-bottom > .copyright, 
    .footer-bottom > .footer-links {
      margin: 10px auto;
    }
  
    .footer-links a,
    .footer-links a:link,
    .footer-links a:hover,
    .footer-links a:visited {
        padding: 0px 10px; 
    }
  }
  
  @media (max-width: 600px) { 
    .main {
      background-image: none;
    }
    .card-wrapper {
      width: 100%;
      min-width: 100%;
      padding: 0px;
    }
    #ecolabs-sign-in,
    .card {
      flex-basis: 100%;
      width: 100%;
      min-width: 100%;
      align-self: flex-start;
      margin: 0px;
      box-shadow: none;
    }
    .card-content {
      width: 100%;
      min-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin: 40px 0px;
    }
    .attrEntry, .input-password {
      width: 100%;
      min-width: 100%;
    }
    #browser-support-text {
      display: none;
    }
  }
  