:root {
  --login-width: 100%;
}
body {
  background-color: #f5f7f9;
}
*{line-height:1.5;}
.nav-fill-custom .nav-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.nav-fill-custom .nav-item:not(:first-child) {
  border-left: 1px solid #eee;
}
.nav-fill-custom i {
  display: none;
}
.nav-fill-custom .pills-tab-title {
  font-weight: 700;
  color: #333;
  font-size: 20px;
}
.nav-fill-custom p {
  color: #999;
}
.nav-fill-custom .active i {
  display: block;
}
.nav-fill-custom .active .pills-tab-title {
  color: #fff;
}
.nav-fill-custom .active p {
  color: #b8e4ff;
}
b,
strong {
  font-weight: 600;
}
.nav-fill-custom .nav-link.active,
.nav-fill-custom .show > .nav-link {
  background-color: #2e3959;
  background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -moz-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -o-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -webkit-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
}
.text-primary-light {
  color: #132240;
}
.title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.tab-pane {
  background-image: url(../img/login-bg.png);
  background-size: cover;
  color: #fff;
  position: relative;
}
.tab-pane:before {
  content: "";
  background-color: #2e3959;
  background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -moz-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -o-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  -webkit-background: linear-gradient(to bottom, #3a4972 0, #2e3959 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.8;
}
.tab-pane:nth-child(2) {
  background-image: url(../img/health-care-banner1.jpg);
}
.employee-section .card .overflow-hidden {
  background-color: #000;
}
.employee-section .card-img-top {
  max-height: 350px;
  height: 350px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.employee-section .card-img-top:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}
.background-gradient-right {
  background-color: #e3e8ef;
}
.card-bg {
  background-color: #137;
  position: relative;
}
.card-bg:before {
  background-image: url(../img/health-care-banner1.jpg);
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  pointer-events: none;
}
.feature-section img {
  height: 100px;
  width: 100px;
  background: #132240;
  border-radius: 50%;
}
.feature-section p {
  opacity: 0.7;
}
.footer-section i {
  font-size: 32px;
  color: #fff;
}
.footer-section h3 {
  color: #fff;
}
.section-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.appointment-block .btn {
  border-radius: 50px !important;
}
.custom-select,
.form-control {
  padding: 10px 15px;
  /* min-height: 60px; */
  color: #999;
  border-radius: 3px;
}
.sticky .dropdown-menu {
  margin-top: 12px;
}
.custom-select:focus,
.form-control:focus {
  border-color: #e3e6ec !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.background-gradient-dark-right {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#444),
    to(#666)
  );
  background: linear-gradient(to right, #444, #666);
}
.services-hours .counter-value {
  font-size: 50px;
  line-height: 1.2;
}

.navbar {
  z-index: 99;
}
.app-item {
  text-align: center;
  display: block;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 4px;
  height: 100%;
}
span.app-logo-container {
  display: flex;
  height: 100px;
  background: #fff;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.app-item-container:hover {
  text-decoration: none;
}
.app-item-container:hover .app-logo-container {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}
.app-item-container:hover .app-img {
  transform: scale(0.8);
}
.app-img {
  margin: auto;
  max-height: 60px;
  max-width: 100%;
  transition: 0.2s ease-in-out;
}
.dropdown-user .dropdown-toggle i {
  font-size: 16px;
}
.dropdown-user .dropdown-menu {
  min-width: 100%;
  margin-top: 2px;
  border-radius: 8px;
  background: #fff;
}
.appointment-block,
.appointment-block-left {
  max-width: 600px;
}
.nav-pills {
  overflow: auto;
}
#okta-sign-in a.social-auth-facebook-button,
#okta-sign-in a.social-auth-facebook-button:hover {
  color: #fff !important;
  text-decoration: none;
}
#okta-sign-in .auth-content {
  padding: 0;
}
#okta-sign-in.auth-container .okta-form-label {
  font-size: 16px;
  font-weight: 600;
  color: #090807;
}
.primary-auth .okta-form-title {
  display: none;
}
.background-gradient-right .text-primary-light {
  color: #2e3959 !important;
  margin: 0 !important;
}
.carousel-item .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #2e3959;
  font-size: 16px;
}
.carousel-item .btn-primary:hover {
  background: #51d0e3;
  border-color: #51d0e3;
}
.nav-top {
  background: linear-gradient(to right, #fff 35%, #ededef 65%, #efefef 100%);
}
.input-validation-error {
  margin-bottom: 5px;
}

.login-panel {
  z-index: 9;
  background: #fff;
  width: 100%;
  padding: 0 40px;
  display: inline-flex;
  max-width: 680px;
}
.login-panel-container {
  margin: auto;
  max-width: 420px;
  padding: 50px 30px;
}
.okta-login,
.login-panel-logo {
  margin: auto;
  padding: 0;
  width: 380px;
}

.login-panel #okta-sign-in.auth-container.main-container {
  margin: 0;
  background: 0 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.login-container {
  background-color: #fff;
  margin: auto;
  width: 450px;
}
.login-container-lg {
  width: 100%;
  min-height: 100vh;
}
.bg-transparent {
  background-color: transparent !important;
}

.section-login {
  display: flex;
  background-color: #f5f7f9;
  padding: 0;
}
.login-panel-wrapper {
  display: flex;
  margin: 0 -20px;
  min-height: 100vh;
}
.login-top-info {
  padding: 30px;
  background-color: #f5f7f9;
  margin-bottom: 30px;
}
.login-register-panel {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  border-left: 1px solid #eee;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.login-bg-panel {
    background-image: url('https://images.pexels.com/photos/6646917/pexels-photo-6646917.jpeg');
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.login-bg-panel:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.59;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=59)";
  background-color: #00285e;
}

.login-container-register-phone {
  max-width: 450px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

/* .login-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/login-bg.png);
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.35;
  pointer-events: none;
} */

#okta-sign-in.auth-container .okta-form-input-field input {
  font-family: var(--font-family-sans-serif) !important;
  color: var(--primary);
}
#okta-sign-in {
  width: var(--login-width);
}
#okta-sign-in .o-form .input-fix,
#okta-sign-in .o-form .textarea-fix {
  height: 42px;
}
#okta-sign-in.auth-container .button-primary,
#okta-sign-in.auth-container .button-primary:active,
#okta-sign-in.auth-container .button-primary:focus,
#okta-sign-in.auth-container .button-primary:hover,
#okta-sign-in.auth-container input[type="button"],
#okta-sign-in.auth-container input[type="submit"] {
  border: 0 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--primary)),
    to(var(--primary))
  );
  background-image: linear-gradient(var(--primary), var(--primary));
  font-weight: 500;
  font-size: 16px;
}
#okta-sign-in.auth-container .button-primary.link-button:hover {
  width: 100%;
}
.o-form-button-bar {
  text-align: left;
}
.btn {
  height: 50px !important;
  line-height: 34px !important;
}

#okta-sign-in.auth-container input[type="button"],
#okta-sign-in.auth-container input[type="submit"],
#okta-sign-in.auth-container input[type="button"]:hover,
#okta-sign-in.auth-container input[type="submit"]:hover {
  font-family: var(--font-family-sans-serif);
  font-weight: 600;
}
#okta-sign-in.auth-container.main-container .margin-btm-5 {
  margin-bottom: 25px;
}
#okta-sign-in.auth-container .link {
  color: var(--link-color) !important;
  font-size: 16px;
}
#okta-sign-in .o-form-head,
.o-form-head {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600 !important;
  color: var(--primary) !important;
  text-align: left;
}
#okta-sign-in a.social-auth-facebook-button,
#okta-sign-in a.social-auth-facebook-button:hover {
  color: #fff !important;
  text-decoration: none;
}
#okta-sign-in .link.help:focus {
  box-shadow: 0 0 8px var(--primary-light);
}

@media (max-width: 991px) {
  .navbar-collapse .navbar-nav {
    margin: auto;
  }
  .login-container-lg {
    min-width: 100%;
  }
  .login-panel-wrapper {
    display: block;
  }
  .login-register-panel {
    border-top: 1px solid #eee;
    padding-top: 40px;
  }
  #okta-sign-in {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  #okta-sign-in.auth-container .auth-content {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .appointment-block .col-sm-6:nth-child(odd) {
    padding-right: 10px;
  }
  .appointment-block .col-sm-6:nth-child(even) {
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  #onfido-mount {
    position: relative;
    min-height: calc(100vh - 55px) !important;
  }
  #okta-sign-in.auth-container .auth-content {
    padding: 0 0 30px !important;
  }
  .section-register .col {
    width: 100%;
    flex: 1 1 100%;
  }
  .footer-section {
    display: none;
  }
  footer .col-md-3 {
    margin-top: 30px;
  }
  footer .my-4 {
    margin-bottom: 0 !important;
  }
  footer .mb-5 {
    margin-bottom: 10px !important;
  }
  footer.pt-5 {
    padding-top: 1rem !important;
  }
  .footer-brand {
    max-width: 60vw;
  }
  footer h4.mb-4 {
    margin-bottom: 0 !important;
  }
  .navbar-nav .nav-item + .nav-item {
    border: 0;
  }
  .navbar #sticky_nav {
    padding: 0;
  }
  .navbar #sticky_nav > .col:first-child {
    padding-left: 0.5rem;
  }
  .navbar #sticky_nav > .col-auto:last-child {
    padding-right: 1rem;
  }
  #sticky_nav:before {
    display: none;
  }
  #loginForm + .text-center {
    margin-bottom: 30px;
  }
  #onfido-mount {
    padding: 15px 0 !important;
  }
  #okta-sign-in.auth-container .auth-content {
    max-width: 100%;
    padding: 30px;
  }
  .app-logo {
    margin: 1rem 0 0.5rem;
    display: inline-block;
  }
  .login-container {
    /* padding: 0; */
    font-size: 13px;
  }

  .login-panel {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
  }
  .py-4.background-gradient-right {
    display: none;
  }
  .login-container .btn:not(.btn-link) {
    display: block;
    width: 100%;
  }
  .field-validation-error {
    margin-top: 5px;
    display: block;
  }
  .nav-link {
    padding: 10px 20px !important;
  }
  .navbar-collapse.show .fa-times {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
  }
  .login-panel > .okta-login {
    width: 100%;
  }
}

.credential-title,
#okta-sign-in .credential-title {
  font-size: 28px;
  color: #222;
  margin: 30px 0;
  line-height: 1;
  font-weight: 600;
}
.credential-title span,
#okta-sign-in .credential-title span {
  font-size: 16px;
  font-weight: 500;
  color:#444;
}

.section-login-register-phone {
  padding-bottom: 30px;
  padding-top: 30px;
}

.login-container-register {
  max-width: 900px;
  width: 100%;
}

.hide-panel .login-register-panel {
  display: none !important;
}

.btn-back,
.btn-back:hover {
  border-color: transparent;
  background-color: transparent;
}
.btn-back:hover {
  color: #777;
  fill: #777;
}

.ods-button.-action--primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.onfido-sdk-ui-Welcome-instructions > ol li::marker {
  color: var(--primary) !important;
}
.onfido-sdk-ui-DocumentSelector-option.onfido-sdk-ui-DocumentSelector-optionHoverDesktop:hover {
  box-shadow: 0 0 0 2px var(--primary) !important;
}
.onfido-sdk-ui-Theme-link,
.onfido-sdk-ui-Theme-textButton {
  border-bottom-color: var(--primary) !important;
}

.footer-links a {
  color: #fff !important;
}
.flex-column {
  flex-direction: column !important;
}
#okta-sign-in.auth-container .okta-form-label {
  display: flex;
  justify-content: space-between;
}

.o-form-fieldset a {
  font-size: 14px !important;
}
.field-validation-error {
  font-size: 14px;
  display: inline-block;
}
.text-danger {
  color: red;
}
.primary-auth-container {
  margin-top: 25px !important;
}

#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
  background-color: #999 !important;
  border-color: #999 !important;
}
