

.login-pf body {
  height: 100%;
}

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

.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-content {
    width: 100%;
}

#kc-attempted-username{
    font-size: 20px;
    font-weight: normal;
    padding-right:10px;
}

#kc-username{
    text-align: center;
}

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

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

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

/* TOTP */

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

.required {
    color: #CB2915;
}

#kc-otp-login-form {
  padding-top: 20px;
}

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

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

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

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


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

.login-pf-page{
	width: 100%;
	padding-top: 0px;
}

.login-pf-page .login-pf-brand {
  width: 100%;
}

.card-pf {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
  border-top: 0;
  box-shadow: 0 0 0;
  float:left;
  height:100%;
  width:45%;
}

#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 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;
}

.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%;
}

.login-pf-page .card-pf{
  margin-bottom: 10px;
}

#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-register-form .checkbox {
    margin-left: 40px;
}

#kc-register-form .checkbox label{
    top: 1px;
    position: relative;
    margin-left: -20px;
}

#kc-register-form .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: auto;
}

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

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

.fl-body {
	
}

.fl-assets-logo {
  height: 41px;
  width: 168px;
}

.fl-customer-logo {
  height: 22px;
  width: 167px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

.fl-s-idebar {
  height: 100vh;
  width: 422px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.08);
  float: left;
  overflow-y: auto;
}

.fl-login {
  height: 32px;
  width: 59px;
  color: #969BA6;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

#kc-page-title{
  text-align: left;
  color: #969BA6;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
}

.fl-label {
  height: 16px;
  width: 200px;
  color: #717684;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  display:block;
}


.components-inputs-bg-unentered {
  box-sizing: border-box;
  height: 40px;
  width: 354px;
  border: 1px solid #E0E7FF;
  border-radius: 5px;
}

.fl-components-dropdowns-default-c {
  height: 64px;
  width: 354px;
}

.fl-primary-button-background {
  border-radius: 5px;
  background-color: #EB004E;
 background-image: url(../img/fl-button-bg.png);
}

.fl-btn-primary-default {
  height: 60px;
  width: 236px;
  color: #FFFFFF;
  
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.icons-black-navigation-add-16 {
  height: 14px;
  width: 6px;
  background-color: #FFFFFF;
}


.fl-redirects-container{
	float: left;
	box-sizing: border-box;
	height: 100vh;
	width: calc(100% - 422px);
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 100%);
  background-image: url(../img/fl-bg.png);
  background-size: cover;
}

.fl-redirects {
	width:100%;
}

.fl-cards-container {
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.fl-card-container {
  float: left;
  margin-right: 16px;
}

.fl-smartcard-container {
  float: left;
  margin-right: 16px;
}

.fl-card-label{
  height: 21px;
  width: 120px;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
  margin-top: 10px;
  font-weight: 400 !important;
}


.dont-have-an-accoun {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 13px;
}

.select-the-type-of-c {
  height: 21px;
  width: 640px;
  color: #FFFFFF;
  
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 31px;
}


.fl-header {
  background: #ffffff;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 10px 31px rgba(72, 72, 72, 0.14);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#kc-header-wrapper {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

#kc-header-wrapper .logo {
  max-height: 64px;
}

.fl-s-idebar {
  padding: 50px 30px 10px 50px;
  background: #ffffff;
  align-items: center;
}

.fl-primary-button-background.fl-btn-primary-default {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 38px;
  border-radius: 5px;
  background: #EB004E;
  border: 1px solid #EB004E;
  color: white;
}

.form-group label {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

.form-group input[type="password"],
.form-group input[type="date"],
.form-group input[type="text"],
.form-group select {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-right: 20px;
    padding: 10px;
    color: #2E384D;
    margin-top: 5px;
    width: 100%;
}

#FullName, #RegisteredAddress,
#PhoneNumber, #DateOfBirth {
    margin-bottom: 20px;
}

.login-pf-settings a {
  color: #FF4081;
  font-size: 14px;
  margin: 15px 0;
  display: block;
}

.login-pf-page * {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.form-group {
  margin-bottom: 20px;
}

#kc-registration {
  text-align: left;
}

#kc-registration a {
  color: #0067FF;
  font-size: 15px;
  margin-left: 0;
}

.powered_by {
  color: white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
}

.fl-redirects-container {
  display: flex;
  align-items: center;
  padding-left: 120px;
}

.fl-payment-buttons-loader {
  position: absolute;
  font-size: 70px; 
  display: flex; 
  width: 250px; 
  justify-content: center;
}

.fl-hidden {
  visibility: hidden;
}

body.fl-loader-bg {
  background: #030303 url(../img/fl-bg.png);
  background-size: cover;
}

.fl-loader {
  color: #1565c0;
}

.fa {
  font-family: 'FontAwesome' !important;
}

.fl-loader .loading, .fl-loader .loading--center {
  font-size: 70px; }

.fl-loader .loading.small, .fl-loader .small.loading--center {
  font-size: 12px; }

.fl-loader .loading--center {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

.fl-loader .loading--register {
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  font-size: 70px;
}

.hidden {
  display: none;
}

input.loading {
  background: url(../img/loading.gif) no-repeat right center;
}

.invalidMsg {
  color: #cc0000;
}

.inputError{
  border: 1px solid #cc0000 !important;
}

@media only screen and (min-width: 992px) {
    .fl-loader .loading, .fl-loader .loading--center {
       font-size: 100px; 
    }

    .fl-loader .loading--register {
      font-size: 70px;
      margin-top: 60%;
    }
}
@media only screen and (min-width: 620px) {
    .fl-loader .loading.small, .fl-loader .small.loading--center {
        font-size: 14px; } }

@media (max-width: 1080px) {
  .fl-redirects-container {
    padding-left: 60px;
    width: calc(100% - 350px);
  }
  .fl-s-idebar {
    width: 350px;
  }
}

@media (max-width: 945px) {
  .dont-have-an-accoun {
    font-size: 20px;
  }
  .powered_by {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .fl-redirects-container {
    padding-left: 30px;
    width: calc(100% - 300px);
  }
  .fl-s-idebar {
    width: 300px;
  }
  .fl-primary-button-background.fl-btn-primary-default {
    font-size: 13px;
    padding: 0;
    border-radius: 5px;
    background: #FF4081;
    border: 1px solid #FF4081;
    width: 100%;
    height: 40px;
  }
  .login-pf-settings a {
    font-size: 12px;
    margin: 0;
  }
  #kc-registration a {
    font-size: 12px;
    margin-left: 0;
  }
  .login-pf-page .login-pf-signup {
    margin: 0;
    margin-top: 5px;
  }

  .form-group {
    margin-bottom: 10px;
  }
  .fl-s-idebar {
    padding: 30px;
  }
}

@media (max-width: 630px) {
  .fl-redirects-container {
    padding-left: 30px;
    width: 100%;
    height: initial;
    padding: 50px;
  }
  .fl-s-idebar {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    height: initial;
  }
  .powered_by {
    display: none;
  }
}

.btn-ghost-default a {
  color: #EB004E;
}