a {
  color: #ef4f10 !important;
  font-size: 14px;
}

.card-pf p {
  font-size: 16px;
}

.card-pf .alert {
  padding: 8px;
  font-size: 12px;
}

.login-pf {
  background-image: none;
  background-color: #f9f9f9;
}

.login-pf body {
  background-color: #f9f9f9;
  background-image: none;
}

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

.alert-warning {
  background-color: #ffffff;
  border-color: #fbcc47;
  color: #fbcc47;
}

.page-title-text.error {
  color: #f84444;
}

.page-title-text.warning {
  color: #fbcc47;
}

.page-title-text.info {
  color: #364fcc;
}

.page-title-text.success {
  color: #39c683;
}

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbb;
}

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

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px;
}

#kc-locale ul li a:hover {
  color: #4d5258;
  background-color: #d4edfa;
}

#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;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

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

#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.svg); */
  background-repeat: no-repeat;
  height: 64px;
  width: 220px;
  fill: #e9500e;
  margin: 0 auto;
  background-color: #e9500e;
  -webkit-mask-image: url(../img/keycloak-logo-text.svg);
  mask-image: url(../img/keycloak-logo-text.svg);
}

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

#kc-header {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
}

#kc-header-wrapper {
  background-repeat: no-repeat;
  height: 64px;
  width: 220px;
  fill: #e9500e;
  margin: 0 auto;
  background-color: #e9500e;
  -webkit-mask-image: url(../img/keycloak-logo-text.svg);
  mask-image: url(../img/keycloak-logo-text.svg);
}

#kc-content {
  width: 100%;
}

#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: 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) {
  .login-pf body {
    padding-top: 64px;
  }

  #kc-container-wrapper {
    position: absolute;
    width: 100%;
  }

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

@media (max-width: 767px) {
  .login-pf body {
    background: url(../img/login.svg) center 350px no-repeat;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: 250px;
  }

  #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: block;
    margin-right: 5px;
  }

  #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;
  }
}

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

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

.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: 25px;
}

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

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

.card-pf .btn.btn-primary {
  margin-top: 0;
  height: 48px;
  border-radius: 4px;
  background: #ef4f10 !important;
  border: none;
}

#kc-form-buttons {
  margin-top: 28px;
}

.login-pf-header {
  height: 32px;
  background: url(../img/logo_currenda_id.svg) top left no-repeat;
}

.info-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 36px;
  margin-top: 24px;
}

.btn {
  font-size: 14px;
}

.btn-link,
.btn-link:hover {
  color: #ef4f10;
}

.login-pf-page .login-pf-settings {
  margin-bottom: 0;
  margin-top: 28px;
}

.login-pf-page .login-pf-settings span a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 14px;
}

.login-pf-page .login-pf-settings span a:hover {
  color: #ef4f10;
}

.login-pf-page input.form-control {
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  box-shadow: none;
}

.login-pf-page input.form-control:focus {
  border-color: rgba(0, 0, 0, 0.87);
  outline: 0;
  box-shadow: none;
}

label,
label.pretty-label {
  max-width: 100%;
  margin-bottom: -10px;
  background-color: #fff;
  margin-left: 8px;
  padding-left: 4px;
  padding-right: 4px;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

button:focus {
  outline: 0 !important;
}

.page-title-hero {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 0;
}

.page-title-text {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  margin-top: 24px;
}

.login-pf .container {
  padding-top: 40px;
  color: rgba(0, 0, 0, 0.87);
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: none;
  margin-right: auto;
  margin-left: auto;
}

.login-pf-page .card-pf {
  background: none;
  margin: 0 auto;
  padding: 32px 36px !important;
  max-width: 456px;
  border-top: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .login-pf body {
    padding-top: 64px;
  }

  .login-pf .container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 760px;
  }

  .login-pf-page .card-pf {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fff;
  }
}

@media (min-width: 992px) {
  .login-pf .container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 980px;
  }

  .login-pf-page .card-pf {
    padding: 36px 48px !important;
  }

  .page-title-hero {
    font-size: 56px;
  }
}

@media (min-width: 1200px) {
  .login-pf .container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 1180px;
  }
}

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

.img-block {
  padding-top: 336px;
  background: url(../img/login.svg) top center no-repeat;
}

.footer-imgs {
  margin-top: 200px;
}

.footer-imgs img {
  max-width: 90%;
}

.mt15px {
  margin-top: 15px;
}

.banner-imgs img {
  max-width: 90%;
}

.banner-img-box {
  margin: 32px 32px 32px 32px;
}

.banner-imgs {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.banner-img {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.00);
  background: #FFF;
  flex: 1 1 calc(50% - 32px);
  box-sizing: border-box;
}

.banner-img-title {
  color: #101928;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 100% */
  letter-spacing: -0.5px;
  padding-bottom: 16px;
}

.banner-img-title img {
  padding-right: 8px;
}

.banner-img p {
  color: rgba(0, 0, 0, 0.60);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.25px;
  padding: 0px 0px 16px 0px;
  margin: 0px;
}

.banner-login-button {
  float: right;
  color: #EF4F10;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0.857px;
}

.mt15px {
  margin-top: 15px;
}

.page-title-hero-psw-success {
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 58px;
  letter-spacing: 0px;
  padding-bottom: 32px;
  padding-left: 24px;
  width: 100%;
}

.page-text-hero-psw-success {
  font-family: Roboto, sans-serif;
  clear: both;
  width: 100%;
  color: rgba(0, 0, 0, 0.38);
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 139.13% */
  letter-spacing: 0px;
  padding-left: 24px;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 56px;
  line-height: 56px;
  margin-top: 60px;
  padding-left: 32px;
  background: #f9f9f9;
}

.footer img {
  height: 25px;
  margin-right: 40px;
  margin-top: -6px;
}

.footer a {
  font-family: Roboto, sans-serif !important;
  text-decoration: none;
  margin-right: 40px;
  color: rgba(0, 0, 0, 0.38) !important;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.footer-imgs {
  margin-top: 200px;
}

.footer-imgs img {
  max-width: 90%;
}

#app {
  padding: 0px;
}

.app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.app-header {
  min-height: 50px;
  align-content: flex-start;
  background-color: #000;
  align-items: center;
  line-height: 50px;
  display: flex;
}

.app-header img {
  margin-left: 20px;
}

.app-content {
  min-height: calc(100% - 50px);
  overflow-y: auto;
  padding-top: 135px;
  padding-bottom: 100px;
}

.h30px {
  height: 30px;
  width: auto;
}

.w32px {
  width: 32px;
}