:root {
    --skin-color: #1a8099;
    --skin-color-hover: #337ab7;
    --skin-color-active: #275f91;
}

body,
html {
    font-family: Circular, sans-serif, "Microsoft YaHei";
    align-items: center;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
}

.stage {
    background-image: url("../images/login-background.jpg");
    display: block;
    height: 100%;
    padding-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.adp-alert {
    position: relative;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    vertical-align: middle;
}

.adp-alert.alert-error {
    color: #940a0a;
    background-color: #fff;
    border: 1px solid #d40f0f;
}

.adp-alert-icon {
    width: auto;
    float: left;
    padding-right: 10px;
    word-wrap: break-word;
    font-size: 28px;
}

.adp-alert-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #d40f0f;
}

.adp-alert-bar.alert-bar-error {
    background-color: #d40f0f;
}

.adp-alert-close {
    font-size: 18px;
    color: #940a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}

.adp-alert-content-container {
    width: calc(100% - 65px);
    float: left;
    padding-right: 10px;
    word-wrap: break-word;
}

.adp-alert-content {
    padding-top: 3px;
    font-weight: 400;
}

.adp-alert-title {
    font-weight: 600;
}

.btn-primary {
    background-color: var(--skin-color);
    border-color: var(--skin-color);
}

.btn-primary:visited {
    background-color: var(--skin-color-hover);
    border-color: var(--skin-color-hover);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--skin-color-hover);
    border-color: var(--skin-color-hover);
}

.btn-primary:active:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: var(--skin-color-active);
}

.btn-primary.disabled,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    opacity: 0.5;
    border-color: var(--skin-color);
    background-color: var(--skin-color);
}

.form-control:focus {
    border-color: var(--skin-color-hover);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--skin-color-hover);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--skin-color-hover);
}

.form-sso {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

.form-sso button {
    margin-bottom: 10px;
}

.form-sso button.btn-timer {
    width: 30%;
    border-color: var(--skin-color);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-sso button.btn-next {
    margin-bottom: 50px;
}

button.btn-switch {
    padding: 6px 0 12px;
    max-width: 330px;
    margin: 0 auto;
}

.securecode {
    border-color: var(--skin-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 70%;
    float: left;
    box-shadow: none;
}

.form-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .form-wrapper {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.form-container {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .6);
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(38, 35, 33, .2)0 16px 32px 0;
    border-radius: 0.5rem;
}

.title-text {
    text-align: left;
    color: var(--skin-color-active);
}

.icon-account {
    font-size: 24px;
    position: relative;
    right: 10px;
    top: 4px;
}

.icon-hand {
    font-size: 26px;
    color: var(--skin-color);
    float: left;
    padding: 1px 12px 5px 5px;
}

.left-form {
    float: left;
    width: 98px;
    text-align: left;
    padding-left: 10px;
    padding-top: 1px;
    border-right: solid var(--skin-color) 3px;
}

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

.language-selected {
    float: right;
    padding-bottom: 20px;
    padding-right: 25px;
}

.login-title {
    font-size: 30px;
    font-weight: 100;
    font-family: Circular, sans-serif, "Microsoft YaHei";
}

.login-input {
    margin-bottom: 5px;
    outline: medium none;
    position: relative;

    .icon {
        color: #d2d2d2;
        font-size: 20px;
        right: 40px;
        position: absolute;
        top: 32px;
        width: 15px;
    }
}

.btn-login span {
    padding-left: 20px;
    padding-right: 20px;
}

.field-label {
    margin: 2px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.login-input label {
    text-align: left;
    width: 300px;
    display: inline-block;
}

.login-input input {
    width: 300px;
    padding: 3px 50px 0 10px;
    font-size: 14px;
    height: 35px;
    color: #262321 !important;
    border-radius: 0.5rem;
    border: 2px solid #938c85 !important;
}

.login-input .checkbox-container {
    margin-top: 10px;
    width: 300px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;

    .form-check-input {
        position: absolute;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .form-check-label {
        padding-left: 25px;
        padding-top: 5px;
        font-size: 12px;
        top: -2px;
        font-weight: 100;
        color: #476BC3 !important;
        cursor: pointer;
    }
}

.btn-primary {
    background: #476bc3 !important;
    border-radius: 0.5rem !important;
}

.submit-btn {
    padding-left: 40px;
    padding-right: 40px;
}

.icon-powered-by-adp {
    position: absolute;
    display: block;
    font-size: 70px;
    color: #cf271e !important;
    cursor: pointer;
    background-color: transparent;
    left: 30px;
    padding-top: 30px;
    opacity: .8;

}

.profile-action-links {
    padding: 0;
    list-style: none;
    min-width: 150px;
}

.popover-content {
    padding: 0;
    color: #000;
    line-height: 1.4;
    font-size: 12px;
    word-wrap: break-word;
}

.popover {
    font-family: Circular, sans-serif, "Microsoft YaHei";
    width: auto;
    min-width: 0;
    padding: 10px;
}

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

.modal-body {
    max-height: 525px;
    overflow-y: auto;
}

.foot {
    position: fixed;
    bottom: 0%;
    width: 100%;
    color: #324fa5;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    z-index: 999;
  
    .footer {
      color: #6a6a6a;
      font-size: 12px;
      background-color: #fff;
      padding: 8px 10px 10px;
      margin-top: 0px;
      margin-bottom: -6px;
      width: 100%;
      border-top: solid thin #d2d2d2;;
      display: inline-block;
  
      .links {
        a {
          margin-right: 15px;
          color: #324fa5;
        }
      }
  
      .copyright {
        float: right;
      }
  
      .footer-link {
        text-transform: none;
      }
      .copyright-text {
        display: block;
        float: right;
        margin-top: -1px;
      }
      .links {
        float: left;
      }
      a {
        color: #324fa5;
      }
  
    }
  
    @media (max-width: 640px) {
      position: initial;
  
      .footer {
        padding: 2px 10px 0px;
      }
  
      .footer,
      .ob-container .footer {
        display: inherit !important;
        height: inherit;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 0 0 0 !important;
      }
  
      .copyright {
        float: none !important;
      }
      .footer-link {
        padding: 4px 0 3px 0;
      }
      .footer-link-newfeatures {
        padding: 10px 0 10px 0;
      }
      .footer-bottom-3 {
        padding-bottom: 3px;
      }
      .footer-link-icp {
        padding: 9px 0 10px 0;
      }
      .copyright-text {
        padding-top: 10px;
      }
      .footer .mobile-underline,
      .ob-container .footer .mobile-underline {
        border-bottom: 1px solid #d2d2d2;
      }
  
      .footer .footer-mobile,
      .ob-container .footer .footer-mobile {
        width: 100%;
        margin-top: 2px;
        display: block;
      }
    }
  }