    @font-face {
      font-family: 'SegoeUI';
      src: url(https://login.microsoftonline.com/static/tenant/templates/fonts/segoeui.WOFF);
      font-weight: normal;
    }

    @font-face {
      font-family: 'SegoeUI';
      src: url(https://login.microsoftonline.com/static/tenant/templates/fonts/segoeui_bold.WOFF);
      font-weight: bold;
    }

    #AmazonExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/amazon.svg);
    }

    #AmazonExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/amazon.svg);
    }

    #FacebookExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/facebook.svg);
    }

    #FacebookExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/facebook.svg);
    }

    #GitHubExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/github.svg);
    }

    #GitHubExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/github.svg);
    }

    #AppleExchange,
    #AppleManagedExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/apple.svg);
    }

    #AppleExchange:hover,
    #AppleManagedExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/apple.svg);
    }

    #GoogleExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/google.svg);
    }

    #GoogleExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/google.svg);
    }

    #LinkedInExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/linkedin.svg);
    }

    #LinkedInExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/linkedin.svg);
    }

    #MicrosoftAccountExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/microsoft.svg);
    }

    #MicrosoftAccountExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/microsoft.svg);
    }

    #QQExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/qq.svg);
    }

    #QQExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/qq.svg);
    }

    #TwitterExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/twitter.svg);
    }

    #TwitterExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/twitter.svg);
    }

    #WeChatExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/wechat.svg);
    }

    #WeChatExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/wechat.svg);
    }

    #WeiboExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/weibo.svg);
    }

    #WeiboExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/weibo.svg);
    }

    /* .buttons #cancel:before {
      content: url(https://login.microsoftonline.com/static/tenant/templates/images/left-arrow.svg);
    } */
  
    #SignInWithLogonNameExchange,
    #SignUpWithLogonEmailExchange,
    #SignUpWithLogonNameExchange {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/local.svg);
    }

    #SignInWithLogonNameExchange:hover,
    #SignUpWithLogonEmailExchange:hover,
    #SignUpWithLogonNameExchange:hover {
      background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/white/local.svg);
    }

    #SignUpWithLogonEmailExchange.text-link {
      background-image: none;
      background-color: transparent !important;
    }

    #SignUpWithLogonEmailExchange.text-link:hover {
      background-image: none;
      background-color: transparent !important;
    }
  
    html {
      background: 0 0
    }

    body {
      /* font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; */
      background-attachment: fixed;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: left;
      font: -apple-system-body
    }

    p {
      margin: 0
    }

    a:focus {
      outline: 0
    }

    input,
    select {
      border: 1px solid #605e5c
    }

    input::placeholder {
      color: #6a6d75;
      opacity: 1
    }

    img[data-tenant-branding-background=true] {
      width: 100%;
      height: 100%;
      object-fit: fill;
      z-index: 0;
      position: fixed;
      left: 0;
      overflow: hidden;
      top: 0
    }

    img[data-tenant-branding-background=false] {
      width: 100%;
      height: 100%;
      object-fit: fill;
      z-index: 0;
      position: fixed;
      left: 0;
      overflow: hidden;
      top: 0
    }

    div[data-tenant-branding-background-color=true] {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: -1
    }

    .container {
      text-align: center;
      width: 100%;
      display: table;
      /* height: 100vh; */
      padding: 0
    }

    #api {
      margin: 0 auto
    }

    .heading h1 {
      margin-bottom: 20px
    }

    .col-lg-6 {
      max-width: 470px;
      width: 100%;
      float: none;
      display: inline-block;
      vertical-align: top;
      padding: 0
    }

    .row {
      width: 100%;
      margin: 0;
      display: table-cell;
      vertical-align: middle
    }

    ul {
      padding: 0
    }

    #simplemodal-container .simplemodal-data {
      padding: 5px 8px;
      overflow: hidden;
      background-color: #fff;
      border-radius: 3px;
      font-style: italic
    }

    /* #LocalAccountSigninEmailExchange,
    #LocalAccountSigninUsernameExchange,
    #SignInWithLogonEmailExchange,
    #SignInWithLogonNameExchange,
    #SignUpWithLogonEmailExchange,
    #SignUpWithLogonNameExchange {
      background-color: #296ec6;
      background-image: url(none);
      background-size: 10%;
      background-position-x: 95%;
      background-position-y: 50%;
      background-repeat: no-repeat;
      border-radius: .5rem;
      width: 100%;
      width: 100%;
      font-size: 1em;
      margin-left: auto
    } */
    

    #LocalAccountSigninEmailExchange:hover,
    #LocalAccountSigninUsernameExchange:hover,
    #SignInWithLogonEmailExchange:hover,
    #SignInWithLogonNameExchange:hover,
    #SignUpWithLogonEmailExchange:hover,
    #SignUpWithLogonNameExchange:hover {
      background-color: #1662c7 !important
    }

    #AmazonExchange:hover {
      background-color: #36474f !important
    }

    #FacebookExchange:hover {
      background-color: #3b5595 !important
    }

    #GitHubExchange:hover {
      background-color: #0f0f0f !important
    }

    #AppleExchange:hover,
    #AppleManagedExchange:hover {
      background-color: #0f0f0f !important
    }

    #GoogleExchange:hover {
      background-color: #c64a29 !important
    }

    #LinkedInExchange:hover {
      background-color: #0274b3 !important
    }

    #MicrosoftAccountExchange:hover {
      background-color: #01a4ef !important
    }

    #QQExchange:hover {
      background-color: #1a97df !important
    }

    #TwitterExchange:hover {
      background-color: #1da1f2 !important
    }

    #WeChatExchange:hover {
      background-color: #4cc522 !important
    }

    #WeiboExchange:hover {
      background-color: #e81123 !important
    }

    .buttons button {
      margin: 0 auto;
      width: 60%;
      height: 50px;
      background-color: #296ec6;
      border-radius: .5rem;
      border: none;
      color: #fff;
      /* font-size: 1em; */
      /* margin-top: 10px */
    }

    .buttons button:hover {
      background-color: #1662c7;
      border-color: #204d74
    }

    .buttons button[aria-disabled=true] {
      opacity: .3
    }

    .buttons button:not([aria-disabled=true]) {
      opacity: 1
    }

    /* .buttons #cancel {
      padding: 0;
      margin-left: auto;
      background: 0 0;
      border: 0;
      width: inherit;
      position: absolute;
      background-color: transparent;
      top: 2px;
      left: 15px;
      font-size: 1em;
      color: #505050;
      box-shadow: none;
      text-align: left
    }

    .buttons #cancel:hover {
      color: #000 !important
    }

    .buttons #cancel:before {
      padding: 10px;
      vertical-align: sub;
      zoom: 90%;
      display: inline-block
    } */

    #attributeList ul {
      padding: 0
    }

    #attributeList ul li {
      list-style: none;
      /* margin: 1rem 0 */
    }

    label {
      font-weight: 600
    }

    /* #attributeList ul li.EmailBox label,
    #attributeList ul li.Password label,
    #attributeList ul li.TextBox label,
    #attributeList ul li.Readonly label {
      display: none !important
    } */

    #attributeList ul li label[for=cpiminternal_legalCountry] {
      float: none;
      display: block !important;
      text-align: left;
      margin-bottom: .5rem
    }

    #attributeList ul li label[for=cpiminternal_dateOfBirth] {
      float: none;
      text-align: left;
      display: block !important;
      margin-bottom: .5rem
    }

    #attributeList ul li input::-webkit-input-placeholder {
      text-indent: 20px
    }

    /*
    #attributeList ul li .attrEntry.validate input.invalid,
    #attributeList ul li .attrEntry.validate input:invalid {
      border: 1px solid #b00
    }
    */

    #attributeList ul li .attrEntry .verify {
      margin-top: 2rem;
      padding-bottom: 10px;
      position: relative
    }

    #attributeList ul li .attrEntry .verificationControlContent .buttons {
      margin-top: 2rem;
      padding-bottom: 10px;
      position: relative
    }

    #attributeList ul li .attrEntry .verify .sendButton[id$=ver_but_send] {
      width: 60%;
      height: 50px;
      background-color: #296ec6;
      color: #fff;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verificationControlContent .sendCode {
      width: 60%;
      height: 50px;
      background-color: #296ec6;
      color: #fff;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verify .sendButton[id$=ver_but_send]:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verificationControlContent .sendCode:hover {
      background-color: #1662c7
    }

    @media screen and (-ms-high-contrast:active) {

      #attributeList ul li .attrEntry .verify button,
      .buttons #continue {
        border: 1px dashed #fff !important
      }

      #attributeList ul li .attrEntry .verify button:hover,
      .buttons #continue:hover {
        border: 1px solid #fff !important
      }
    }

    #attributeList ul li .attrEntry .verify .verifyButton {
      width: inherit;
      padding: 0 20px;
      height: 50px;
      background-color: #296ec6;
      color: #fff;
      margin-right: 5px;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verificationControlContent .verifyCode {
      width: inherit;
      padding: 0 20px;
      height: 50px;
      background-color: #296ec6;
      color: #fff;
      margin-right: 5px;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verify .verifyButton:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verificationControlContent .verifyCode:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verify .sendButton[id$=ver_but_resend] {
      width: inherit;
      padding: 0 20px;
      border: 0;
      font-size: 1em;
      height: 50px;
      right: 0;
      bottom: -38px;
      background-color: #296ec6;
      color: #fff;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verificationControlContent .sendNewCode {
      width: inherit;
      padding: 0 20px;
      border: 0;
      font-size: 1em;
      height: 50px;
      right: 0;
      bottom: -38px;
      background-color: #296ec6;
      color: #fff;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verify .sendButton[id$=ver_but_resend]:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verificationControlContent .sendNewCode:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verify .editButton {
      border: none;
      color: #fff;
      background-color: #296ec6;
      width: 60%;
      height: 50px;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verificationControlContent .changeClaims {
      border: none;
      color: #fff;
      background-color: #296ec6;
      width: 60%;
      height: 50px;
      border-radius: .5rem
    }

    #attributeList ul li .attrEntry .verify .editButton:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verificationControlContent .changeClaims:hover {
      background-color: #1662c7
    }

    #attributeList ul li .attrEntry .verify #email_ver_input_label {
      display: none !important
    }

    #api .working {
      background: url(data:image/gif;base64,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) no-repeat;
      height: 30px;
      width: auto;
      background-position: center bottom
    }

    #attributeList ul li .attrEntry .itemLevel {
      display: none
    }

    input[type=email],
    input[type=password],
    input[type=text] {
      -webkit-appearance: none
    }

    #attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
      display: table;
      width: 100%
    }

    #attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
      border-radius: .5rem;
      display: inline-block;
      height: 50px;
      padding-left: 15px
    }

    #attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_day.day {
      margin-right: 3%;
      width: 23%
    }

    #attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_month.month {
      margin-right: 3%;
      width: 38%
    }

    #attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_year.year {
      width: 33%
    }

    #attributeList ul li .helpLink {
      display: none
    }

    #attributeVerification .buttons {
      margin-top: 30px
    }

    @media screen and (max-width:100%) {
      .row .panel-default .panel-body {
        margin-top: 40px
      }

      .row .panel-default .panel-body .branding img {
        display: block;
        height: 80px;
        width: auto;
        margin: 0 auto
      }

      .row .panel-default .panel-body .branding h1 {
        display: none
      }

      .row .panel-default .panel-body h3 {
        font-size: 1.5em;
        margin-top: 15px
      }

      #attributeVerification #attributeList ul li input {
        width: 60%;
        height: 40px;
        border-radius: .5rem;
        border: 1px solid #605e5c;
        text-indent: 10px
      }

      #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
        text-indent: 10px
      }

      #attributeVerification #attributeList ul li #email {
        width: 65%;
        float: left;
        position: relative;
        z-index: 2
      }

      #attributeVerification #attributeList ul li #email_ver_but_verify {
        background: 0 0;
        border: 0;
        color: #496ad8;
        font-size: 1em;
        position: relative;
        right: 0;
        top: 60px;
        font-size: 1.1em;
        width: auto;
        z-index: 1;
        height: 20px
      }

      #attributeVerification #attributeList ul li #email_ver_input {
        min-width: 50%;
        width: 60%;
        float: left
      }

      #attributeVerification #attributeList ul li #email_ver_but_resend {
        top: 10px;
        font-size: 1.1em;
        height: 20px
      }

      #attributeVerification #attributeList ul li .attrEntry #email {
        height: 40px
      }

      #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send:after {
        content: " Verify";
        font-size: 1.1em;
        font-style: bold;
        margin-left: 40%
      }

      #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_send {
        height: 40px;
        width: auto;
        float: right;
        overflow: hidden;
        text-indent: -200px
      }

      #attributeVerification #attributeList ul li .attrEntry .verify #email_ver_but_edit {
        margin-bottom: 15px;
        border: none;
        color: #fff;
        background-color: #496ad8;
        border-radius: .5rem;
        font-size: 1em;
        box-shadow: 0 0 40px 2px #dae1f7;
        width: 30%;
        height: 40px;
        overflow: hidden;
        padding-top: 6px;
        margin-left: 40%
      }

      #attributeVerification #attributeList ul li .attrEntry .verify:after {
        content: " ";
        display: block;
        clear: both
      }

      #attributeVerification #attributeList #verifying_blurb {
        margin-top: 15px
      }

      #attributeVerification .buttons #continue {
        height: 40px
      }

      /* #attributeVerification .buttons #cancel {
        font-size: 1em;
        left: 40%
      } */
    }

    .panel,
    .panel_layout,
    .panel_layout_row,
    body,
    html {
      height: 100%
    }

    @media only screen and (max-width:600px) {
      img[data-tenant-branding-background=true] {
        display: none
      }

      .container {
        background-color: #fff
      }

      .container .row .panel-default {
        border-radius: 0;
        border: none;
        box-shadow: none
      }
    }

    .unified_container .row .panel-default {
      /* padding: 30px 30px 40px 30px; */
      margin-top: auto;
      margin-bottom: auto;
      height: 100%;
      background-color: #fff
    }

    .unified_container .row .panel-default .panel-body {
      max-width: 430px;
      width: auto;
      /* margin: 0 auto; */
      /* padding: 0 */
    }

    .unified_container .row .panel-default .panel-body .companyName {
      font-size: 1.5em;
      margin-bottom: 45px
    }

    .unified_container .row .panel-default .panel-body .companyLogo {
      display: block
    }

    .unified_container .row .panel-default .panel-body img {
      max-width: 100%;
      width: auto;
      height: 70px;
      margin: 0 auto;
      display: block
    }

    .unified_container .row .panel-default .panel-body h3 {
      font-size: 1.5em;
      display: none
    }

    .unified_container .row .panel-default #api {
      display: table;
      margin: 0;
      width: 100%
    }

    .unified_container .row .panel-default #api .intro {
      display: block;
      text-align: left
    }

    .unified_container .row .panel-default #api .intro h2 {
      font-size: 20px
    }

    .unified_container .row .panel-default #api .divider {
      display: none
    }

    .unified_container .row .panel-default #api .localAccount {
      top: 10px;
      width: 100%
    }

    .unified_container .row .panel-default #api .localAccount .intro h2 {
      font-size: 20px
    }

    .unified_container .row .panel-default #api .localAccount .error {
      color: #b00;
      text-align: left
    }

    .unified_container .row .panel-default #api .localAccount .entry .buttons {
      margin: 0 0 23px 0;
      text-align: left
    }

    .unified_container .row .panel-default #api .localAccount .entry .buttons button {
      background-image: none;
      background-color: #296ec6;
      border: none;
      border-radius: .5rem;
      cursor: pointer;
      display: inline-block;
      font-size: 1em;
      font-weight: 400;
      height: inherit;
      line-height: 1.3333333;
      /* margin-top: 2rem; */
      margin-right: 0;
      margin-bottom: 1.2rem;
      margin-left: 0;
      padding: 10px 16px;
      text-align: center;
      touch-action: manipulation;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      width: inherit;
      -moz-user-select: none;
      -ms-touch-action: manipulation;
      -ms-user-select: none;
      -webkit-user-select: none;
      color: #fff;
      width: 63%;
      box-shadow: 0 0 30px 0 #dae1f7
    }

    @media screen and (-ms-high-contrast:active) {

      .unified_container .row .panel-default #api .accountButton,
      .unified_container .row .panel-default #api .localAccount .entry .buttons button {
        border: 1px dashed #fff
      }

      .unified_container .row .panel-default #api .accountButton:hover,
      .unified_container .row .panel-default #api .localAccount .entry .buttons button:hover {
        border: 1px solid #fff
      }
    }

    .unified_container .row .panel-default #api .localAccount .entry .buttons button:focus,
    .unified_container .row .panel-default #api .localAccount .entry .buttons button:hover {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #1662c7;
      color: #fff
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item {
      position: relative;
      width: 100%;
      padding-top: 6px;
      padding-bottom: 6px;
      display: block
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item label {
      display: none
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item input:focus {
      border: 2px solid #000
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item input {
      outline: 0;
      background-color: #fff !important;
      background-image: none !important;
      border-radius: .5rem !important;
      color: #555;
      display: inline-block;
      font-size: 1em;
      height: 50px;
      line-height: 1.42857143;
      padding: 6px 20px;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
      width: 100% !important;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item #password {
      margin-bottom: 20px
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item .password-label {
      text-align: left;
      height: 0;
      left: 0;
      width: 100%
    }

    .forgot-password {
      text-align: left
    }

    .forgot-password.center-height {
      position: absolute;
      bottom: 0;
      clear: right;
      cursor: pointer;
      text-align: right
    }

    @keyframes slideInFromRight {
      0% {
        opacity: 0;
        transform: translateX(50%)
      }

      100% {
        opacity: 1;
        transform: translateX(0)
      }
    }

    .unified_container .row .panel-default #api .localAccount .entry .entry-item .password-label #forgotPassword {
      position: absolute;
      bottom: 0;
      clear: right;
      cursor: pointer;
      text-align: right
    }

    .unified_container .row .panel-default #api .localAccount .rememberMe {
      margin-top: -2rem;
      text-align: right;
      margin-left: 59%;
      position: relative;
      width: 15rem
    }

    .unified_container .row .panel-default #api .localAccount .rememberMe.align-to-left {
      margin-top: .5rem;
      text-align: left;
      margin-left: 0;
      width: 100%
    }

    .working {
      display: none
    }

    .unified_container .row .panel-default #api .claims-provider-list-text-links p,
    .unified_container .row .panel-default #api .localAccount .create p {
      text-align: left;
      margin-top: -3rem;
      margin-bottom: 3rem
    }

    .unified_container .row .panel-default #api .localAccount .create #createAccount {
      border-radius: .5rem;
      display: inline-block;
      font-size: 1em;
      font-weight: 400;
      height: inherit;
      line-height: 1.3333333;
      padding: 10px 16px;
      text-align: center;
      touch-action: manipulation;
      user-select: none;
      white-space: nowrap;
      -moz-user-select: none;
      -ms-touch-action: manipulation;
      -ms-user-select: none;
      -webkit-user-select: none;
      width: auto;
      margin-top: -3rem;
      cursor: pointer;
      animation: .5s ease-out 0s 1 slideInFromRight
    }

    .unified_container .row .panel-default #api .social {
      display: table-footer-group;
      position: relative;
      top: 1px;
      width: auto
    }

    .unified_container .row .panel-default #api .accountButton {
      background-size: 10% 70%;
      background-position-x: 3%;
      background-position-y: 50%;
      background-repeat: no-repeat;
      display: block;
      font-size: 16px;
      height: 45px;
      width: 100%;
      margin-left: auto;
      overflow: hidden;
      padding: 0 50px;
      max-width: 380px;
      border: 1px solid #605e5c;
      background-color: #fff;
      -moz-border-radius: .5rem;
      -webkit-border-radius: .5rem;
      border-radius: .5rem;
      margin-top: 10px
    }

    .unified_container .row .panel-default #api .accountButton:hover {
      color: #fff;
      background-color: #1662c7
    }

    .claims-provider-list-text-links-bottom-under-form {
      text-align: left
    }

    @media (max-width:100%) {
      .unified_container .row .panel-default {
        margin-top: auto;
        margin-bottom: auto;
        height: 550px
      }

      .unified_container .row .panel-default .panel-body {
        padding: 5rem 3rem;
        margin-top: 20px
      }

      .unified_container .row .panel-default .panel-body .companyName {
        display: none
      }

      .unified_container .row .panel-default .panel-body .companyLogo {
        display: block
      }

      .unified_container .row .panel-default .panel-body h3 {
        display: block
      }

      .unified_container .row .panel-default .panel-body #api {
        width: auto
      }

      .unified_container .row .panel-default .panel-body #api .social {
        top: 370px;
        width: auto
      }

      .unified_container .row .panel-default .panel-body #api .social .options .accountButton {
        height: 40px
      }

      .unified_container .row .panel-default .panel-body #api .social .options #FacebookExchange {
        background-size: 12px;
        background-position: 50% 75%;
        margin-bottom: 10px
      }

      .unified_container .row .panel-default .panel-body #api .social .options #GoogleExchange {
        background-size: 20px;
        background-position: 50% 75%;
        margin-bottom: 10px
      }

      .unified_container .row .panel-default .panel-body #api .social .options #TwitterExchange {
        background-size: 20px;
        background-position-x: 56px;
        background-position-y: 14px;
        margin-bottom: 10px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount {
        top: 20px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .entry-item {
        display: block;
        width: 100%;
        margin-bottom: 10px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .entry-item .password-label {
        top: 145px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .entry-item #logonIdentifier {
        height: 40px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .entry-item #password {
        height: 40px
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .entry-item:nth-child(2) {
        width: auto;
        float: left
      }

      .unified_container .row .panel-default .panel-body #api .localAccount .entry .buttons #next {
        width: auto;
        text-indent: -4px;
        height: 40px;
        line-height: 0;
        position: relative;
        bottom: 5px;
        left: 8px
      }
    }

    @media screen and (max-width:320px) {
      .unified_container .row .panel-default #api .localAccount .rememberMe {
        margin-top: 1.75rem;
        text-align: left;
        margin-left: 0;
        width: 100%
      }

      .unified_container .row .panel-default #api .localAccount .entry .entry-item .password-label #forgotPassword {
        bottom: -1rem
      }

      .forgot-password.center-height {
        top: 0;
        right: 12rem;
        position: relative
      }
    }

  
/* CSS */

/*
General font family
*/
@font-face {
    font-family: "intel-clear-headers";
    src: url(https://consumer.intel.com/060888be7dccf869db54.ttf);
}

/* Normal */
@font-face {
    font-family: "intel-clear";
    src: url(https://consumer.intel.com/33af11200cffaf9540ff.ttf);
    font-weight: normal;
}

/* Bold */
@font-face {
    font-family: "intel-clear";
    src: url(https://consumer.intel.com/060888be7dccf869db54.ttf);
    font-weight: bold;
}

*:not(.fas):not(h1):not(h2):not(h3) {
    font-family: "intel-clear", Tahoma, Helvetica, Arial, Sans-Serif;
}

h1,
h2,
h3 {
    font-family: "intel-clear-headers", Tahoma, Helvetica, Arial, Sans-Serif;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0 !important;
        padding-right: 277px !important;
    }
}

body {
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-top: 0px;
}

div.container.unified_container {
    min-height: 512px;
}

input,
select {
    border-radius: 2px;
    width: 100%;
    background-color: white;
    height: 57px;
    text-indent: 20px;
}

@-moz-document url-prefix() {
    select {
        text-indent: 10px;
    }
}

a {
    cursor: pointer;
    color: #0068b5;
}

#api {
    word-break: break-word;
}

.btnGroup {
    display: flex;
    flex-direction: column;
}

.btngroupitm {
    width: 100% !important;
}

.btnheight {
    height: 40px !important;
}

.textleftalign {
    text-align: left;
}

.additionalLinks {
    display: flex;
    flex-direction: column;
    text-align: left;
    row-gap: 5px;
    cursor: pointer;
}

.btn-secondary {
    display: block !important;
    text-align: center !important;
    /* padding: 12px !important; */
    border: 1px solid #0068b5 !important;
    color: #0068b5 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 0px !important;
    background-color: white !important;
    cursor: pointer !important;
    width: 100% !important;
}

.btn-secondary-display {
    display: block;
    text-align: center !important;
    /* padding: 12px !important; */
    border: 1px solid #0068b5 !important;
    color: #0068b5 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 0px !important;
    background-color: white !important;
    cursor: pointer !important;
    width: 100% !important;
}

.btn-secondary-display-width {
    display: block;
    outline: 1px solid #0068b5;
    color: #0068b5 !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 0px !important;
    background-color: white !important;
    cursor: pointer !important;
}

hr {
    margin: 3rem 0px !important;
    border-top: 1px solid rgb(174, 174, 174) !important;
}

div.row > div.col-lg-6 {
    max-width: 455px !important;
}

.panel.panel-default {
    border-radius: 0px;
    margin-top: 80px !important;
    margin-bottom: 50px !important;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-top: 0 !important;
}

#api > div.intro > p {
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
}

#api > div.intro > #introsubtext {
    font-size: 1em;
    font-weight: normal;
    margin-top: 6px;
}

#cancel {
    display: none;
}

.attrEntry label {
    display: none;
}

/* .col-lg-8 styles are for signup_collectinfo */
.col-lg-8 {
    max-width: 700px;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.col-lg-8 .panel-body {
    margin: 0;
    max-width: 1000px !important;
}

.panel-body {
    /* 31px to the requested 32 because the border is internal to the panel's 425 */
    margin: 0;
    max-width: 455px !important; 
    padding: 31px;
}

.col-lg-8 #attributeList > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#attributeList ul li,
.buttons button {
    margin: 16px 0;
}

.col-lg-8 #attributeList > ul > li {
    width: 48%;
}

.col-lg-8 #attributeList > ul > li:nth-child(2n) {
    margin-right: 0%;
}

.col-lg-8 #attributeList > ul > .Readonly {
    width: 100%;
    margin-right: 0;
}

.col-lg-8 .CheckboxMultiSelect div {
    display: flex;
}

#newsletterSubscribe_true {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 6px;
}

.col-lg-8 .CheckboxMultiSelect {
    width: 100% !important;
}

.col-lg-8 .CheckboxMultiSelect label[id="true_option"] {
    flex-grow: 1;
    text-align: left;
    padding-left: 5px;
    display: block !important;
    font-weight: 400;
}

.buttons button {
    font-size: 16px;
}

.normalbutton {
    width: 30%;
    height: 50px;
    background-color: #296ec6;
    border-radius: 0;
    border: none !important;
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
    border-radius: 2px !important;
}

.primary-button {
    color: white;
    background-color: #296ec6;
    margin: 10px 0;
    border-color: #204d74;
    border-style: solid;
}

.normalbutton:hover {
    background-color: #1662c7;
    border-color: #204d74;
}

.fullwidth {
    width: 100% !important;
}

#attributeVerification {
    margin-top: 12px;
}

#attributeVerification .buttons {
    margin: 0 !important;
}

#nocredentials {
    margin-top: 10px;
}

.pwd-hide {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-eye-slash%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z%27/%3E%3Cpath d=%27M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z%27/%3E%3Cpath d=%27M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

.pwd-show {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27currentColor%27 class=%27bi bi-eye%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z%27/%3E%3Cpath d=%27M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

.verificationSuccessText {
    text-align: left;
}

#verificationCode {
    margin-top: 10px;
    display: block;
}

#emailVerificationControl #signInName {
    margin-top: 10px;
}

.squarebtn {
    border-radius: 0px !important;
}

#api input[type="text"],
#api input[type="password"],
#api input[type="email"],
#api input[type="text"]::placeholder {
    text-indent: 0px;
    padding-left: 16px;
}

.verificationErrorText {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* FORBIDDEN DROPDOWN STYLING DEEP MAGIC */
.DropdownSingleSelect > div,
.DropdownSingleSelect {
    position: relative;
}
.DropdownSingleSelect > div > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.DropdownSingleSelect > div:after {
    content: " ";
    border-left: 1px solid #333;
    font-size: 11px;
    height: 10px;
    width: 1px;
    -webkit-transform: rotate(41.186deg);
    -moz-transform: rotate(41.186deg);
    -ms-transform: rotate(41.186deg);
    transform: rotate(41.186deg);
    top: 20px;
    right: 20px;
    /*Adjust for position however you want*/

    position: absolute;
    pointer-events: none;
}
.DropdownSingleSelect:after {
    content: " ";
    border-left: 1px solid #333;
    height: 10px;
    width: 1px;
    -webkit-transform: rotate(-41.186deg);
    -moz-transform: rotate(-41.186deg);
    -ms-transform: rotate(-41.186deg);
    transform: rotate(-41.186deg);
    top: 20px;
    right: 27px;
    /*Adjust for position however you want*/

    position: absolute;
    pointer-events: none;
}
/* FORBIDDEN DROPDOWN STYLING DEEP MAGIC */

#api select {
    text-indent: 0px;
    padding-left: 16px;
}

button#emailVerificationControl_verificationInput_but_send_new_code:focus {
    outline: 2px solid black;
}

input:focus,
input.filled {
    padding-top: 20px;
    color: #262626;
}

::placeholder {
    position: relative;
    left: -20px;
}
input::placeholder {
    padding-top: 10px;
}
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    padding-top: 10px;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 10px;
}
input:-ms-input-placeholder {
    /* IE 10+ */
    padding-top: 10px;
}
#input:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 10px;
}

#api .floatingLabel {
    display: none;
    position: absolute;
    pointer-events: none;
    margin-left: 16px;
    margin-top: 2px;
    transition: 0.2s ease all;
    font-family: "intel-clear", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}

#password-condition-container {
    text-align: left;
    margin-top: 8px;
}

.icon-green {
    color: green;
}

.icon-red {
    color: red;
}

#back-btn {
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    left: 15px; 
    top: 115px; 
}

.title-with-back-btn {
    margin-top: 16px;
}

::-ms-reveal {
    display: none;
}

.subheading {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.sharp-border {
    border-radius: 0px !important;
}

.permanent-hidden {
    display: none !important;
}

.disabled-button {
    opacity: 0.3 !important;
}

.error {
    color: #c81326;
}

.error.itemLevel[aria-hidden="true"] {
    display: none !important;
}
.error.itemLevel[aria-hidden="false"] {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block !important;
}

.error.itemLevel.show:not(:empty) + input {
    border-color: #c81326;
}
.error.itemLevel.show:not(:empty) + input::placeholder {
    color: #c81326;
}
.error.itemLevel.show:not(:empty) + input::-webkit-input-placeholder {
    color: #c81326;
}
.error.itemLevel.show:not(:empty) + input:-moz-placeholder {
    /* FF 4-18 */
    color: #c81326;
    opacity: 1;
}
.error.itemLevel.show:not(:empty) + input::-moz-placeholder {
    /* FF 19+ */
    color: #c81326;
    opacity: 1;
}
.error.itemLevel.show:not(:empty) + input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c81326;
}
.error.itemLevel.show:not(:empty) + input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c81326;
}

.inputError {
    border-color: #c81326;
    color: #c81326;
}
.inputError::placeholder {
    color: #c81326;
}
.inputError::-webkit-input-placeholder {
    color: #c81326;
}
.inputError:-moz-placeholder {
    /* FF 4-18 */
    color: #c81326;
}
.inputError::-moz-placeholder {
    /* FF 19+ */
    color: #c81326;
}
.inputError:-ms-input-placeholder {
    /* IE 10+ */
    color: #c81326;
}
.inputError::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c81326;
}

.verifying-modal {
    display: none;
}

#addedInstructions {
    margin: 10px 0;
    text-align: left;
}

input#signInName_ReadOnly {
    text-indent: 0px !important;
    border: none;
    margin: 0;
    height: 30px;
}

/* #simplemodal-overlay, #simplemodal-container{
    display: none !important;
}

.loading-bar {
    background-color: #b1d272;
    padding: 15px;
} */
footer .container {
    text-align: left;
    background-color: unset;
}

/* #password-condition-container {
    white-space: nowrap;
} */

#smallfootprint-footer {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

#smallfootprint-footer a {
    color: white;
    margin-right: 25px;
    margin-left: 25px;
    padding-bottom: 100px;
}

/* Mobile devices (mobiles, 375px and up) */
@media only screen and (max-width: 600px) {
    #smallfootprint-footer {
        background: white;
    }

    #smallfootprint-footer a {
        color: #0068b5;
        padding-bottom: 25px;
    }

    .intel-logo {
        display: none;
    }

    #back-btn {
        top: 10px !important;
    }
}

.mega-panel {
    background: white;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
}

.fa-intel-globe-o icon-toggle-off {
    content: '\e8ae';
}

.fa-intel-globe icon-toggle-on {
    content: '\e8ad';
}

.nav-link-icon {
    float: right !important;
    margin-right: 30px !important;
    background: none !important;
    color: white !important;
    border: none !important;
    font-size: small !important;
    padding-top: 10px !important;
    position: relative !important;
    z-index: 3 !important;
}

/* Mobile devices (mobiles, 375px and up) */
@media only screen and (max-width: 600px) {
    .nav-link-icon {
        float: right;
        margin-right: 0px;
        background: white;
        color: #0068b5;
        width: 100%;
        padding-left: 200px;
    }
}

.collapse {
    display: none !important;
}

.display {
    display: block;
}


.label-blue {
    color: #0068b5;
    font-size: small;
}

.nav-l2 {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    padding-bottom: 3px !important;
    border-bottom: 1px solid #d7d7d7 !important;
    margin-bottom: 16px !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-links {
    column-count: 2 !important;
    column-gap: 5px !important;
    padding-left: 30px !important;
    padding-bottom: 30px !important;
    max-width: 500px !important;
}

@media print {
    .panel-links {
        column-count: 1;
        break-inside: avoid;
    }
}

.mega-panel-heading {
    padding: 5px 32px 8px;
}

.fa-intel-globe-o.icon-toggle-off {
    color: #0068b5;
    font-size: 20px;
}

.fa-intel-globe.icon-toggle-on {
    font-size: 20px;
}

.nav-l4-list li.selected a.nav-l4 {
    color: black;
    cursor: text;
    text-decoration: none;
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.nav-l4 {
    padding: 4px 0 !important;
}

.nav-l4-list li.selected {
    position: relative;
}

.nav-l4-list li.selected::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #00aeef;
}

@media screen and (min-width: 768px) {
    .nav-l4-list li.selected::before {
        height: calc(100% - 8px);
        top: 4px;
        width: 3px;
        left: -11px;
    }
}

.nav-link-icon.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #00aeef;
    left: 0;
    bottom: 0;
    position: relative;
    padding: 1px 5px;
    margin: 0 7px;
    display: inline-block;
    border: 0;
    white-space: nowrap;
}

.langOption {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 4px;
}

#newsletterSubscribe_true,
#chinacheckbox1,
#chinacheckbox2 {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 6px;
   }
.chineseCheckboxerror {
    outline: auto #c81326;
    position: relative;
}

.chineseCheckboxerror::before {
    content: 'x';
    position: absolute;
    left: -36px;
    color:  #c81326;
    font-size: 22px;
    bottom: -3px;
}
.chineseCheckboxerror:checked::before {
 display: none;
 }

.chineseCheckboxerror:checked {
 outline: none;
 }
 .chineseText {
    text-align: initial;
    width: 100% !important;
}

#pipl_consent1_true,
#pipl_consent2_true {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 6px;
}

.CheckboxMultiSelect .attrEntry span {
    text-align: initial;
}

.attrEntry{
    position: relative;
}
/* hide reCaptcha text box */
#reCaptchaToken {
    display: none;
}


.buttons #createacc:hover {
    background-color: #296ec6 !important;
    color: white !important;
}
#back-btn-prblm-signin {
	font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 115px;
}

/*b2b intersite changes */

.intro h1{
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin: 0 !important;
    /* margin: 25px 0px !important; */
    width: fit-content;
}

.b2b-user-notice .b2b-msg-header h2.notice-title{
    font-family: "intel-clear", Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 16px !important;
    font-weight: unset !important;
    margin: 0 !important;
    width: fit-content;
}

.b2b-mfa-steps p {
    margin-top: 10px;
    margin-bottom: 25px;
}

.b2b-msg-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.b2b-msg-footer .faq:focus {
    width: fit-content;
}


.b2b-msg-header{
    padding: 20px 0px;
}

.buttons.b2b-msg-button button {
    margin: 0 auto;
    width: 50%;
    background-color: #296ec6;
    border-radius: 0px;
    border: none;
    color: #fff;
    padding: 0px 35px;
    text-align: center;
}

#b2bmfaResetMsg{
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

#mfaResetSuccessMsg,#mfaFailureMsg{
    font-family: "intel-clear", "Segoe UI", "SegoeUI", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

#reset_your_mfa{
    margin: 15px auto;
    width: 45%;
    height: 40px;
    background-color: #296ec6;
    border-radius: 0rem !important;
    border: none;
    color: #fff;
}

#check_inbox_text{
    font-weight: bold;
    text-align: left;
}

#mfa_text{
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

#mfa_success_text{
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.sign-in-button{
    text-align: left;
}

#terms_of_use{
    margin-top: 5px;
}

#reset_your_mfa_btn{
    display:block;
}

#resend_email_btn{
    margin-right: 220px;
}

#reset_email{
    margin: 10px auto;
    width: 57%;
    height: 40px;
    background-color: #296ec6;
    border-radius: 0rem !important;
    border: none;
    color: #fff;
}
p.password-condition{
    display: flex;
}

#b2b_message_continue{
    width: 38%;
    border-radius: 0rem;
    margin-top: -10px;
    height: 40px;
}

#yourPrivacyChoices{
    display: none;
}

#noticeAtCollection{
    display: none;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.button-social {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.buttons.social-account-link-buttons {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

p#account-active-link-cancel{
    width: 60%;
    height: 50px;
    border: 1px solid #296ec6;
    color: #296ec6;
    text-align: center;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

p#account-active-link-cancel:hover{
    border: 1px solid transparent;
    background-color: #296ec6;
    color: white;
    cursor: pointer;
}

input[disabled]#email {
    border: none;
    background: #efefef;
}

p.account-social-link-error.error {
    color: red;
    margin-top: 15px;
}

.button-container a#facebook,
.button-container a#google, 
.button-container a#github,
.button-container a#wechat{
    background: white;
    border: 1px solid #0068b5;;
    transition: background-color 0.3s, color 0.3s;
    justify-content: center;
}

.button-container a#google i.fa.fa-google:before {
    content: '\e8ed';
    color: #0068b5;    
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.button-container a#github i.fa.fa-github-circled:before {
    content:'\f09b';
    color: #0068b5;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.button-container a#wechat i.fa.fa-wechat:before {
    content:'\f1d7';
    color: #0068b5;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.googleImage{
    height : 20px !important;
}

.google_social_icon_text{
    padding-left: 10px;
}

.button-container a#facebook i.fa.fa-facebook:before {
    content:'\f09a';
    color: #0068b5;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.socialmedia_btn{
    display: flex;
    align-items: center;
    padding: 10px 3px;
}

.social_icon_text{
    padding-left: 1px;
}

.divider_text{
    font-weight: bolder;
    padding-right: 230px;
    width: 150%;
    text-align: left;
}

.button-container a#facebook i.fa.fa-facebook, .button-container a#wechat i.fa.fa-wechat, .button-container a#google i.fa.fa-google, .button-container a#github i.fa.fa-github-circled {
    margin-right: 0px;
}

.button-container a#facebook:hover,
.button-container a#google:hover,
.button-container a#github:hover,
.button-container a#wechat:hover {
    text-decoration: none;
    cursor: pointer;
}

.signin-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.signin-divider::before,
.signin-divider::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-top: 1px solid #000;
}

.signin-divider::before {
    right: 0.5em;
    margin-left: -50%;
}

.signin-divider::after {
    left: 0.5em;
    margin-right: -50%;
}

.signin-divider>span {
    display: inline-block;
    padding: 0 1em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.moreSignInOptions{
    padding-right: 242px;
}

.emailDisplay{
    text-align: left;
}

.welcome_back{
    font-weight: bold;
    padding-top: 15px;
    text-align: left;
}

#exist_acc_text{
    font-weight: bold;
    text-align: left;
}

.fa-facebook{
    margin-right: -5px !important;
}

.fa-wechat{
    margin-right: 5px !important;
}

#claimVerificationServerError{
    padding-top: 15px;
}

.store-buttons a {
  display: inline-flex;
  align-items: center;
}

.store-buttons img {
  height: 50px !important;        
}

#totpQrCodeControl-picture{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .unified_container .row .panel-default {
    padding: 30px 20px 40px 20px;
  }

  .panel-body {
    padding: 0px;
  }

  #back-btn {
    left: 16px;
  }

  .col-lg-8 #attributeList > ul > li:nth-child(2n) {
    margin-right: 0;
  }

  .col-lg-8 #attributeList > ul > li {
    width: 100% !important;
  }

  .col-lg-8 button {
    width: 100% !important;
  }

  #password-condition-container {
    white-space: normal;
  }
}

@media only screen and (max-width:600px) {
  .container.unified_container {
    height: 50vh;
  }
}
