@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-VariableFont_wght.ttf") format("truetype"),
       url("../fonts/Rubik-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
}

@font-face {
  font-family: "Rubik";
  font-style: italic;
  src: url("../fonts/Rubik-Italic-VariableFont_wght.ttf") format("truetype"),
       url("../fonts/Rubik-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
}

body {
  font-family: 'Rubik', sans-serif;
  color: #262626;
}

@media screen and (min-width: 768px) {
  .login-pf body {
    background: none !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}

#kc-info-wrapper {
  padding: 16px;
}

.login-pf-page {
  padding: 40px 0;
}

.login-pf-page .login-pf-header {
  margin-bottom: 0;
}

.login-pf-page #kc-content-wrapper {
  margin-top: 0;
}

.login-pf-page .register-subtitle {
  text-align: center;
  padding: 0;
  margin-bottom: 24px;
  font-size: 18px;
  color: inherit !important;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .login-pf-page .register-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: -12px;
  }
}

.login-pf-page #kc-page-title {
  margin: 0 0 16px;
  font-weight: 500;
}

.login-pf-page hr {
  margin: 16px 0;
}

.login-pf-page #kc-header-wrapper {
  padding: 0;
}

.login-pf-page .kc-social-links h5 {
  margin: 0;
}

.login-pf-page .kc-logo-text {
  background-image: url(../img/logo.webp);
  width: 160px;
  height: 43px;
  margin: 0 auto;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .login-pf-page .card-pf {
    padding: 40px 54px 54px;
    width: 100%;
    min-width: 700px;
    border-radius: 11px;
    overflow: hidden;
    border-top: 0;
  }
}

.login-pf-page .card-pf {
  width: 100%;
  border-radius: 11px;
  border-top: 0;
}

.login-pf-page input:not([type=checkbox]) {
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  height: 40px !important;
}

.login-pf-page input[type=submit],
.login-pf-page input[type=button] {
  background: black;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.login-pf-page #kc-form-buttons input {
  width: 174px;
  margin: 0 auto;
  border-radius: 6px;
}

.login-pf-page .kc-social-section .kc-social-item {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.07);
  border-radius: 11px;
  border: none;
  margin-bottom: 16px;
}

.login-pf-page .kc-social-section hr {
  margin: 24px 0;
  border-color: #D9D9D9;
}

.login-pf-page .kc-social-links {
  margin: 0 auto;
  max-width: 250px;
}

.login-pf-page .pf-c-button::after {
  border: initial !important;
}

.login-pf-page #kc-info {
  margin: 20px -54px -54px; 
}

@media screen and (max-width: 767px) {
  .login-pf-page #kc-info {
    margin: 20px 0 0; 
  }
}

#kc-register-form button {
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  background: black;
  color: white;
  max-width: 250px;
  margin: 1rem auto 0;
}

.kc-social-provider-logo, .kc-icon {
  font-size: 23px;
  width: 25px;
  height: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}

.kc-login-tooltip {
  z-index: 1;
}

.kc-login-tooltip .kc-tooltip-text {
  width: 200px;
  max-width: 250px
}

.kc-logo-google {
  background-image: url(../img/google_icon.svg);
}

.kc-logo-microsoft {
  background-image: url(../img/microsoft_icon.svg);
}

.kc-logo-twitter {
  background-image: url(../img/twitter_icon.svg);
}

.text label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0;
  color: #72767b;
}