﻿@charset "UTF-8";
/*
* === VARIABLES ===
*/
/*
* === MIXINS ===
*/
/*
* === HTML & BODY ===
*/
html, body {
  height: 100%;
}

/*
* === BODY ELEMENTS ===
*/
body {
  background: url("../images/cnr-background-blur.jpg") no-repeat center center;
  background-size: cover;
}
body.empty {
  background: #ffffff !important;
}
body.sym {
  background: url("../images/symphonic_bg_sso.jpg") no-repeat center center;
  background-size: cover;
}
body footer {
  background-color: #0d1318;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 35px 0;
}
body footer.sym {
  background-color: #484848;
}
body footer.sym .footer-pipe-text {
  color: #727171;
}
body footer .social-icons img {
  color: #fff;
  height: 70px;
}
body footer .footer-links {
  padding: 25px 0 23px;
  border-bottom: 1px solid #37424b;
  border-top: 1px solid #37424b;
  margin: 15px 0 28px;
}
body footer .footer-links a {
  font-family: Lato-Light;
  border-right: 1px solid #FFFFFF;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
}
body footer .footer-links a:hover {
  color: #fff;
  text-decoration: none;
}
body footer a {
  color: #FFFFFF;
  font-size: 13px;
}
body footer p {
  color: #FFFFFF;
  font-size: 13px;
}
body footer p.copyright {
  font-family: Lato-Light;
}
body footer p.ndi {
  border: 1px solid #FFFFFF;
  margin-top: 25px;
  padding: 5px;
  font-size: 15px;
  font-family: Lato-Light;
}
body footer p.ndi span {
  margin-left: 15px;
}

/*
* — NAVBAR —
*/
.navbar {
  background: rgb(23, 37, 49);
  height: 90px;
}
.sym .navbar {
  background: #484848;
}
.sym .navbar img {
  max-height: 80px;
}

/*
* — CARD —
*/
.sign-in-card {
  width: 290px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*#username-group {
      #UserId {
          background-image: url("../images/username/static.svg");
          @include inputWithIcon;


          &.active {
              background-image: url("../images/username/active.svg");
          }

          &.error {
              border-color: $red;
              background-image: url("../images/username/error.svg");
          }
      }
  }

  #password-group {
      #Password, #ConfirmPassword, #NewPassword {
          background-image: url("../images/password/static.svg");
          @include inputWithIcon;

          &.active {
              background-image: url("../images/password/active.svg");
          }

          &.error {
              border-color: $red;
              background-image: url("../images/password/error.svg");
          }
      }
  }

  #email-group {
      #Email {
          background-image: url("../images/email/static.svg");
          @include inputWithIcon;

          &.active {
              background-image: url("../images/email/active.svg");
          }

          &.error {
              border-color: $red;
              background-image: url("../images/email/error.svg");
          }
      }
  }*/
}

/*
* — PASSWORD REQUIREMENTS —
*/
.password-requirements .pw-criteria {
  line-height: 1;
  padding-bottom: 10px;
}
.password-requirements .pw-criteria .check-icon.active {
  display: none;
}
.password-requirements .pw-criteria span {
  font-size: 12px;
  color: #9399A0;
  display: inline-block;
  vertical-align: top;
}
.password-requirements .pw-criteria.met span {
  color: #06AD03;
}
.password-requirements .pw-criteria.met .check-icon {
  display: none;
}
.password-requirements .pw-criteria.met .check-icon.active {
  display: inline-block;
}
.password-requirements .pw-criteria img {
  vertical-align: top;
  margin-right: 3px;
}

/*
* — TOOL TIP —
*/
.help-link {
  color: #007AFF;
  font-family: lato;
  font-size: 14px;
  cursor: pointer;
}
.help-link:hover {
  text-decoration: underline;
}

.help-panel.sym a {
  color: #a28f59;
}

a:not([href]):not([tabindex]) {
  color: #007AFF;
  font-family: lato;
  font-size: 14px;
  cursor: pointer;
}
.sym a:not([href]):not([tabindex]) {
  color: #702342;
}
a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
}

/*
* — UTILITY —
*/
.required-tag {
  color: red;
}

.info-tag {
  background-color: #007AFF;
  color: #fff;
  border-radius: 2px;
  padding: 2px 7px;
  font-style: italic;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  height: 16px;
  margin-top: 3px;
}
.info-tag:hover {
  cursor: pointer;
}

.caret {
  font-size: 22px;
}
