.body-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Centraliza na tela */
    width: 100%;
    background-color: transparent;
}

.informe-o-cpf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    max-width: 100%; /* Garante que o conteúdo não ultrapasse a largura da tela */
    min-height: 450px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: min-height 0.3s ease-in-out;
}


.informe-o-cpf .form-login {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.alert {
    width: 100%;
    margin-bottom: 10px;
}

.body-wrapper-password {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ocupa 100% da altura da tela */
    width: 100%;
    background-color: transparent;
    overflow: hidden; /* Impede o scroll caso o conteúdo seja muito grande */
}

.label {
    width: 355px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.label .label-wrapper {
    display: inline-block;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #355c80;
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
}

.form-control:disabled, .form-control[readonly] {
    border: none;
    background-color: transparent;
    opacity: none;
}

.form-control:disabled, .form-control[readonly] {
    border: none;
    background-color: transparent;
    opacity: none;
}

.informe-o-cpf .frame {
    height: 127px;
    align-items: center;
    gap: 10px;
    padding: 30px 0px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.informe-o-cpf .logo-light {
    position: relative;
    width: 174px;
    height: 67px;
}

.informe-o-cpf .div {
    align-items: flex-start;
    gap: 15px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.informe-o-cpf .titulo-filtro {
    display: flex;
    height: 19px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.informe-o-cpf .text-wrapper {
    position: relative;
    flex: 1;
    margin-top: -0.50px;
    font-family: var(--headers-h6-medium-font-family);
    font-weight: var(--headers-h6-medium-font-weight);
    color: var(--textprimary);
    font-size: var(--headers-h6-medium-font-size);
    text-align: center;
    letter-spacing: var(--headers-h6-medium-letter-spacing);
    line-height: var(--headers-h6-medium-line-height);
    font-style: var(--headers-h6-medium-font-style);
}

.informe-o-cpf .inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.informe-o-cpf .frame-2 {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.informe-o-cpf .label {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-default-regular-font-family);
    font-weight: var(--paragraph-default-regular-font-weight);
    color: var(--textsecundary);
    font-size: var(--paragraph-default-regular-font-size);
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    line-height: var(--paragraph-default-regular-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-default-regular-font-style);
}

.informe-o-cpf .label-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--paragraph-default-regular-font-family);
    font-weight: var(--paragraph-default-regular-font-weight);
    color: var(--danger-500);
    font-size: var(--paragraph-default-regular-font-size);
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    line-height: var(--paragraph-default-regular-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-default-regular-font-style);
}

.informe-o-cpf .input {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}

.informe-o-cpf .icon-base {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    border-radius: 12px;
}

.informe-o-cpf .cones {
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
}

.informe-o-cpf .text {
    position: relative;
    flex: 1;
    border: none;
    font-family: var(--paragraph-default-regular-font-family);
    font-weight: var(--paragraph-default-regular-font-weight);
    color: var(--textplaceholder);
    font-size: var(--paragraph-default-regular-font-size);
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    line-height: var(--paragraph-default-regular-line-height);
    font-style: var(--paragraph-default-regular-font-style);
}

.informe-o-cpf .buttons {
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: 6px;
}

.informe-o-cpf .bot-o {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-family: var(--headers-h6-regular-font-family);
    font-weight: var(--headers-h6-regular-font-weight);
    color: var(--textwhite);
    font-size: var(--headers-h6-regular-font-size);
    letter-spacing: var(--headers-h6-regular-letter-spacing);
    line-height: var(--headers-h6-regular-line-height);
    text-align: center;
    text-decoration: none;
    background-color: #5a67d8;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, transform 0.2s ease;
}

.informe-o-cpf .bot-o:hover {
    background-color: #4c51bf;
    transform: translateY(-2px);
}

.informe-o-cpf .bot-o:active {
    background-color: #434190;
    transform: translateY(0);
}

.informe-o-cpf .n-o-cliente-acesse-e {
    position: relative;
    flex: 1;
    font-family: var(--paragraph-default-regular-font-family);
    font-weight: var(--paragraph-default-regular-font-weight);
    color: var(--textsecundary);
    font-size: var(--paragraph-default-regular-font-size);
    text-align: center;
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    line-height: var(--paragraph-default-regular-line-height);
    font-style: var(--paragraph-default-regular-font-style);
}

.informe-o-cpf .span {
    font-family: var(--paragraph-default-regular-font-family);
    font-weight: var(--paragraph-default-regular-font-weight);
    color: #355c80;
    font-size: var(--paragraph-default-regular-font-size);
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    font-style: var(--paragraph-default-regular-font-style);
    line-height: var(--paragraph-default-regular-line-height);
}

.informe-o-cpf .text-wrapper-2 {
    text-decoration: underline;
    font-family: var(--paragraph-default-regular-font-family);
    font-style: var(--paragraph-default-regular-font-style);
    font-weight: var(--paragraph-default-regular-font-weight);
    letter-spacing: var(--paragraph-default-regular-letter-spacing);
    line-height: var(--paragraph-default-regular-line-height);
    font-size: var(--paragraph-default-regular-font-size);
}

input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"] {
    -moz-appearance: textfield;
}

.btn {
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 0;
}

.btnCookie {
    font-family: Arial, Helvetica;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #444D51;
    transition: all 0.2s ease-in-out;
}

.form-check-input:checked {
    background-color: #444D51;
    border-color: #444D51;
}

.form-check-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444D51;
}

.text-secondary {
    color: #444D51 !important;
}

.text-secondary:hover {
    text-decoration: underline;
    color: #444D51 !important;
}
