:root {
  --sfa-theme-primary-color: #6abf4b;
  --sfa-theme-primary-color-dark: #5cad3d;
  --sfa-color-green: #6abf4b;
  --sfa-color-dark-green: #487b32;
  --sfa-color-green-light: #8dce76;
  --sfa-color-green-light-1: #69ad4b;
  --sfa-color-red: #e2231a;
  --sfa-color-red-dark: #941711;
  --sfa-text-black: #000;
  --sfa-color-white: #ffffff;
  --sfa-color-gray-dark: #333333;
  --sfa-color-gray-dark-1: #353535;
  --sfa-color-gray-light-1: #eaeaea;
  --sfa-color-blue: #33729f;
  --sfa-color-blue-light: #025e80;
}

.login-pf body {
  /* background: url("../img/keycloak-bg-temp.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%; */
  background: #fff !important;
}

.alert-error {
  background-color: #ffffff;
  border-color: #cc0000;
  color: #333333;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 38px;
  min-width: 250px;
  padding: 10px 0px;
  border: solid 1px #ddd;
  border-radius: 8px;
}

/* #kc-locale:hover ul {
  display: block;
  margin: 0;
} */

.kc-language-btn {
  background: none;
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  padding: 5px 10px;
  color: var(--sfa-color-dark-green) !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.kc-language-btn:hover {
  background: #f5f5f5;
}

#kc-locale ul li a {
  display: block;
  padding: 8px 15px;
  color: #4d5258 !important;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
}

#kc-locale ul li a:hover {
  background-color: #6abf4b26;
}

#kc-locale-dropdown a {
  color: #4d5258;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300;
}

#kc-locale-dropdown a:hover {
  text-decoration: none;
}

a#kc-current-locale-link {
  display: block;
  padding: 0 5px;
  font-weight: 400;
}

a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
}

/* .passwordFieldWrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.passwordFieldWrapper input.passwordInputRadius {
  border-radius: 4px 0px 0px 4px !important;
}
.passwordVisibilityBtn {
  margin-bottom: 5px;
  min-height: 35px;
  background: none;
  border: 1px solid #e1e1e1;
  padding: 5px 12px;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.passwordVisibilityBtn i {
  font-size: 16px;
} */

.login-pf .container {
  padding-top: 40px;
}

.login-pf a:hover {
  color: #0099d3;
}

#kc-logo {
  width: 100%;
}

#kc-logo-wrapper {
  background-image: url(../img/keycloak-logo-2.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: none;
}

#kc-header {
  color: #ffffff;
  overflow: visible;
  white-space: nowrap;
}

#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  /* letter-spacing: 3px; */
  line-height: 1.2em;
  padding: 62px 10px 20px;
  white-space: normal;
}

#kc-content {
  width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
  /* padding-bottom: 200px;
  margin-bottom: -200px; */
}

#kc-info-wrapper {
  font-size: 13px;
}

#kc-form-options span {
  display: block;
}

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b;
}

#kc-terms-text {
  margin-bottom: 20px;
}

#kc-registration {
  margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px;
}

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
  margin-top: 0;
}

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
  border-top: 0;
}

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%;
}

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em;
}

/* Social */

#kc-social-providers ul {
  padding: 0;
}

#kc-social-providers li {
  display: inline-block;
}

#kc-social-providers li:first-of-type {
  margin-top: 0;
}

.zocial,
a.zocial {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  border: 0;
  background: #f5f5f5;
  color: #72767b;
  border-radius: 0;
  white-space: normal;
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
  padding: 7px 10px;
  font-size: 14px;
}
.zocial:hover {
  background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
  background-image: none;
  border: 0;

  box-shadow: none;
  text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
  content: "\f15d";
}
.zocial.stackoverflow:before {
  color: inherit;
}

@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

  .login-pf .container {
    padding-right: 80px;
  }

  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  .login-pf body {
    background: white;
  }

  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

  #kc-header-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 60px 0 0;
    color: #72767b;
    letter-spacing: 0;
  }

  div.kc-logo-text {
    margin: 0;
    width: 150px;
    height: 32px;
    background-size: 100%;
  }

  #kc-form {
    float: none;
  }

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
  }

  #kc-social-providers li {
    display: inline-block;
    margin-right: 5px;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 9999;
  }

  #kc-logo-wrapper {
    background-size: 100px 21px;
    height: 21px;
    width: 100px;
    margin: 20px 0 0 20px;
  }
}

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%;
  }
}

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%;
  }
}

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px;
}

#kc-form-buttons {
  /* margin-top: 40px; */
}

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 20px 50px !important;
  /* max-width: 500px; */
  border-top: 0;
  box-shadow: 0 0 0;
  border-radius: 3px;
}

/*tablet*/
@media (max-width: 840px) {
  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 992px) {
  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    /* padding-top: 0; */
  }
  .card-pf.login-pf-accounts {
    max-width: none;
  }
  .login_leftImg {
    background: url(../img/mobile_bg.png) !important;
    min-height: 200px !important;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
  }
  .login_banner_block {
    display: none !important;
  }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 5px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
  margin-top: 0;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
  margin-bottom: 0px;
}

#kc-back {
  margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
  padding-left: 0px;
  border-left: 0px;
}

/* b2e custom css */
.btn-primary {
  background-color: #00bceb !important;
  background-image: linear-gradient(to bottom, #00bceb 0, #00bceb 100%);
  /* background-repeat: repeat-x; */
  border-color: #00bceb !important;
  color: #fff;
}
a {
  color: #563d7b !important;
  text-decoration: none;
}
.cisco_logo {
  height: 75px;
  margin-bottom: 20px;
}
body {
  color: #333333 !important;
}
label {
  font-weight: 300 !important;
}
.login-pf-page {
  padding-top: 0px !important;
}
.form-group {
  text-align: left !important;
}
.login_leftImg {
  background: url("../img/unified_theme_bg.png");
  min-height: 100vh;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.login_banner_block {
  display: block;
  margin: 0px auto;
  width: 60%;
  text-align: center;
}
.login_banner_image {
  width: 70%;
}
.decorative_bottom_line {
  text-align: left !important;
}
.btn-b2c {
  border: 2px solid var(--sfa-color-blue) !important;
  background-color: var(--sfa-color-blue) !important;
  color: var(--sfa-color-white) !important;
  width: 200px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.btn-b2c-tnc {
  border: 2px solid var(--sfa-color-green) !important;
  background-color: var(--sfa-color-white) !important;
  color: var(--sfa-color-gray-dark) !important;
  width: 150px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.btn-b2c-clm {
  border: 2px solid var(--sfa-color-blue) !important;
  background-color: var(--sfa-color-blue) !important;
  color: var(--sfa-color-white) !important;
  width: 250px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.btn-b2c-clm:hover {
  border: 2px solid var(--sfa-color-blue-light) !important;
  background-color: var(--sfa-color-blue-light) !important;
  color: var(--sfa-color-white) !important;
}
.btn-b2c:hover {
  border: 2px solid var(--sfa-color-blue-light) !important;
  background-color: var(--sfa-color-blue-light) !important;
  color: var(--sfa-color-white) !important;
}
.btn-b2c-tnc:hover {
  border: 2px solid var(--sfa-color-green) !important;
  background-color: var(--sfa-color-green) !important;
  color: var(--sfa-color-gray-dark) !important;
}
/* Link*/
.cui a:not(.btn),
.cui .link {
  color: var(--sfa-color-dark-green) !important;
}
.cui a:not(.btn):focus,
.cui a:not(.btn):hover,
.cui .link:focus,
.cui .link:hover {
  color: var(--sfa-color-green-light-1) !important;
}
.width80p {
  width: 90%;
  margin: 0px auto;
}
.inp_block {
  margin-top: 30px;
}
.login-pf-page .form-control {
  margin-bottom: 5px;
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  padding: 10px 10px !important;
  max-height: 38px !important;
}
.form-group select {
  border-radius: 4px !important;
  min-height: 38px !important;
  font-weight: 300 !important;
}
.login-pf-page .login-pf-signup a {
  margin-left: 0px !important;
}
.googleLogin {
  background: white !important;
  border-color: #979797 !important;
  color: #1f4471 !important;
  font-weight: 700 !important;
}
.netacadLogin {
  background: #dee2e6 !important;
  border-color: #dee2e6 !important;
  color: #1f4471 !important;
  font-weight: 700 !important;
}
.gicon {
  background: url(../img/google.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
#zocial-google {
  border: 2px solid #d1d1d1;
  padding: 8px 10px 8px 10px;
  border-radius: 30px;
  font-size: 16px;
  color: #333333 !important;
  text-decoration: none;
  width: 170px;
  display: flex;
  justify-content: center;
}
.zocial-google {
  background: url(../img/google.svg) !important;
  width: 22px !important;
  height: 22px !important;
  background-size: cover !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  top: 0px !important;
  right: 4px;
}
/* #zocial-github {
  background: url(../img/github.svg) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: cover !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  top: 1px !important;
}
#zocial-facebook {
  background: url(../img/facebook.svg) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: cover !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  top: 1px !important;
} */
#zocial-oidc {
  border: 2px solid #1e4471;
  padding: 8px 10px 8px 10px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff !important;
  background-color: #1e4471;
  text-decoration: none;
  width: 170px;
  display: flex;
  justify-content: center;
}
#zocial-oidc:hover {
  color: #ffffff !important;
  background-color: #1e4471 !important;
}
.zocial-oidc {
  background: url(../img/netacad_logo.svg) !important;
  width: 90px !important;
  height: 22px !important;
  background-size: auto !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  top: 0px !important;
  right: 0px;
}
#zocial-oidc .oidc {
  display: none;
}
/* #zocial-apple {
  background: url(../img/apple.svg) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: cover !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  top: 1px !important;
} */
.google_login {
  background: white !important;
  border-color: #979797 !important;
  color: #1f4471 !important;
  font-weight: 700 !important;
  border: 1px solid #979797 !important;
  border-radius: 50px;
  padding: 8px 10px;
  text-align: center !important;
  display: block !important;
  font-size: 16px;
}
img.idp-google {
  width: auto !important;
  height: 22px !important;
  margin: 0px !important;
}
img.idp-oidc {
  width: auto !important;
  height: 22px !important;
  margin: 0px !important;
}
.marginm10 {
  margin: -10px !important;
}
.pptext {
  margin: 10px !important;
  font-size: 14px;
  line-height: 20px;
  color: #333 !important;
  font-weight: 300;
}
.pplink {
  color: #333 !important;
  font-weight: 700 !important;
  cursor: pointer;
  text-decoration: underline;
}
.hasAccountText {
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.login_signup_link {
  font-size: 16px;
  color: #6bbf4b !important;
  font-weight: 600 !important;
}
.cus_socialLogin {
  display: inline-block !important;
  padding: 2px 10px !important;
  border: 1px solid #979797 !important;
  margin-right: 10px !important;
  border-radius: 50px !important;
  cursor: pointer !important;
}
.zocial:before {
  padding: 0 4px !important;
}
.login-pf-page .login-pf-social-link a {
  color: #1e4471 !important;
  font-weight: 700 !important;
  font-family: var(--cui-font-stack);
}
.login-pf-page .login-pf-social-link a:hover {
  background-color: #fff !important;
  text-decoration: none !important;
}
.cus_socialLogin_padding {
  margin-right: 15px !important;
  cursor: pointer !important;
}
.zocial.google:before {
  content: "" !important;
}
.zocial.github:before {
  content: "" !important;
}
.zocial.facebook:before {
  content: "" !important;
}
.zocial.apple:before {
  content: "" !important;
}
.zocial.oidc:before {
  content: "" !important;
}
.backArrow {
  background-color: #efefef;
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
  border: none !important;
}
.backArrow:hover {
  background-color: #ddd;
}
.socialSectionSignup {
  margin-top: -30px;
  margin-bottom: 30px;
}
.signupTxtAlign {
  text-align: left;
  background-color: #f3f3f3;
  padding: 25px;
}
.cursor_pointer {
  cursor: pointer;
}
.form-group__help {
  color: #e2231a !important;
}
.separatorLine {
  display: flex;
  align-items: center;
}
.separatorLine:after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #ddd;
}
.wizardLine {
  /* width: 100%; */
  flex: 1;
  padding: 10px;
}
.wizardLine:after {
  content: "";
  display: flex;
  flex: 1;
  height: 1px;
  background-color: #ddd;
}
.wizardStepOne {
  /* width: 225px; */
  text-align: left;
  font-weight: 700;
}
.wizardStepTwo {
  /* width: 225px; */
  text-align: right;
  font-weight: 700;
}
.agFormAlignment {
  margin-bottom: 10px;
}
#wizardRegisterForm {
  margin-left: 0px;
  margin-right: 0px;
}
.stepActive {
  background-color: #6abf4b;
  border-radius: 50%;
  padding: 2px 6px;
  font-weight: 400;
  color: white;
  margin-right: 2px;
}
.stepInactive {
  background-color: #ddd;
  border-radius: 50%;
  padding: 2px 6px;
  font-weight: 400;
  color: white;
  margin-right: 2px;
}
.idpAGWidget {
  margin: -10px;
}
.idpAGHeader {
  margin-bottom: 50px;
  margin-top: -10px;
}
.wrapperScroll {
  overflow: scroll;
  height: 100vh;
}
.gray_bg {
  background-color: #f5f5f5;
  padding: 20px;
  height: 550px;
  overflow: scroll;
  font-weight: 300;
  font-size: 15px;
}
.prq_info {
  margin: 12px 10px;
  position: relative;
}
.prq_info_updatepwd {
  margin: 12px 0px;
  position: relative;
}
.prq_title {
  font-size: 14px;
  color: #6c757d;
  text-decoration: underline;
  font-weight: 300;
}
.prq_block {
  background-color: #f2fbfd;
  border: 1px solid #f5f5f5;
  font-weight: 300;
  padding: 12px 12px;
  border-radius: 5px;
  font-size: 13px;
  /* position: absolute;
  top: 25px;
  z-index: 10;
  width: 100%; */
}
.dNone {
  display: none;
}
.dBlock {
  display: block;
}
.eligibleText {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.warningIcon {
  color: #e5973f;
  font-size: 75px !important;
}
.attempted_user {
  color: #78849e;
  background-color: #f7f8f9;
  padding: 8px 15px;
  font-weight: 400 !important;
  width: 100%;
}
.socialLoginEmailId {
  background-color: #ecf2f7;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
}
.announcementIcon {
  width: 60px;
}
.uni_title_wrapper {
  border-bottom: 2px solid #6abf4b;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.uni_title_line_one {
  font-size: 22px;
  font-weight: 700;
}
.uni_title_line_two {
  font-size: 22px;
  font-weight: 400;
}
.hr_separator {
  height: 35px;
  border-right: 1px solid #d5d5d5;
  display: block;
  margin: 0px 15px;
}
.skip_button {
  background-color: transparent;
  border-width: 0px;
  color: #33729f !important;
  font-weight: 700 !important;
  text-decoration: underline;
  padding: 0px;
}
.notReadyText {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2px;
}
#input-error-password {
  color: #e2231a;
  font-size: 12px;
}
.globeIcon {
  width: 16px;
}
.languageDropdown {
  text-align: right;
}
.btnInjectNetacad {
  border: 2px solid var(--sfa-color-blue) !important;
  background-color: var(--sfa-color-blue) !important;
}
.bgInjectNetacad {
  background-image: url(../img/netacadImg_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 36px;
  width: 100px;
}
.btnInjectSfa {
  border: 2px solid var(--sfa-color-green) !important;
  background-color: var(--sfa-color-green) !important;
}
.bgInjectSfa {
  background-image: url(../img/sfaImg_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 36px;
  width: 100px;
}
.homeIcon {
  width: 22px;
  margin-right: 5px;
}
.backtoHomeLink {
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}
.backtoHomeBlock {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}
.btnAction {
  border: 2px solid var(--sfa-color-blue) !important;
  background-color: var(--sfa-color-blue) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.form-horizontal .control-label {
  text-align: unset;
}
/* Accessibility Focus elements */
a:focus-visible {
  outline: 0.2rem solid #015fcc !important;
  outline-offset: 0px;
}
.dropdown__menu a:focus-visible {
  outline: 0.2rem solid #015fcc !important;
  outline-offset: -2px;
}
button:focus-visible {
  outline: 0.2rem solid #015fcc !important;
  outline-offset: 0px;
}
input[type="submit"]:focus-visible {
  outline: 0.2rem solid #015fcc !important;
  outline-offset: 0px;
}

input:focus-visible {
  outline: 0.2rem solid #015fcc !important;
  outline-offset: 0px;
}

.cusAccBtn {
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  cursor: pointer;
}
.dpl-lang-block {
  position: relative !important;
}
.dpl-lang {
  position: absolute !important;
  margin-top: -20rem;
  right: 0px;
  display: flex;
}
.localeSelect {
  color: #6abf4b !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 600px) {
  .login_leftImg {
    background: url(../img/mobile_bg.png);
    min-height: 150px !important;
    width: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
  }
  .login_banner_block {
    display: none;
  }
  .card-pf {
    margin-top: 20px;
  }
  .login-pf-page .login-pf-social {
    margin: 10px 0 0 0;
  }
  .mob_txt_center {
    text-align: center !important;
  }
  .signupTxtAlign {
    text-align: center;
  }
  .separatorLine {
    display: block;
    text-align: center;
  }
  .gray_bg {
    background-color: #f5f5f5;
    padding: 20px;
    height: 450px;
    overflow: scroll;
    font-weight: 300;
    font-size: 15px;
  }
}

/*RTL Support*/

body[dir*="rtl"] {
  direction: rtl !important;
  text-align: right !important;
}
body[dir*="rtl"] .pull-left {
  float: right !important;
}
body[dir*="rtl"] .pull-right {
  float: left !important;
}
body[dir*="rtl"] .form-group {
  text-align: right !important;
}
body[dir*="rtl"] .backArrow {
  transform: rotate(180deg);
}
body[dir*="rtl"] .zocial-google {
  right: -4px;
}
body[dir*="rtl"] .signupTxtAlign {
  text-align: right;
}
body[dir*="rtl"] .text-right {
  text-align: left !important;
}
body[dir*="rtl"] .languageDropdown {
  text-align: left !important;
}
body[dir*="rtl"] #kc-locale ul {
  left: 0 !important;
  right: unset;
}

body[dir*="rtl"] .decorative_bottom_line {
  text-align: right !important;
}
