@font-face {
  font-family: 'rubikblack';
  src: url("../fonts/rubik/rubik-black-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikblack_italic';
  src: url("../fonts/rubik/rubik-blackitalic-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikbold';
  src: url("../fonts/rubik/rubik-bold-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikbold_italic';
  src: url("../fonts/rubik/rubik-bolditalic-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikitalic';
  src: url("../fonts/rubik/rubik-italic-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubiklight';
  src: url("../fonts/rubik/rubik-light-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubiklight_italic';
  src: url("../fonts/rubik/rubik-lightitalic-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikmedium';
  src: url("../fonts/rubik/rubik-medium-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikmedium_italic';
  src: url("../fonts/rubik/rubik-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikregular';
  src: url("../fonts/rubik/rubik-regular-webfont.woff2") format("woff2"), url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


.login-pf {
  background: none;
  font-family: rubikregular,sans-serif;
}
.login-pf body {
  background: white;
}

.mdc-notched-outline {
  display: none;
}

.card-pf {
  max-width: 40%;
  margin: auto;
  border: none;
  box-shadow: none;
}

p {
  font-family: rubikregular,sans-serif;
}

a {
  color: #D4145A;
}

.title {
  text-align: center;
}

.page-title {
  font-family: rubikmedium, sans-serif;
}

label {
  font-size: 14px;
  font-family: rubikregular, sans-serif;
}

.header-section h5 {
  font-size: 32px;
  font-family: rubikblack,sans-serif;
  padding: 1rem 0;
  margin: 0;
}

.header-section p {
  font-size: 14px;
}

.nav-pills {
  margin: auto;

}

.nav-pills .nav-link {
  background-color: white;
  border: 1px solid #979797;
  max-width: 200px;
  font-family: rubikmedium,sans-serif;
  margin: 0 auto;
  border-radius: 5px;
}

.line {
  border-top: 1px solid #D8D8D8;
  margin-top: 0.5rem;
}

.tab-content {
  margin: 1rem auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.rubik-medium {
  font-family: rubikmedium, sans-serif;
}

.font09 {
    font-size: 0.9em;
}

input::placeholder {
  font-size: 12px;
  color: #cfcfcf !important;
}

.mdc-text-field__input, .pf-c-form-control {
  background-color: #ffffff !important;
  height: 45px !important;
  color: #444444 !important;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  font-family: rubikregular,sans-serif;
}

.pf-c-form-control {
  font-size: 14px;
}

.pf-c-form-control:focus {
  padding-bottom: 0;
}

.mdc-button, .pf-c-button {
  max-width: 100%;
  background: linear-gradient(to right,#D9316E,#D6306F,#CD2F72,#BE2D78,#A82B81,#8D288C,#8B288D);
  font-size: 14px;
  font-family: rubikmedium, sans-serif;
  color: #FFFFFF;
  padding: 1em;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 1rem auto;
}

.mdc-button-secondary, .pf-c-button-secondary {
  background: #FFFFFF;
  border: 2px solid #666;
  color: #333;
}

.full-width {
  width: 100%;
}

.pad-none {
  padding: 0;
}

.terms-service-text {
  margin: 1rem;
}

.terms-service-text p {
  color: #9E9E9E;
  font-size: 14px;
}

.register-text {
  margin: 2rem;
}

.register-textb p {
  font-size: 18px;
  color: #4D4D4D;
}

p.mfa-info {
  font-size: 13px;
  text-align: justify;
}

label.pf-c-form__label-text,.pf-c-form__label {
  font-size: 14px;
  font-family: rubikregular, sans-serif;
  line-height: 2.5;
  color: #777777;
  text-align: left;
  font-weight: 900;
}
.text-black {
  color: #333333;
}

.margin-0 {
  margin: 0;
}

.brand {
  margin-bottom: 25px;
}

.text-left {
  text-align: left;
}

.login-pf-page .login-pf-page-header {
  display: none;
}

.login-pf-page .login-pf-signup {
  margin: 0;
}

#kc-social-providers .nav-pills {
  margin-bottom: 20px;
}

.login-pf-page .login-pf-signup a {
  margin: 0 auto;
}

.social-media {
  position: absolute;
}

.nav-item .nav-link {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position-x: 26px;
  background-position-y: 7px;
  color: transparent;
}
.nav-item #zocial-microsoft {
  background-image: url("../img/microsoft.png");

}
.nav-item #zocial-google {
  background-image: url("../img/google.png");
}

.instruction {
  margin-top: 30px;
  color: #2c3e50 !important;
  font-size: 16px !important;
  font-family: rubikmedium, sans-serif;
}

.error-section-body p.instruction {
  border: 1px solid #eee;
  padding: 15px 30px;
  background: #fafafa;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.use-sso {
  font-size: 1.1em
}

.recaptcha-input-wrapper {
  margin-top: 20px;
  text-align: center;
}

.recaptcha-input-wrapper .g-recaptcha {
  display: inline-block;
}

.authorised-signatory {
  text-align: center;
  margin-top: 20px;
}

.authorised-signatory input[type="checkbox"] {
  transform: scale(1.4);
  accent-color: #d4145a;
}

.authorised-signatory label {
  display: inline;
  margin-left: 10px;
  color: #777777;
  font-family: 'rubikregular', serif;
  font-weight: 600;
  cursor: pointer !important;
}

.pf-m-error.required {
  color: #ff0000;
}

#kc-totp-supported-apps {
  font-size: 1rem;
}

.pass-container input[type="password"] {
  padding-right: 30px;
}

.pass-container button {
  position: absolute;
  right: 23px;
  bottom: 2px;
  background: none;
  border: none;
}

.label-input .label-input-readonly-button {
  position: absolute;
  top: 10px;
  right: 30px;
  width: max-content;
  color: #000;
  border: none;
  background: none;
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.label-input-readonly {
  border-radius: 0;
  outline: none;
  background-color: #efefef !important;
  color: #777 !important;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-width: 2px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .card-pf {
    max-width: 70%;
  }
}