
html,
body,
#filament-app,
.fi-layout,
.fi-simple-layout,
.fi-simple-main {
    background-image: url("https://admin.breta.buuk.com.br/images/bg.jpeg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.fi-simple-layout,
.fi-simple-main,
.fi-simple-main-ctn {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

.fi-header,
.fi-topbar,
.fi-simple-header {
    display: none !important;
}


.login-page {
     width: 100%;
    max-width: 420px;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    text-align: center;
    align-items: center;      
    justify-content: center;  
   
    
}

@media (max-width: 1800px) {
    .login-page {
        margin-top: -30px;
        margin-left:8%;
    }
}

.login-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-logo img {
    height: 40px;
}


.login-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 24px;
}


.login-button {
    width: 100%;
    background: #3673E5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 8px;
    transition: background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-button:hover {
    background: #2f63c6;
}

.login-by {
    margin-top: 18px;
    font-size: 14px;
    color: #374151;
}

.login-by a {
    font-weight: 500;
    text-decoration: underline;
}


.login-logos {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-logos img {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.login-page .fi-input-wrp,
.login-page .fi-field-wrp {
    border: 2px solid #d1d5db !important;
    box-shadow: none !important;
}

.login-page .fi-input-wrp:focus-within,
.login-page .fi-field-wrp:focus-within {
    border-color: #3673E5 !important;
    box-shadow: none !important;
    outline: none !important;
}

.login-page .fi-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.login-page .fi-input:focus,
.login-page .fi-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.login-card {
    position: relative;
}

.login-by-wrapper {
    position: relative;
    margin-top: 18px;
    text-align: center;
    cursor: default;
}

.login-by {
    font-size: 14px;
    color: #374151;
}

.login-by-link {
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.login-by-tooltip {
    position: absolute;
    right: -380px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);

    width: 360px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    overflow: hidden;
    z-index: 50;

    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}

.login-by-wrapper:hover .login-by-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}


.login-tooltip-header {
    background: #ffffff;
    padding: 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    justify-items: center;
}

.login-tooltip-header img {
    height: 22px;
}

.login-tooltip-video {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.login-tooltip-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-tooltip-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.login-tooltip-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    max-width: 90%;
    font-size: 16px;
    font-weight: 700;
    color: #f5f5f5;
    z-index: 10;
}

.tooltip-line {
    display: block;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}


.tooltip-line1 {
    margin-left: -3rem !important;
}

.login-tooltip-text strong {
    background: #f5c646;
    color: #1e1e1e;
    padding: 0 4px;
    border-radius: 2px;
    line-height: inherit;
}
