@font-face {
  // This is parsed as a normal function call that takes a quoted string.
  font-display: swap;
  src: local("Poppins"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-family: "Poppins";
  font-weight: 400;
}

@font-face {
  // This is parsed as a normal function call that takes a quoted string.
  font-display: swap;
  src: local("Poppins Semibold"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-family: "Poppins Semibold";
  font-weight: 600;
}

.spike {
  display: none !important;
}

.rose {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.login-pf body {
  background-image: none;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.login-pf body.hidden {
  visibility: hidden;
}

.login-pf hr {
  border-color: #000;
}

.login-pf #kc-header-wrapper .logo-text {
  background-image: url("../img/logo-zurrose.svg");
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  display: inline-block;
  font-size: 32px;
  height: 46px;
  margin-bottom: 48px;
  padding-left: 224px;
  padding-top: 16px;
  text-transform: none;
}

.login-pf #kc-header-description {
  color: #000;
}

.login-pf .btn-group-lg > .btn, .btn-lg {
  font-size: 16px;
}

#kc-locale-dropdown a {
  color: #000;
}

.login-pf-page .form-group {
  position: relative;
}

.login-pf-page .form-group::before {
  border-left: 4px solid transparent;
  content: '';
  transition: border-color 0.3s;
  position: absolute;
}

.login-pf-page .form-group:hover::before,
.login-pf-page .form-group--showborder::before {
  border-color: #e30614;
  display: block;
  height: 54px;
  transform: translate(1px, 1px);
}

.login-pf-page .card-pf {
  box-shadow: none;
  border: none;
}

.login-pf-page .login-pf-settings::before  {
  content: none;
}

.login-pf-page .login-pf-settings a {
  color: #000;
  font-weight: 600;
}

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

.login-pf-page .pf-c-button {
  border-radius: 0;
  font-weight: 600;
}

.login-pf-page .pf-c-button:disabled,
.login-pf-page .pf-c-button.pf-m-primary:disabled {
  color: #c2c2c2;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.login-pf-page .pf-c-button:after {
  content: none;
}

.login-pf-page .pf-c-button.pf-m-primary  {
  background-color: #e30614;
  height: 48px;
}

.login-pf-page .pf-c-button.pf-m-primary:hover {
  background-color: #ba000c;
  color: white;
}

.login-pf-page .kc-social-gray {
  color: #000;
}

.login-pf-page .kc-social-item {
  font-size: 16px;
  margin-bottom: 20px;
}

.login-pf-page .kc-social-provider-name {
  top: 6px;
}

.login-pf-page .kc-social-section hr {
  margin-top: 40px;
  margin-bottom: 32px;
}

#social-hin {
  background-color: #f39900;
  border: none;
  color: #fff;
  height: 48px;
  padding-left: 27px;
  position: relative;
}

#social-hin:hover {
  border: none;
  color: #fff;
  opacity: 0.8;
}

#social-hin:before {
  content: '';
  background-image:  url("../img/hin_logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 33px;
  left: 50%;
  margin-left: -77px;
  position: absolute;
  top: 8px;
  width: 77px;
}

#social-hin .kc-social-provider-name {
  height: 33px;
  left: 50%;
  margin-left: 10px;
  position: absolute;
  top: 14px;
}

#social-hin:hover:after {
  content: none;
}

#social-galenica {
  background-color: #e1e1e1;
  border: none;
  color: #000;
  height: 48px;
}

#social-galenica:hover {
  background-color: #d7d7d7;
  border: none;
  color: #e30614;
}

#social-galenica:hover:after {
  content: none;
}

.login-control {
  display: block;
  width: 100%;
  height: calc(1.375em + 2rem + 2px);
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #000;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-control::placeholder {
  color: transparent;
  text-shadow: none;
  opacity: 1;
}

.login-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 $input-color;
}

.login-control:focus {
  border-color: #e30614;
  color: #495057 !important;
  outline: 0 !important;
}

.login-control--label {
  padding-bottom: .5rem;
  padding-top: 1.5625rem;
}

.login-label {
  left: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 1.0625rem;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}

.login-control .login-label--floating,
.login-control:focus~.login-label,
.login-control:not(:placeholder-shown)~.login-label {
    color: #b3b3b3;
    font-size: .75rem;
    left: 1rem;
    letter-spacing: normal;
    line-height: 1rem;
    top: .625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"] {
  accent-color:#e30614;
  margin-top: 5px;
  margin-right: 5px;
  transform: scale(1.25);
}

.login-pf .pf-c-form__helper-text.pf-m-error {
  color: #ef7756;
}

.login-pf h2 {
  text-align: center;
}

.login-pf .register {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D1D2D5;
}

.wider {
  margin: 0 -100px 0;
}

.center {
  text-align: center;
}

.login-pf .btn-lg {
  display: flex;
  align-items: center;
  justify-content: center;
}

#kc-info {
  margin: 20px -80px 0px;
}

#showPassword {
    position: absolute;
    top: 50%;
    right: 16px;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

#showPassword:hover {
    opacity: 1;
}

#showPassword + label {
    display: none;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 56px;
    font-size: .8rem;
    opacity: .4;
}

#showPassword:hover + label {
    display: inline;
}

#showPasswordIcon {
    z-index: 10;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    bottom: 0;
    margin-top: -12px;
    background: url("../img/show.svg") no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
}

#showPasswordIcon.icon-hide {
    background: url("../img/hide.svg") no-repeat;
}

#first-broker-login {
  /* display: none; */
  padding-top: 10px;
  
  h2 {
    margin-bottom: 20px;
    line-height: normal;
  }
}