@font-face {
    font-family: 'Aeonik';
    src: url("../fonts/Aeonik-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aeonik";
    src: url("../fonts/Aeonik-Bold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.spike {
  display: block !important;
}

.rose {
  display: none !important;
}

.login-pf body {
  background-image: url("../img/moderna-login-bg.jpg");
  background-color: #F2FAFD;
  color: #000;
  font-size: 16px;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
}

.login-pf h1 {
  color: #053f68;
  font-size: 4.5rem;
  text-transform: none;
}

.login-pf h2 {
  color: #053f68;
  text-align: left;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

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

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

.login-pf #kc-header-wrapper {
  padding: 20px 40px 30px 40px;
  text-transform: none;
  letter-spacing: normal;
}

.login-pf .logo-text {
  background-image: url("../img/logo-moderna.svg");
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 200px;
  background-color: white;
  padding: 60px 0;
  color: #053f68;
  display: inline-block;
  font-size: 32px;
  height: 46px; 
  text-transform: none;
  position: static;
  top: 0;
  left: 0;
}

.login-pf #kc-header-wrapper h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.login-pf #kc-header-description {
  color: #053f68;
  font-size: 3rem;
  max-width: 800px;
  font-weight: 500;
  line-height: normal;
}

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

#kc-locale-dropdown a {
  color: #053f68;
}

.login-pf-page .form-group {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .15s ease-in-out;
}

.login-pf-page .form-group--showborder {
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
}

.login-pf-page .login-pf-page-header {
  text-align: left;
}

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

.login-pf-page .login-pf-settings {
  gap: 10px;
  font-size: 14px;
  font-weight: normal;
}

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

.login-pf-page .login-pf-settings a {
  color: #053f68;
  font-weight: normal;
}

.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: #E31837;
  height: 56px;
  border-radius: 12px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.login-pf-page .pf-c-button.pf-m-primary:hover {
  background-color: #053f68;
  color: white;
  border-color: transparent;
}

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

.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: #053f68;
  height: 48px;
}

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

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

#kc-info-wrapper {
  background: transparent;
}

#kc-form-options {
  padding: 0;
  display: flex;
  font-size: 14px;
  font-weight: normal;
}

#kc-form-options a:hover {
  color: inherit;
}


#kc-form-buttons {
  margin-top: 0;
  margin-bottom: 10px;
}

.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: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  border: 1px solid #D1D2D5;
  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 {
  color: #053f68 !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;
  font-weight: 400;
  color: #053f68;
}

.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:#053f68;
  margin-top: 5px;
  margin-right: 5px;
  transform: scale(1.25);
}

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

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

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

#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;
    font-weight: 100;
    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 !important;
}