/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
   This clashes with the "keycloak-bg.png' background defined on the body below.
   Therefore the Patternfly background must be set to none. */
/*Google Fint */
@font-face {
  font-family: "Montserrat";
  src: url("../webfonts/Montserrat.woff2") format("woff2"),
    url("../webfonts/Montserrat.woff") format("woff");
  font-display: swap;
  letter-spacing: 1px;
}

.login-pf {
  background: none;
}

.login-pf body {
  background: #ffffff;
  background-size: cover;
  height: 100%;
  color: #333333;
  font-family: "Montserrat";
}

.login-pf-page {
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.login-pf-page .login-pf-settings {
  justify-content: center;
}
#cancelTOTPBtn{
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  width: 100%;
  height: 42px;
  border-radius: 24px;
  font-size: 16px;
}

#kc-oauth .main-p-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
#kc-oauth .main-p-text-2 {
  padding-top: 24px;
}
.forgetcenter {
  text-align: center;
  padding-top: 9px;
  font-size:16px;
}
.backupcodecenter {
  text-align: center;
  padding-top: 90px;
  font-size:16px;
}
.customformclass {
  overflow-x: hidden;
  width: 100%;
}
.otpcodehelper {
  display: block;
}
.login-pf-page #kc-header #kc-oauth .sub-p-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  padding-top: 24px;
  padding-bottom: 34px;
  margin-bottom: 0px;
}
#kc-oauth .sub-p-text span {
  font-weight: 500;
}
.login-pf-page-auth #kc-oauth #kc-form-buttons .pf-c-button {
  font-weight: 700;
}
/*IE compatibility*/
.pf-c-form-control {
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
  border-color: #e6e8e9 #e6e8e9 #e6e8e9 #e6e8e9;
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
  height: 36px;
  height: calc(
    var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) +
      var(--pf-c-form-control--BorderWidth) * 2 +
      var(--pf-c-form-control--PaddingTop) +
      var(--pf-c-form-control--PaddingBottom)
  );
  padding: 5px 0.5rem;
  padding: var(--pf-c-form-control--PaddingTop)
    var(--pf-c-form-control--PaddingRight)
    var(--pf-c-form-control--PaddingBottom)
    var(--pf-c-form-control--PaddingLeft);
  border: 1px solid #e6e8e9;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  outline: none;
}

textarea.pf-c-form-control {
  height: auto;
}

.pf-c-form-control:hover,
.pf-c-form-control:focus {
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
  border-color: #e6e8e9 #e6e8e9 #e6e8e9 #e6e8e9;
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
  height: 36px;
  height: calc(
    var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) +
      var(--pf-c-form-control--BorderWidth) * 2 +
      var(--pf-c-form-control--PaddingTop) +
      var(--pf-c-form-control--PaddingBottom)
  );
  padding: 5px 0.5rem;
  padding: var(--pf-c-form-control--PaddingTop)
    var(--pf-c-form-control--PaddingRight)
    var(--pf-c-form-control--PaddingBottom)
    var(--pf-c-form-control--PaddingLeft);
  border: 1px solid #e6e8e9;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.pf-c-form-control[aria-invalid="true"] {
  border-bottom-color: #c9190b;
  border-bottom-color: var(--pf-global--danger-color--100);
  border-bottom-width: 2px;
  border-bottom-width: var(--pf-global--BorderWidth--md);
}

.pf-c-check__label,
.pf-c-radio__label {
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
}
.pf-c-form__label-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
a {
  color: #0086ff;
}
.pf-c-alert.pf-m-inline {
  margin-bottom: 0.5rem; /* default - IE compatibility */
  margin-bottom: var(--pf-global--spacer--sm);
  padding: 0.25rem;
  padding: var(--pf-global--spacer--xs);
  border: solid #ededed;
  border: solid var(--pf-global--BorderColor--300);
  border-width: 1px;
  border-width: var(--pf-c-alert--m-inline--BorderTopWidth)
    var(--pf-c-alert--m-inline--BorderRightWidth)
    var(--pf-c-alert--m-inline--BorderBottomWidth)
    var(--pf-c-alert--m-inline--BorderLeftWidth);
  display: -ms-flexbox;
  display: grid;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: max-content 1fr max-content;
  grid-template-columns: var(--pf-c-alert--grid-template-columns);
  grid-template-rows: 1fr auto;
  grid-template-rows: var(--pf-c-alert--grid-template-rows);
}

.pf-c-alert.pf-m-inline::before {
  position: absolute;
  top: -1px;
  top: var(--pf-c-alert--m-inline--before--Top);
  bottom: -1px;
  bottom: var(--pf-c-alert--m-inline--before--Bottom);
  left: 0;
  width: 3px;
  width: var(--pf-c-alert--m-inline--before--Width);
  content: "";
  background-color: #ffffff;
  background-color: var(--pf-global--BackgroundColor--100);
}

.pf-c-alert.pf-m-inline.pf-m-success::before {
  background-color: #92d400;
  background-color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-danger::before {
  background-color: #c9190b;
  background-color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-inline.pf-m-warning::before {
  background-color: #f0ab00;
  background-color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-inline .pf-c-alert__icon {
  padding: 1rem 0.5rem 1rem 1rem;
  padding: var(--pf-c-alert--m-inline__icon--PaddingTop)
    var(--pf-c-alert--m-inline__icon--PaddingRight)
    var(--pf-c-alert--m-inline__icon--PaddingBottom)
    var(--pf-c-alert--m-inline__icon--PaddingLeft);
  font-size: 16px;
  font-size: var(--pf-c-alert--m-inline__icon--FontSize);
}

.pf-c-alert.pf-m-success .pf-c-alert__icon {
  color: #92d400;
  color: var(--pf-global--success-color--100);
}

.pf-c-alert.pf-m-success .pf-c-alert__title {
  color: #486b00;
  color: var(--pf-global--success-color--200);
}

.pf-c-alert.pf-m-danger .pf-c-alert__icon {
  color: #c9190b;
  color: var(--pf-global--danger-color--100);
}

.pf-c-alert.pf-m-danger .pf-c-alert__title {
  color: #a30000;
  color: var(--pf-global--danger-color--200);
}

.pf-c-alert.pf-m-warning .pf-c-alert__icon {
  color: #f0ab00;
  color: var(--pf-global--warning-color--100);
}

.pf-c-alert.pf-m-warning .pf-c-alert__title {
  color: #795600;
  color: var(--pf-global--warning-color--200);
}

.pf-c-alert__title {
  font-size: 14px; /* default - IE compatibility */
  font-size: var(--pf-global--FontSize--sm);
  padding: 5px 8px;
  padding: var(--pf-c-alert__title--PaddingTop)
    var(--pf-c-alert__title--PaddingRight)
    var(--pf-c-alert__title--PaddingBottom)
    var(--pf-c-alert__title--PaddingLeft);
}

input[type="submit"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  width: 100%;
  height: 42px;
  background: #0086ff !important;
  border-radius: 24px;
  font-size: 16px;
}

.pf-c-button {
  padding: 0.375rem 1rem;
  padding: var(--pf-global--spacer--form-element) var(--pf-global--spacer--md);
}
#kc-cancel {
  margin-top: 33px;
  background: none !important;
  color: #0086ff;
}

/* default - IE compatibility */
.pf-m-primary {
  color: #ffffff;
  background-color: #0066cc;
  background-color: var(--pf-global--primary-color--100);
}

/* default - IE compatibility */
.pf-m-primary:hover {
  background-color: #004080;
  background-color: var(--pf-global--primary-color--200);
}

/* default - IE compatibility */
.pf-c-button.pf-m-control {
  border: solid 1px;
  border: solid var(--pf-global--BorderWidth--sm);
  border-color: rgba(230, 230, 230, 0.5);
}
/*End of IE compatibility*/
h1#kc-page-title {
  margin-top: 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.44px;
  color: #333333;
}
.custom-login-header #kc-locale {
  float: right;
  top: 35px;
  padding-right: 54px;
}

#kc-locale ul {
  background-color: #fff;
  background-color: var(--pf-global--BackgroundColor--100);
  display: none;
  top: 20px;
  min-width: 100px;
  padding: 0;
}
.drop-locale-custom-oauth #kc-locale-wrapper #kc-locale-dropdown {
  display: block;
  border: none;
}
.drop-locale-custom-oauth
  #kc-locale-wrapper
  #kc-locale-dropdown
  a#kc-current-locale-link::after {
  color: #000000;
  content: none;
}
#kc-locale-dropdown {
  display: none;
  border: 1px solid #e6e6e6;
  padding: 3px;
  border-radius: 3px;
}

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

/* IE compatibility */
#kc-locale-dropdown a {
  color: #6a6e73;
  color: var(--pf-global--Color--200);
  text-align: right;
  font-size: 14px;
  font-size: var(--pf-global--FontSize--sm);
}

/* IE compatibility */
a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
  margin-left: var(--pf-global--spacer--xs);
}

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

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

#kc-logo {
  width: 100%;
}

div.kc-logo-text {
  background-image: url(../img/logo@2x.svg);
  background-repeat: no-repeat;
  min-height: 128px;
  max-height: 200px;
  width: 180px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  position: relative;
  left: unset;
}
div.kc-logo-text-oauth .kc-logo-text {
  width: 136px;
  min-height: 25px;
  left: 48px;
  top: 35px;
}
div.kc-logo-text span {
  display: none;
}

#kc-content #kc-oauth .note-text {
  font-weight: bold;
}

#kc-header {
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
  margin-bottom: 0px;
}
.custom-login-header {
  width: 100%;
}
.kc-logo-text-oauth {
  float: left;
}
#kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 0px;
  white-space: normal;
}

#kc-content {
  width: 100%;
}
.login-pf-page .card-pf #kc-content #kc-info {
  padding-top: 9px;
  border-top: 1px solid #d7d7d7;
  border-width: thin;
  margin: 24px 0px -30px;
}
#kc-attempted-username {
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  padding-right: 10px;
}

#kc-username {
  text-align: center;
  margin-bottom: -10px;
}

#kc-webauthn-settings-form {
  padding-top: 8px;
}

#kc-content-wrapper {
  margin-top: 20px;
}

#kc-form-wrapper {
  margin-top: 10px;
}

#kc-info {
  margin: 20px -40px -30px;
}

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

#kc-registration span{
  font-size: 16px;
}

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

/* TOTP */

.subtitle {
  text-align: right;
  margin-top: 30px;
  color: #909090;
}

.required {
  color: #a30000; /* default - IE compatibility */
  color: var(--pf-global--danger-color--200);
}

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-links {
  margin-top: 20px;
}

.kc-social-provider-logo {
  font-size: 23px;
  width: 30px;
  height: 25px;
  float: left;
}

.kc-social-gray {
  color: #737679; /* default - IE compatibility */
  color: var(--pf-global--Color--200);
}

.kc-social-item {
  margin-bottom: 0.5rem; /* default - IE compatibility */
  margin-bottom: var(--pf-global--spacer--sm);
  font-size: 15px;
  text-align: center;
}

.kc-social-provider-name {
  position: relative;
  top: 3px;
}

.kc-social-icon-text {
  left: -15px;
}

.kc-social-grid {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-column-end: span 6;
  --pf-l-grid__item--GridColumnEnd: span 6;
}

.kc-social-grid .kc-social-icon-text {
  left: -10px;
}

.kc-login-tooltip {
  position: relative;
  display: inline-block;
}

.kc-social-section {
  text-align: center;
}

.kc-social-section hr {
  margin-bottom: 10px;
}

.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 160%;
  background-color: black;
  visibility: hidden;
  color: #fff;

  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;

  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.centercls {
  text-align: center;
}
@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;
  }
  .login-pf-page-auth {
    margin-top: 90px;
  }
  .info {
    height: 20%;
  }
  #kc-cancel {
    margin-top: 15px;
    background: none !important;
    color: #0086ff;
  }
  #kc-header {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    text-align: left;
  }

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

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

  #kc-form {
    float: none;
  }

  #kc-info-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }

  .login-pf .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  div.kc-logo-text-oauth .kc-logo-text {
    left: 0px;
  }
  .custom-login-header #kc-locale {
    padding-right: 0px;
  }
  #kc-locale {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 9999;
  }
}

@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;
}
.login-pf-page-auth #kc-oauth #kc-form-buttons {
  margin-top: 0px;
}
#kc-form-buttons {
  margin-top: 20px;
}

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

/* Internet Explorer 11 compatibility workaround for select-authenticator screen */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-auth-box-parent {
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
  }

  .select-auth-box-headline {
    font-size: 16px;
    color: #06c;
    font-weight: bold;
  }

  .select-auth-box-desc {
    font-size: 14px;
  }

  .pf-l-stack {
    flex-basis: 100%;
  }
}
/* End of IE11 workaround for select-authenticator screen */

.select-auth-box-arrow {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.select-auth-box-icon {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  margin-right: 1rem;
  margin-left: 3rem;
}

.select-auth-box-parent {
  border-top: 1px solid var(--pf-global--palette--black-200);
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

.select-auth-box-parent:hover {
  background-color: #f7f8f8;
}

.select-auth-container {
  padding-bottom: 0px !important;
}

.select-auth-box-headline {
  font-size: var(--pf-global--FontSize--md);
  color: var(--pf-global--primary-color--100);
  font-weight: bold;
}

.select-auth-box-desc {
  font-size: var(--pf-global--FontSize--sm);
}
.login-pf-page-auth .card-pf {
  vertical-align: middle;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 512px;
  padding: 20px 35px 30px 35px;
}
.login-pf-page-auth .card-pf #kc-content #kc-content-wrapper {
  margin-top: 16px;
}
.login-pf-page-auth .card-pf h1#kc-page-title p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: 700;
}
.card-pf {
  margin: 0 auto;
  box-shadow: none;
  border: none;
  padding: 0 20px;
  max-width: 500px;
}
/*phone*/
@media (max-width: 767px) {
  .v-align-oauth {
    height: 80%;
  }
  .login-pf-page-auth {
    padding: 20px;
  }
  .login-pf-page .card-pf {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0;
    box-shadow: 0 0;
  }

  .kc-social-grid {
    grid-column-end: 12;
    --pf-l-grid__item--GridColumnEnd: span 12;
  }

  .kc-social-grid .kc-social-icon-text {
    left: -15px;
  }
}

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

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

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

.login-pf-page .list-view-pf .list-group-item {
  border-bottom: 1px solid #ededed;
}

.login-pf-page .list-view-pf-description {
  width: 100%;
}

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

.no-bottom-margin {
  margin-bottom: 0;
}

#kc-back {
  margin-top: 5px;
}
.wrapper {
  width: 100%;
  height: 100vh;
  max-width: unset;
  margin-top: 0;
  display: inline;
}

.banner-right-align {
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  vertical-align: middle;
  float: left;
  width: 70%;
  background: linear-gradient(127.57deg, #ff7a00 3.94%, #ed1c61 76.89%);
  transition: 1s;
}
.lines {
  background-image: url(../img/lines.png);
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.banner-content {
  font-family: "Montserrat";
  font-style: normal;
  color: #ffffff;
  text-align: left;
  max-width: 60%;
}
.banner-content-get-free-murena {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  display: block;
  letter-spacing: -1px;
}
.banner-content-why-murena {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 10% 0 15% 0;
}
.banner-content-why-murena li {
  list-style: inside;
}
.banner-content-create-button a {
  border: 1px solid #ffffff !important;
  border-radius: 24px !important;
  background: transparent;
  color: white !important;
  width: 70%;
  display: inline-block;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.v-align-oauth {
  padding: 0 0 5vh 0 !important;
}
.v-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  background-color: #ffffff;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 5vh;
  position: relative;
  overflow: auto;
  max-height: 100%;
  transition: all 0.3s linear;
}

.wrapper > footer {
  display: none;
}
.v-align footer {
  display: block;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.3s linear;
  padding-bottom: 20px;
  text-align: center;
  bottom: 0;
}
.v-align > footer p.info {
  height: 60%;
}
.info {
  margin: 20px auto;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); /* better readability on bright background */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  height: 40%;
}
.v-align > footer p {
  margin: 0;
}
footer p {
  margin: 0;
}
.login-pf-page .login-pf-signup a {
  margin-left: 0px;
}
.alert-info.pf-c-alert.pf-m-inline.pf-m-info .pf-c-alert__icon .fa-fw {
  padding-top: 4px;
}
button[data-label-show="Show password"] {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .banner-right-align {
    width: 65%;
  }
}
@media only screen and (max-width: 1050px) {
  .v-align footer {
    display: none;
  }
  .wrapper > footer {
    display: block;
    text-align: center;
  }
  .width0 {
    width: 0 !important;
    height: 0 !important;
  }
  .banner-content {
    max-width: 80%;
  }
  .v-align {
    overflow: hidden;
    width: 70%;
    height: auto;
  }
  .banner-right-align {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    height: 60%;
    position: relative;
    clear: both;
  }
  .banner-content-create-button {
    text-align: center;
    margin-bottom:10px;
  }
  .banner-content-create-button a {
    width: 90%;
  }
  .v-align {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    width: 50%;
    margin: 0 auto;
  }
  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  footer {
    bottom: 0;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    margin: 0 auto;
    position: unset;
  }
  .lines {
    width: 30%;
  }
  .banner-content-why-murena {
    margin: 5% 0 5% 0;
  }
  .warning-messsage main {
    max-width: 90%;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper {
    position: relative;
    overflow: scroll;
    height: auto;
  }
  .wrapper .v-align-oauth {
    height: 80%;
  }
  .v-align {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: unset !important;
    height: unset;
  }
  .banner-content-get-free-murena {
    font-size: 18px;
  }
  .banner-right-align {
    height: 50%;
  }
  .banner-content-why-murena {
    font-size: 14px;
  }
  .lines {
    display: none;
  }
  #body-login .warning-messsage {
    width: 80%;
  }
  .warning-messsage main {
    max-width: 90%;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper {
    height: auto;
    overflow: scroll;
  }
  .banner-right-align {
    display: none;
  }
  .v-align {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-top: 0px;
  }
  .login-pf-page {
    padding-top: 0px !important;
  }
  #kc-info-wrapper {
    font-size: 12px;
  }
  .warning-messsage {
    width: 90%;
  }
}
@media only screen and (max-width: 280px) {
  .wrapper {
    height: auto;
    overflow: scroll;
  }
}
