* {
  box-sizing: revert;
}

.login-pf,
.login-pf-body {
  font-family: 'Saira', 'Roboto', 'Trebuchet MS', Arial, Helvetica, Verdana,
    sans-serif;
  background: none;
  line-height: normal;
}

@font-face {
  font-family: 'Saira';

  font-style: normal;

  src: url(../fonts/Saira-VariableFont_wdth\,wght.ttf);
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-cyrillic-ext4.woff2) format('woff2');

  unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f,
    U+fe2e-fe2f;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-cyrillic5.woff2) format('woff2');

  unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-greek-ext6.woff2) format('woff2');

  unicode-range: U+1f??;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-greek7.woff2) format('woff2');

  unicode-range: U+0370-03ff;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-vietnamese8.woff2) format('woff2');

  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1,
    U+01af-01b0, U+1ea0-1ef9, U+20ab;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-latin-ext9.woff2) format('woff2');

  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
  font-family: 'Roboto';

  font-style: normal;

  font-weight: 400;

  src: url(../fonts/Roboto-400-latin10.woff2) format('woff2');

  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira', 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
}

.login-pf body {
  background: url(../img/background_blue_new.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.card-pf {
  background: transparent;
  width: 100%;
  max-width: 450px;
  margin: 100px auto 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.leading-tight {
  color: #ffffff;
  font-family: 'Saira', Arial, Helvetica, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: normal;
  margin: 24px 0;
}

.error-title {
  color: #ffffff;
  font-size: 1.5em;
}

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

.login-pf-page .card-pf p {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
}

.login-pf-page .card-pf strong {
  font-weight: 500;
}

.form-horizontal {
  padding: 24px 32px;
  background-color: #ffffff;
  border-radius: 12px;
}

.text-5xl {
  font-size: 48px;
  margin-block: 0;
}

.text-7xl {
  font-size: 64px;
  margin-block: 16px;
}

#kc-form-login,
#kc-update-profile-form,
#kc-terms-text {
  padding: 24px 32px;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}

.pf-c-button.pf-m-control {
  margin-left: 8px;
  border-width: 0;
  height: 30px;
  width: 30px;
}

.pf-c-button.pf-m-control:hover {
  cursor: pointer;
}

.upper-block {
  display: flex;
  padding: 32px 32px 0;
  background: #ffffff;
  align-content: center;
  border-radius: 12px 12px 0 0;
}

.upper-block-icon {
  display: flex;
  align-items: center;
}

.upper-block svg {
  width: 25px;
  height: 30px;
  margin-right: 8px;
}

.upper-block h2 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}

.pf-c-form__label {
  font-size: 18px;
  font-weight: unset;
  line-height: normal;
  margin-bottom: 0;
}

.pf-c-form-control:not(textarea) {
  color: #000;
  padding: 0 16px;
  margin: 6px 0 4px;
  opacity: 0.65;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #cecdd9;
  flex: 1;
  font-family: 'Saira';
  line-height: normal;
}

.pf-c-form-control:not(textarea):focus {
  outline: none;
  border: 1px solid #9d9ab2;
  box-shadow: 0 0 5px #cecdd9;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}

.pf-c-button.pf-m-primary {
  background-color: #0a033f;
  color: #fff;
  width: 100%;
  margin: 24px 0 0;
  padding: 8px;
  border-radius: 9999px;
  font-size: 20px;
  border-width: 0;
  transition: background-color 0.3s ease;
  font-family: 'Saira';
  line-height: normal;
}

.pf-c-button.pf-m-primary:hover {
  background-color: #0a033fcc;
  border-width: 0;
  cursor: pointer;
}

.pf-c-input-group {
  background: transparent;
  display: flex;
  align-items: center;
}

a,
.subtitle {
  font-size: 16px;
  margin-top: 8px;
  color: #0a033f;
  text-decoration: underline;
  line-height: normal;
}

a:hover {
  color: #0a033fcc;
}

.links-block {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.links-block a {
  color: #ffffff;
}

.pf-c-alert.pf-m-inline {
  color: #ff6e70;
  border: 0;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pf-c-form__helper-text {
  color: #ff6e70;
}

.required-wrapper,
.kc-error-message {
  background: #003034;
}

.kc-error-message {
  padding: 12px 32px;
}

.kc-login-tooltip {
  font-size: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
}

.login-pf-body .login-pf-page .login-pf-header {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 24px;
  display: block;
}

.login-pf-info-area {
  color: white;
  padding: 20px 32px;
  font-size: 13px;
}

.alternative-login {
  margin-top: 24px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .login-pf-page .card-pf {
    padding: 0;
  }
}
