.main-content{
    margin: 0 !important;
}
.body-content{
    margin: 0 !important;
    padding: 0 !important;
}

.login-page{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}
.bg-img{
    background-image: url('../images/bg-main.webp');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.overlap{
    width: 100%;
    height: 100%;
    background-color: rgba(10, 77, 104, 0.5);
}

.cont-cadastro{
    width: 65%;
}

.cont-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-logo{
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fonte-destaque1{
    color: var(--main-color)
}


.portal-login-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    padding: 1.5rem !important;
    background: #ffffff;
}

.portal-login-right {
    display: flex;
    flex:1;
    align-items: center;
}
.portal-login-right-content {
    width: 100%;
    padding: 0rem 2.25rem ;
}

.portal-login-layout {
    width: 100vw;
    display: flex;
    gap: 3rem;
}

.portal-login-left-content {
    width: 50vw;
    border-radius: 22px;
    padding: 2.25rem 2.25rem;
    background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portal-login-left-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: saturate(1.05);
}

.portal-login-left-kicker {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
}

.portal-login-left-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.05;
    margin-bottom: 0.75rem;
}

.portal-login-left-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
}

.portal-login-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.portal-login-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.portal-login-title {
    margin: 1rem 0 0.5rem;
    font-size: 2.1rem;
    line-height: 1.05;
    font-weight: 800;
    color: #0f172a;
}

.portal-login-subtitle {
    margin: 0 0 1.75rem;
    color: #64748b;
    font-size: 1.1rem;
}

.portal-login-label {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.portal-login-input {
    border-radius: 12px;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
}

.portal-login-password {
    position: relative;
}

.portal-login-toggle {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 0.25rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portal-login-btn {
    width: 100%;
    border-radius: 12px;
    padding: 0.95rem 1rem;
    font-size: 1.1rem;
    font-weight: 800;
    background: #2563eb;
    border: 1px solid #2563eb;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.25);
}

.portal-login-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}

.main-content{
    width: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    height: 100% !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .portal-login-right {
        align-items: start;
    }
    .portal-login-right-content {
        padding: 0rem !important;
    }
}