  @font-face {
    font-family: AeonikPro;
    font-weight: 400;
    src: url('../fonts/AeonikPro-Regular.woff') format('woff');
  }

  @font-face {
    font-family: AeonikPro;
    font-weight: 500;
    src: url('../fonts/AeonikPro-Medium.woff') format('woff');
  }

  html,
  body {
      font-family: AeonikPro, Roboto, Helvetica, Arial, sans-serif !important;
  }

  body {
    margin: 0;
    background: radial-gradient(88.92% 192.85% at 93.52% 11.08%, #FFE2E3 0%, #E8D8F9 100%), #FFFFFF !important;
  }

  .paretos-global-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
  }

  .paretos-rigth-container {
    width: 60%;
  }

  .bubleItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .bluredItemFirst {
    width: 250px;
    height: 250px;
    filter: blur(30px);
    animation: 10s -1s moveL infinite ease-in-out alternate;
    background: linear-gradient(205.17deg, rgba(255, 123, 202, 0.67) 36.39%, rgba(245, 138, 37, 0) 76.94%, #FF2B2B 76.94%);;
    border-radius: 100%;
    position: absolute;
  }

  .bluredItemSec {
    width: 250px;
    height: 250px;
    filter: blur(30px);
    animation: 5s -2s moveL infinite ease-in-out alternate;
    background: linear-gradient(180deg, #FFCC00 0%, rgba(255, 123, 202, 0.67) 100%);
    border-radius: 100%;
    position: absolute;
  }


  @keyframes moveL {
    from {
      transform: rotate(0deg) scale(0.85) translateX(-25px);
    }
    to {
      transform: rotate(360deg) scale(1.25) translateX(25px);
    }
  }


  .paretos-left-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 40%;
    height: 100%;
  }

  .paretos-logo-container {
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: white;
    height: 100%;
    border-right: 1px solid #C4C4C4;
  }

  .paretos-logo {
    margin: 40px 30px;
    width: 48px;
    height: 20px;
    background: url('../img/logo.png') no-repeat;
    background-size: contain;
  }

  .paretos-sign-in-container {
    width: 100%;
    height: 100%;
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: white;
    border-right: 1px solid #C4C4C4;
  }

  .paretos-sign-in-welcome {
    margin-bottom: 20px;
    padding: 40px;
    font-size: 24px;
    line-height: 24px;
    color: #2E2E2E;
  }

  .paretos-sign-in-footer {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-top: 1px solid #C4C4C4;
  }

  .paretos-sign-in-footer .footer-first-line {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-left: 40px;
  }

  .paretos-sign-in-footer .footer-second-line {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-left: 40px;
  }

  .paretos-sign-in-footer a:visited {
    color: #666666;
  }

  .paretos-sign-in-footer a:hover,
  .paretos-sign-in-footer a:active,
  .paretos-sign-in-footer a:focus {
    color: #6031C8;
    outline: none;
  }

  .paretos-sign-in-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .paretos-sign-in-form {
    width: 100%;
    min-height: 240px;
  }

  .paretos-sign-in-form .paretos-form-input {
    border-top: 1px solid #C4C4C4;
  }

  #kc-otp-login-form {
    width: 100%;
  }

  .otp-config-button-group {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  #kc-otp-login-form .paretos-form-input {
    border-top: 1px solid #C4C4C4;
  }

  .paretos-form-buttons-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
  }

  .paretos-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 120px;
    width: 100%;
    user-select: none;
  }

  .paretos-button.paretos-regular {
    color: white;
    background: #6031C8;
    font-size: 24px;
    line-height: 24px;
    border: none;
    text-align: center;
    user-select: none;
    -webkit-appearance: button;
    appearance: button;
    text-decoration: none;
    outline: none;
    caret-color: transparent;
    cursor: pointer;
  }

  .paretos-button.paretos-regular:active,
  .paretos-button.paretos-regular:focus,
  .paretos-button.paretos-regular:hover {
    background: #7B47EE;
  }

  .paretos-button.paretos-secondary {
    justify-content: flex-start;
    background: white;
  }

  .paretos-button.paretos-cancel {
    justify-content: flex-start;
    background: white;
    border: 1px solid #C4C4C4;
    font-size: 16px;
    border-left: none;
    padding-left: 40px;
  }

  a, a:hover {
    text-decoration-line: underline;
    outline: none;
  }


  .paretos-reset-password-link {
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    text-decoration-line: underline;
    padding-left: 40px;
  }

  a.paretos-reset-password-link:visited {
    color: black;
  }

  a.paretos-reset-password-link:hover,
  a.paretos-reset-password-link:active,
  a.paretos-reset-password-link:focus {
    color: #6031C8;
    outline: none;
  }

  a.instruction-link {
    color: black;
  }

  a.instruction-link:hover,
  a.instruction-link:active,
  a.instruction-link:focus {
    color: #6031C8;
    outline: none;
  }

  .paretos-input {
    height: 60px;
    width: 100%;
    border: none;
    border-radius: unset;
    outline: unset;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
  }

  .paretos-input-otp {
    padding-left: 40px;
  }

  .paretos-input-otp-label {
    border-top: 1px solid #C9C9C9;
  }

  .otp-config-error {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 12px;
    border-top: 1px solid #C9C9C9;
    padding-left: 40px;
    color: #FF6161;
  }

  .paretos-footer-links {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
  }

  .paretos-error-container {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 14px;
    padding-left: 35px;
    border-top: 1px solid #C9C9C9;
    background-color: white;
  }

  .paretos-error-container.alert-error {
    border-left: 4px solid #FF6161;
    color: #FF6161;
  }

  .paretos-error-container.alert-success {
    border-left: 4px solid #76CA22;
    color: #76CA22;
  }

  .paretos-error-container.alert-warning {
    border-left: 4px solid #FFCC00;
    color: #FFCC00;
  }

  .paretos-error-container.alert-info {
    border-left: 4px solid #666666;
    color: #666666;
  }

  .paretos-error-container .pf-c-alert__icon {
    font-size: 20px;
  }

  .paretos-error-container.alert-error .pf-c-alert__icon {
    color: #FF6161;
  }
  .paretos-error-container.alert-success .pf-c-alert__icon {
    color: #76CA22;
  }
  .paretos-error-container.alert-warning .pf-c-alert__icon {
    color: #FFCC00;
  }
  .paretos-error-container.alert-info .pf-c-alert__icon {
    color: #666666;
  }

  .paretos-error-container .pf-c-alert__title {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .paretos-error-container.alert-error .pf-c-alert__title {
    color: #FF6161;
  }
  .paretos-error-container.alert-success .pf-c-alert__title {
    color: #76CA22;
  }
  .paretos-error-container.alert-warning .pf-c-alert__title {
    color: #FFCC00;
  }
  .paretos-error-container.alert-info .pf-c-alert__title {
    color: #666666;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active{
      -webkit-box-shadow: 0 0 0 30px white inset !important;
  }

  .paretos-error-message {
    min-height: 50px;
    padding: 20px 46px;
    border-left: 4px solid #FFCC00;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
  }

  #backToApplication {
    font-size: 16px;
    line-height: 16px;
  }

  .paretos-error-message .instruction {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 20px;
  }

  .paretos-error-message .instruction.no-margin {
    margin-bottom: 0px;
  }

  .paretos-error-message > p {
    margin-bottom: 0px;
  }


  a#backToApplication:visited {
    color: black;
  }

  a#backToApplication:hover,
  a#backToApplication:active,
  a#backToApplication:focus {
    color: #6031C8;
    outline: none;
  }

  ol#kc-totp-settings {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
  }

  @media screen and (max-width: 1600px) {
    .paretos-error-container .pf-c-alert__title {
      font-size: 14px;
      line-height: 16px;
    }

    #backToApplication {
      font-size: 14px;
      line-height: 14px;
    }

    .paretos-error-message .instruction {
      font-size: 14px;
      line-height: 14px;
      color: #666666;
      margin-bottom: 10px;
    }

    .paretos-logo-container {
      width: 50px;
    }

    .paretos-error-container {
      min-height: 50px;
      padding-left: 42px;
    }

    .paretos-logo {
      margin: 20px 10px;
      width: 30px;
      height: 15px;
    }

    .paretos-sign-in-welcome {
      margin-bottom: 20px;
      padding: 20px 50px;
      font-size: 16px;
      line-height: 16px;
    }

    .paretos-button {
      height: 100px;
    }
    .paretos-reset-password-link {
      font-size: 16px;
      padding-left: 50px;
    }
    .paretos-button.paretos-regular {
      font-size: 18px;
      line-height: 18px;
    }
    .paretos-sign-in-footer {
      height: 100px;
    }

    .paretos-input {
      height: 50px;
      padding-left: 50px;
      font-size: 16px;
      line-height: 16px;
    }

    .paretos-left-container {
      width: 45%;
    }

    .paretos-rigth-container {
      width: 55%;
    }

    .bluredItemFirst {
      width: 150px;
      height: 150px;
      filter: blur(25px);
    }

    .bluredItemSec {
      width: 150px;
      height: 150px;
      filter: blur(25px);
    }

    .paretos-sign-in-footer .footer-first-line {
      font-size: 12px;
      line-height: 16px;
      padding-left: 50px;
    }

    .paretos-sign-in-footer .footer-second-line {
      font-size: 12px;
      line-height: 16px;
      padding-left: 50px;
    }
  }

  .paretos-rules-container {
    border-top: 1px solid #C9C9C9;
  }

  .paretos-rules-list {
    padding-bottom: 10px;
  }

  .paretos-rules-title {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .paretos-rule-item {
    list-style-type: circle;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
  }

  #kc-logout-confirm .instruction {
    font-size: 16px;
    padding-left: 20px;
  }

  #kc-logout-confirm .paretos-link {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-align: left;
    text-decoration-line: underline;
    padding-left: 20px;
  }