@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  color: #748e98;
}

.header-wrapper-title {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

#kc-header {
  text-align: start;
  margin-bottom: 0;
  margin-top: 14px;
  padding: 0px;
}

#kc-info-message {
  text-align: center;
}

#kc-info-message a {
  color: #5b36f2;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  background: 0 0;
  padding: 10px 16px;
  margin-top: 0;
  text-decoration: none;
}

#kc-info-message a:hover {
  background: #e2dffd;
  border-radius: 4px;
  padding: 10px 16px;
  gap: 4px;
  text-decoration: none;
}

#kc-info-message a:focus {
  background: #c6c0fc;
  border-radius: 4px;
  padding: 10px 16px;
  gap: 4px;
  border: 0;
  outline: 0;
  text-decoration: none;
}

#kc-info-message a:active {
  background: #c6c0fc;
  border-radius: 4px;
  padding: 10px 16px;
  gap: 4px;
  border: 0;
  outline: 0;
  text-decoration: none;
}

.text-heading-v2 {
  margin-top: 80px;
  margin-bottom: 42px;
}

#kc-header-wrapper {
  font-size: 16px;
  text-transform: none;
  padding: 0;
  letter-spacing: 1px;
}

#kc-page-title,
.login-pf-page .login-pf-header h1 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #161d1f;
  text-align: center;
  line-height: 32px;
}

.container-form .card-pf {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  border-top: 0 solid;
  border-color: none;
  margin: 0;
  max-width: 280px;
}

.pf-m-primary {
  color: #fff;
  background-color: #2a3247;
}

.pf-m-primary:hover {
  background-color: #4a4a4a;
}

.pf-c-button {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  width: 394px;
  border-radius: 4px;
}

.pf-c-button.pf-m-primary {
  background-color: #d5e5f0;
  width: auto;
  height: 48px;
  min-width: 113px;
}

.login-pf-header {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.login-pf-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.login-pf-page .login-pf-header {
  display: block;
  margin-bottom: 0 !important;
}

.login-pf-page .login-pf-header h1 {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #4a4a4a;
  text-align: left;
}

.pf-c-form-control {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #748e98;
  margin: 0;
}

.pf-c-form-control:focus,
.pf-c-form-control:hover {
  border: solid 1px #6363f6;
  outline: 0;
}

.login.login-error .pf-c-form-control {
  border: solid 1px #fc4a61;
  outline: 0;
}

.login.login-error .pf-c-form-control:focus,
.login.login-error .pf-c-form-control:hover {
  border: solid 1px #fc4a61;
  outline: 0;
}

.pf-c-form-control:focus ~ .kc-email-svg,
.pf-c-form-control:hover ~ .kc-email-svg,
.pf-c-form-control[aria-invalid="false"]:focus ~ .kc-email-svg,
.pf-c-form-control[aria-invalid="false"]:focus ~ .kc-not-view-password,
.pf-c-form-control[aria-invalid="false"]:hover ~ .kc-email-svg,
.pf-c-form-control[aria-invalid="false"]:hover ~ .kc-not-view-password {
  fill: #6363f6;
}

.pf-c-form__label-text {
  width: 46px;
  height: 16px;
  opacity: 0.93;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #4a4a4a;
}

.pf-c-form-control[aria-invalid="false"] {
  border: solid 1px #748e98;
}

.pf-c-form-control[aria-invalid="false"]:focus,
.pf-c-form-control[aria-invalid="false"]:hover {
  border: solid 1px #6363f6;
}

.pf-c-form-control[aria-invalid="false"] ~ .kc-email-svg,
.pf-c-form-control[aria-invalid="false"] ~ .kc-not-view-password {
  display: block;
}

.pf-c-form-control[aria-invalid="false"] ~ .kc-clear-password,
.pf-c-form-control[aria-invalid="false"] ~ .kc-clear-username,
.pf-c-form-control[aria-invalid="true"] ~ .kc-email-svg,
.pf-c-form-control[aria-invalid="true"] ~ .kc-not-view-password {
  display: none;
}

.pf-c-form-control[aria-invalid="true"] {
  border: solid 1px #f10a32;
  background: 0 0;
}

.pf-c-form-control[aria-invalid="true"] ~ .kc-clear-password,
.pf-c-form-control[aria-invalid="true"] ~ .kc-clear-username {
  display: block;
  cursor: pointer;
}

.kc-clear-password,
.kc-clear-username {
  position: absolute;
  right: -2px;
  top: 8px;
  width: 35px;
  height: 35px;
  fill: #f10a32;
}

.required {
  width: 123px;
  height: 12px;
  margin: 3px 27px 21px 1px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f10a32;
}

.kc-container-username {
  position: relative;
}

.user-hint {
  margin-top: 4px;
  color: #161d1f;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: flex;
}
.user-hint .icon-user-hint {
  margin-right: 4px;
}

.kc-email-svg,
.kc-email-svg2 {
  position: absolute;
  right: 0;
  top: 8px;
  width: 35px;
  height: 35px;
  fill: #748e98;
}

.kc-email-svg2 {
  display: none;
}

.kc-container-password {
  position: relative;
}

.kc-not-view-password,
.kc-view-password {
  position: absolute;
  right: 0;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  fill: #748e98;
}

.kc-view-password {
  display: none;
}

.pf-c-form-control:focus ~ .kc-not-view-password,
.pf-c-form-control:hover ~ .kc-not-view-password {
  fill: #6363f6;
}

.kc-email-svg:hover,
.kc-not-view-password:hover {
  fill: #6363f6;
}

#loader,
.kc-clear-password,
.kc-clear-username {
  display: none;
}

#loader {
  position: absolute;
  top: 30%;
  left: 35%;
  border: 5px solid #e6edf2;
  border-top: 5px solid #adb7c4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.form-group {
  position: relative;
  margin-bottom: 16px;
}

.form-group:first-child {
  position: relative;
}

#kc-form-buttons {
  margin-top: 16px;
}

.login-pf-settings {
  margin: 0;
}

input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="text"]::-webkit-contacts-auto-fill-button,
input[type="text"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

:root {
  --support-alert: #fabd00;
  --support-error: #e8212b;
  --support-success: #2d8746;
  --support-support: #8f80f8;
  --background-background-UTP: #ecf4f9;
  --background-background-disabled: #d5e5f0;
  --background-background01: #f0effe;
  --background-background02: #e2dffd;
  --background-background03: #eff1f6;
  --background-background04: #f7f9ff;
  --interaction-identity01: #ffb59a;
  --interaction-identity02: #ff385b;
  --interaction-detail: #fc4a61;
  --interaction-primary: #5b36f2;
  --interaction-secondary: #1a055d;
  --neutrals-neutral01: #7a959f;
  --neutrals-neutral02: #283044;
  --neutrals-neutral03: #ffffff;
  --neutrals-neutral04: #00315d;
  --text-primary: #5b36f2;
  --text-secondary: #1a055d;
  --text-text01: #4f6168;
  --text-text02: #161d1f;
  --text-text03: #ffffff;
  --text-text-disabled: #8090bb;
  --decorative-decorative01: #0060ab;
  --decorative-decorative02: #8a4b60;
  --decorative-decorative03: #0079d6;
  --decorative-decorative04: #bd5c00;
  --decorative-decorative05: #83429f;
  --decorative-decorative06: #048583;
  --background-tag-background01: #d6e3ff;
  --background-tag-background02: #d1e4ff;
  --background-tag-background03: #ffdbd0;
  --background-tag-background04: #ecdef5;
  --background-tag-background05: #e3fffe;
  --background-01: #ebf1f5;
  --background-02: #f3f4f6;
  --background-03: #f9fbff;
  --background-04: #f7f7fe;
  --background-05: #f2f9ff;
  --disabled-background: #e6edf2;
  --primary: #6363f6;
  --primary-dark: #5050e7;
  --primary-90: #7373f7;
  --primary-80: #8282f8;
  --primary-70: #a1a1fa;
  --primary-60: #b1b1fa;
  --primary-50: #c1c1fb;
  --primary-40: #d0d0fc;
  --primary-30: #e0e0fd;
  --primary-20: #efeffe;
  --primary-10: #f7f7ff;
  --secondary: #0091ff;
  --secondary-dark: #1288e1;
  --secondary-90: #1a9cff;
  --secondary-80: #4db2ff;
  --secondary-70: #66bdff;
  --secondary-60: #7fc8ff;
  --secondary-50: #99d3ff;
  --secondary-40: #b2deff;
  --secondary-30: #cce9ff;
  --secondary-20: #e5f4ff;
  --secondary-10: #f2f9ff;
  --neutral-01: #b0c0ca;
  --neutral-02: #748e98;
  --neutral-03: #4a4a4a;
  --neutral-04: #ffffff;
  --success: #22aa00;
  --error: #ff385b;
  --alert: #ffc541;
  --disabled-text: #adb7c4;
}

.btn-wa,
.text-heading,
.text-help {
  flex-grow: 0;
  font-family: Lato;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.text-heading {
  width: 254px;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #161d1f;
}

.btn-wa,
.text-help {
  font-size: 14px;
  font-weight: 700;
}

.text-help {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  text-decoration: underline;
  color: #5b36f2;
}

.btn-wa {
  position: relative;
  background-color: #2a0;
  padding: 10px 16px 10px 48px;
  align-self: center;
  width: 128px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 1.43;
  text-align: left;
}

.btn-wa,
.btn-wa:active,
.btn-wa:hover,
.login-pf a.btn-wa:hover {
  text-decoration: none;
  color: #fff;
}

.icon-wa {
  position: absolute;
  left: 16px;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  fill: #fff;
}

.icon-error {
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-right: 4px;
}

.login .pf-c-form-control {
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 16px;
  border-radius: 4px;
  border: solid 1px #283044;
  background-color: #fff;
  outline: 0;
  margin: 0;
}

.login .pf-c-form-control:focus,
.login .pf-c-form-control:hover {
  height: 40px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 16px;
  border-radius: 4px;
  border: solid 1px #5b36f2;
  outline: 0;
}

.btn-login input.pf-c-button.pf-m-primary {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #5b36f2;
}

.btn-login input.pf-c-button.pf-m-primary:disabled {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #8090bb;
  width: 100%;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #d5e5f0;
}

#kc-content-wrapper {
  margin-top: 0;
}

.btn-login input.pf-c-button.pf-m-primary.disabled,
.recover-password {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

.btn-login input.pf-c-button.pf-m-primary.disabled {
  text-align: center;
  color: #8090bb;
  width: 100%;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #d5e5f0;
}

.recover-password {
  width: auto;
  height: 20px;
  text-align: right;
  color: #5b36f2;
  text-decoration: none;
  margin-top: 16px;
}

.title-header {
  margin: 0;
}

.form-group label {
  display: flex;
  justify-content: flex-start;
  color: #000;
}

.login-pf a.recover-password:hover {
  color: #5b36f2;
}

.recover-password:active,
.recover-password:hover {
  color: #5b36f2;
  text-decoration: none;
}

.box-tooltip {
  height: 32px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 15px;
  border-radius: 4px;
  background-color: #1a055d;
  position: absolute;
  bottom: 42px;
  right: 0;
  flex-grow: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

a.btn-wa:focus,
a.btn-wa:hover {
  color: #fff;
  text-decoration: none;
}

#input-error.text-error {
  display: flex;
  width: 100%;
  height: 16px;
  flex-grow: 1;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #e8212b;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 0;
}

.box-tooltip b {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.leftside img,
.login,
.rightside img {
  width: 100%;
  align-items: center;
  align-content: center;
}

.login {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: center;
}

button {
  margin-top: 40px;
}

.leftside,
.rightside {
  flex-direction: column;
  align-items: center;
}

.leftside {
  display: none;
  width: 50%;
  align-content: center;
  background-color: var(--background-background-UTP);
  justify-content: center;
  height: 100%;
}

.leftside img,
.rightside img {
  height: auto;
  max-width: 559px;
}

.rightside {
  display: flex;
  width: 100%;
  padding-top: 0;
}

.login .pf-c-form-control.input-error {
  border: solid 1px #fc4a61;
  outline: 0;
}

.rightside img {
  width: auto;
  max-width: 280px;
  align-self: center;
}

.logoDef {
  margin: 16px 0 0 16px;
}

.logoDef img {
  height: 24px;
}

form,
label {
  width: 100%;
}

.illustrationDef {
  margin: 84px 79px 0;
  display: flex;
  justify-content: center;
}

.textDef,
label {
  text-align: center;
}

.textDef {
  margin: 44px 75px 0 77px;
  font-size: 16px;
  color: var(--text-text02);
}

.textDef p.textBlack {
  font-weight: 900;
}

.buttonDef {
  margin-top: 40px;
  text-align: center;
}

.button.sc-cc-button {
  -webkit-appearance: initial;
  background-color: var(--interaction-primary);
  color: #fff;
}

.help {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
  color: #5b36f2;
}

.button.button--disabled.sc-cc-button {
  background: var(--background-background-disabled);
  color: var(--text-text-disabled);
}

.container-content {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #5b36f2;
}

.form-options {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkbox {
  margin-bottom: 0 !important;
}

.container__header_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: initial;
}

.container__header {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
}

.text-heading-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #161d1f;
}

.text-heading-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161d1f;
}

@media (min-width: 640px) {
  .login-pf-header,
  .pf-c-form-control {
    width: 388px;
  }
  .login-pf-page .container-form .card-pf {
    max-width: 388px;
  }
}

@media (min-width: 768px) {
  .login-pf-page .container-form .card-pf {
    background: 0 0;
    padding: 0;
    box-shadow: none;
    border-top: 0 solid;
    border-color: none;
    margin: 0;
    max-width: 496px;
  }
  .login-pf-header,
  .pf-c-form-control {
    width: 496px;
  }
}

@media (min-width: 992px) {
  /* .kc-container-username {
    width: 288px;
  } */
  /* .kc-container-password {
    width: 288px;
  } */
  .login {
    padding: 0;
    align-content: none;
    justify-content: none;
  }

  .leftside,
  .rightside {
    display: flex;
  }

  .leftside-title-container {
    margin-bottom: 110px;
    max-width: 400px;
    color: #1a055d;
  }

  .leftside .leftside-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-align: left;
    margin-bottom: 22px;
  }

  .leftside .leftside-subtitle {
    font-family: Lato;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #161d1f;
  }

  .leftside img {
    width: 400px;
  }

  .rightside {
    flex-direction: column;
    padding-top: 0;
    width: 50%;
  }

  .rightside img {
    align-items: left;
    align-content: left;
    align-self: flex-start;
  }

  .logoDef {
    margin: 40px 0 0 40px;
  }

  .logoDef img {
    height: 32px;
  }

  .illustrationDef {
    margin: 93px 0 0;
  }

  .textDef {
    text-align: center;
    margin: 48px auto 0;
    max-width: 480px;
    font-size: 24px;
  }

  .buttonDef {
    margin-top: 50px;
    text-align: center;
  }

  .pf-c-form-control {
    width: 388px;
  }

  .login-pf-header {
    width: 288px;
    padding-top: 80px;
    padding-bottom: 52px;
  }

  .help {
    margin-top: 52px;
  }
}

@media (min-width: 1280px) {
  .login {
    padding: 0;
  }
  .pf-c-form-control {
    width: 496px;
  }
}
