body .body-content {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: inherit !important;
}
body {
    background: #F4F6F8;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.entry-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
    padding: 40px 20px;
}

.entry-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 770px;
    background: #ffffff;
    border-radius: 18px;
    padding: 48px 56px 36px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.entry-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #212B4E;
    margin: 0 0 8px;
}

.entry-subtitle {
    font-size: 15px;
    color: #5E6678;
    margin: 0 0 26px;
}

.lang-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

    .lang-group a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .lang-group img {
        height: 30px;
        width: auto;
        display: block;
    }

.cpf-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #212B4E;
    margin-bottom: 8px;
}

.cpf-input {
    width: 100%;
    max-width: 500px;
    height: 54px;
    margin: 0 auto 26px;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #8b95a7;
    border: 1px solid #d2d7df;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

    .cpf-input::placeholder {
        color: #8b95a7;
        font-weight: 700;
    }

.btn-entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 54px;
    border: 0;
    border-radius: 8px;
    background: #212B4E;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.entry-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
}

.btn-back-site {
    position: absolute;
    top: 20px;
    left: 28px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s;
}

.btn-back-site:hover,
.btn-back-site:focus {
    color: #212B4E;
    text-decoration: none;
}

.btn-back-site .glyphicon {
    font-size: 11px;
}

.link-foreign {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #449C96;
    text-decoration: underline;
}

.test-box {
    width: 100%;
    max-width: 500px;
    margin: 28px auto 0;
    padding: 16px 18px;
    background: #f8f8f8;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.9;
    color: #6d7480;
}
