/*Desktop Css start here*/
/* line 2, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.headerFullWrapper {
  width: 100%;
  background: #f8f8f8;
  border-bottom: 1px solid #b1b3b4;
}

/* line 7, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.headerNew {
  max-width: 940px;
  margin: 0 auto;
  padding: 24px 0 27px 0;
}

/* line 13, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.discover-logo {
  cursor: pointer;
  float: left;
  font-size: 1%;
  color: #267bb1;
  text-decoration: none;
  background: transparent;
  width: 250px;
}

/* line 21, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.discover-logo img {
  vertical-align: middle;
}

/* line 27, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.alreadyLogin a {
  font-size: 19.31px;
  color: #ff8635;
  text-decoration: none;
}

/* line 42, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.help-line {
  color: #000;
  font-size: 15px;
  background: url(../images/icon-callin.gif) no-repeat;
  line-height: 1.5em;
  padding-left: 20px;
}

/* line 48, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.help-line .callForAccessibility {
  position: absolute;
  left: -10000px;
}

/* line 52, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.help-line a {
  color: #000;
  text-decoration: none;
}

/* line 56, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.help-line .helpLineNumber {
  font-family: MetaWebPro Normal;
}

/* line 61, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.noPadding {
  padding: 0;
}

/* line 64, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.textAlignRight {
  text-align: right;
}

/* line 69, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.loginWrapper {
  padding-right: 10px;
}

/* line 72, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
.contactWrapper {
  border-left: 1px solid #404443;
  padding-left: 10px;
  display: inline-block;
  margin-left: -4px;
}

/*Desktop Css ends here*/
/*mobile Css start here*/
@media only screen and (max-width: 991px) {
  /* line 84, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .headerNew {
    margin: 0 auto;
    padding: 22px 16px 22px 16px;
  }
  /* line 90, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .discover-logo {
    width: 175px;
  }
  /* line 94, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .helpLineNumber {
    display: none;
  }
  /* line 103, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form .remember-checkbox {
    display: block;
    font-size: 1.07em;
    font-weight: normal;
    margin: 0;
    color: #424242;
    padding-left: 10px;
  }
  /* line 110, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form .remember-checkbox .remember-label {
    font-size: 1.07em;
    font-weight: normal;
    margin: 0;
    color: #424242;
    padding-left: 10px;
  }
  /* line 120, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form input[type="checkbox"] {
    position: relative;
    top: 5px;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background: #e5e5e5;
    outline: 0;
    border-radius: 25px;
    transition: left .3s;
    -webkit-transition: left .3s;
    vertical-align: unset;
  }
  /* line 133, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form input[type="checkbox"]:before {
    content: '';
    width: 20.1px;
    height: 20.1px;
    background: #fff;
    position: absolute;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: left .3s linear;
    -webkit-transition: left .3s linear;
    left: 0;
  }
  /* line 145, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form input:checked[type="checkbox"]:before {
    left: 20px;
  }
  /* line 148, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form input[type="checkbox"]:after {
    content: '';
    height: 20px;
    border-radius: 25px;
    background-color: transparent;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 0;
  }
  /* line 158, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .loginModule form input:checked[type="checkbox"]:after {
    background-color: #099ddb;
    width: 40px;
  }
  /* line 165, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_header.scss */
  .loginModalMain .transition-login {
    top: 36px;
    height: 1000px;
  }
}

/*mobile Css ends here*/
/*Desktop Css start here*/
/* line 2, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_footer.scss */
.globalFooterWrap {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dcdbdb;
}

/* line 7, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_footer.scss */
.globalFooterContent {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 0 168px;
}

/* line 12, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_footer.scss */
.globalFooterContent .footer {
  color: #838383;
  text-align: center;
}

/* line 15, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_footer.scss */
.globalFooterContent .footer p {
  font-family: 'MetaWebPro Medium';
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 24px;
  margin: 0px;
  line-height: 22px;
}

/*Desktop Css ends here*/
/*mobile Css start here*/
@media (max-width: 991px) {
  /* line 31, C:/xampp/htdocs/DSL-Pre-login-MFA/scss/_footer.scss */
  .globalFooterWrap .globalFooterContent {
    width: 100%;
    padding: 26px 30px 76px;
  }
}

/*mobile Css ends here*/

/*# sourceMappingURL=../css/header_footer.map */