.login-pf body {
    background: #131515;
}

.logo-ptbr {
    content: url('../img/euron-logo.svg');
}

.logo-es {
    content: url('../img/euron-esp.svg');
}

.instruction {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.pf-c-form-control {
    color: #E4E7E6;
    background-color: #303635;
    border: 1px solid #606C69;
    border-radius: 20px;
    font-size: 14px;
    height: 48px;
}

.pf-c-button.pf-m-control {
    background: #212625;
    width: auto;
    --pf-c-button--after--BorderColor: #212625;
    margin: auto;
}

.pf-c-form__helper-text.pf-m-error {
    color: red;
    font-size: 16px;
}

.pf-c-form-control:not(textarea) {
    height: 48px;
    text-overflow: ellipsis;
    width: 100%;
    /* padding: 12px; */
    font-size: 14px;
    margin-bottom: 12px;
}

#kc-form-buttons {
    justify-content: center;
    display: flex;
    margin-bottom: 5px;
}

#kc-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#kc-info-wrapper {
    font-size: 16px;
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Quicksand;
}

html,
body {
    height: 100vh;
}

i {
    color: #33CCA7;
    font-size: 20px;
}

main {
    display: flex;
}

label {
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.kcFormPasswordVisibilityButtonClass {
    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-25%);
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: auto;
    height: auto;
}

div#bg-img {
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/Profissionalsaudeestudando.jpg');
    background-size: cover;
    background-position: center;
}

div.form {
    width: 50%;
    height: 100vh;
    background-color: #212625;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

img#euron-logo {
    display: flex;
    width: 90%;
    height: 92px;
    margin: auto auto 24px auto;
    /* transform: scale(0.7); */
}

#kc-form-login {
    width: 80%;
}

form {
    display: flex;
    flex-direction: column;

}

form label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}

form input[type="text"],
form input[type="password"] {
    width: 100%;
    height: 48px;
    color: #E4E7E6;
    background-color: #303635;
    border: 1px solid #606C69;
    border-radius: 20px;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 12px;
    outline: none;
}

form input[type="checkbox"] {
    margin-right: 4px;
    width: auto;
}

form input[type="submit"] {
    width: 241px !important;
    height: 48px;
    border-radius: 20px;
    font-size: 16px;
    border: none;
    background-color: #33CCA7;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: auto;
}

input#password {
    width: 100%;
}

div.password {
    position: relative;
}

i#password-icon {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

div.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 32px; */
}

a {
    text-decoration: none;
    color: #33CCA7;
    font-weight: bold;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
    color: #33CCA7;
}

a#underline {
    text-decoration: underline;
}

button {
    width: 241px;
    height: 48px;
    border-radius: 20px;
    font-size: 16px;
    border: none;
    background-color: #33CCA7;
    font-weight: bold;
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.col {
    flex-direction: column;
}

#input-error {
    color: rgb(255 0 0);
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.pf-c-dropdown {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 9999;
}

#kc-locale-dropdown {
    display: inline-block;
    margin-right: 7%;
}

#kc-locale-dropdown button {
    background: none;
    border: none;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: var(--pf-global--FontSize--sm);
}

#kc-locale-dropdown button::after {
    content: '\25BC';
    font-size: 14px;
    margin-left: 5px;
}

#kc-locale ul {
    background-color: var(--pf-global--BackgroundColor--100);
    display: none;
    top: 20px;
    min-width: 100px;
    padding: 0;
    list-style: none;
}

#kc-locale ul li {
    position: relative;
    margin: 0 15px;
    color: white;
}

#kc-locale-dropdown a {
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: var(--pf-global--FontSize--sm);
}

.pf-c-dropdown__menu-item {
    display: block;
    width: 100%;
    padding: var(--pf-c-dropdown__menu-item--PaddingTop) var(--pf-c-dropdown__menu-item--PaddingRight) var(--pf-c-dropdown__menu-item--PaddingBottom) var(--pf-c-dropdown__menu-item--PaddingLeft);
    font-size: var(--pf-c-dropdown__menu-item--FontSize);
    font-weight: var(--pf-c-dropdown__menu-item--FontWeight);
    line-height: var(--pf-c-dropdown__menu-item--LineHeight);
    color: var(--pf-c-dropdown__menu-item--Color);
    text-align: left;
    white-space: nowrap;
    background-color: var(--pf-c-dropdown__menu-item--BackgroundColor);
    border: none;
}

.pf-c-button.pf-m-primary {
    color: #000000;
    background-color: #33CCA7;
}

.headerRegister {
    width: 100%;
    padding-inline: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #131515;
    border-bottom: 1px solid #3f4141;
}

.bodyRegister {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #131515;
    border-bottom: 1px solid #3f4141;
}

img#euron-logoRegister {
    margin: 30px 19px;
    max-height: 62px;
}

.mainRegister {
    background-color: #131515;
    justify-content: center;
    align-items: center;
    padding-bottom: 75px;
}

.buttonRegisterEntrar {
    font-size: 16px;
    color: white;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-right: 30px
}

h1 {
    margin-block: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}

.checkbox input[type=checkbox] {
    position: relative;
}

.formRegister {
    max-width: 740px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: #212625;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.registerBenVindo {
    font-size: 16px;
    margin-bottom: 16px;
    /* text-align: justify; */
}

.step-content {
    color: white;
}

.pf-c-form__label {
    font-size: 16px;
}

.pf-c-input-group {
    background-color: #212625;
    position: relative;
}

@media (max-width: 1024px) {
    div#bg-img {
        display: none;
    }

    form label {
        font-size: 16px;
    }

    div.form {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    img#euron-logoRegister {
        margin: 30px 0px;
        max-height: 32px;
    }
}

@media (max-width: 768px) {

    form input {
        /* max-width: 416px; */
        width: 100%;
    }

    button {
        max-width: 241px;
        font-size: 16px;
    }

    div.footer {
        font-size: 14px;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 0px;
    }
}

.formRegister .kcFormPasswordVisibilityButtonClass {
    top: 22%;
}

.passwordRules {
    font-size: 14px;
}

.lnkRegister {
    height: 48px;
    border-radius: 20px;
    font-size: 16px;
    border: none;
    background-color: #33CCA7;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: auto;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
}

.kc-social-links {
    list-style-type: none;
}

#kc-reset-password-form {
    padding-left: 20px;
}

.requirements li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

.requirements li.valid {
    color: #28a745;
}

.requirements li.invalid {
    color: #ccc;
}

.requirements li .icon {
    margin-right: 8px;
    font-size: 16px;
}

#kc-form-options {
    margin-bottom: 10px;
}

/* .pf-c-alert {
    max-width: 740px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: #212625;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.pf-c-alert {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: "Red Hat Text", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
    max-width: 740px;
    width: 100%;
}

/* Ícone à esquerda (opcional) */
.pf-c-alert__icon {
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

/* Conteúdo */
.pf-c-alert__title {
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}

.pf-c-alert__description {
    margin: 0;
}

.pf-c-alert.pf-m-warning {
    color: #795600;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/* Success (verde) */
.pf-c-alert.pf-m-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

/* Danger (vermelho) */
.pf-c-alert.pf-m-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* Info (azul) */
.pf-c-alert.pf-m-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

/* Ícone opcional dentro do alerta */
.pf-c-alert__icon {
    color: inherit;
}

.pf-v5-c-form__helper-text {
    margin-left: 20px;
}

ul.pf-c-form__helper-text {
    list-style: none;
    /* Remove os marcadores */
    padding: 0;
    /* Remove o recuo padrão */
    margin: 0;
    /* Remove o espaçamento externo padrão */
}

/* Itens da lista */
ul.pf-c-form__helper-text li {
    padding: 0.1rem 0;
    /* Espaçamento vertical entre os itens */

}

/* Último item sem borda */
ul.pf-c-form__helper-text li:last-child {
    border-bottom: none;
}