/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont;
    background: #f5f7fb;
}

/* WRAPPER */
.login-wrapper {
    display: flex;
    min-height: 100vh;
}

/* LEFT */
.login-left {
    width: 45%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 100%;
    max-width: 420px;
    padding: 1rem;
}

.login-logo {
    width: 150px;
    margin-bottom: 1.5rem;
}

.login-box h3 {
    font-weight: 600;
    margin-bottom: .5rem;
}

.login-divider {
    text-align: center;
    margin: -10px 1px 1px 0px;
    color: #6b7280;
    font-size: .85rem;
}

.captcha-box {
    display: flex;
    justify-content: center;
    margin: 1.2rem 0;
}

.login-actions {
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
}

.login-actions a {
    text-decoration: none;
    color: #2563eb;
}

.login-actions a:hover {
    text-decoration: underline;
}

/* RIGHT */
.login-right {
    width: 55%;
    background: linear-gradient(135deg, #0f172a, #6d0f44);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right-content {
    max-width: 420px;
    text-align: center;
    padding: 2rem;
}

.login-right-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.login-right-content p {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.login-right-content span {
    font-size: .9rem;
    opacity: .85;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .login-wrapper {
        flex-direction: column;
    }

    .login-left,
    .login-right {
        width: 100%;
    }

    .login-right {
        min-height: 200px;
    }
}


/* ===== VIDEO RIGHT SIDE ===== */
.login-right {
    position: relative;
    overflow: hidden;
}

.login-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-video-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        rgba(10, 40, 90, 0.40),
         rgba(5, 20, 60, 0.55)
    );
	backdrop-filter: blur(2px);
    text-align: center;
    padding: 2rem;
}

.login-video-overlay h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.login-video-overlay p {
    font-size: 1.1rem;
    opacity: .9;
}

/* ===== FOOTER ===== */
.login-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111827;
    color: #9ca3af;
    font-size: .8rem;
    text-align: center;
    padding: .6rem 1rem;
    z-index: 10;
}

.agent-reopen-btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.agent-reopen-btn img {
    width: 32px;
    height: 32px;
}

.nova-conta{

	width: 100%;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	
}
