*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";   
    background-size:cover;
    background-repeat: no-repeat;
}

body.login {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo{
    margin-bottom: -80px;
    margin-top: -80px;
}

h4{
    color: white;
}
.login .content .form-actions > button {
    margin-left: auto;
}
.login .content .form-actions > button {
    margin-left: auto;
}

hr{
    color: #fff;
}

.login .content {
    position: relative;
    /*background: rgba(255, 255, 255, 0.5); /* fundo branco com 10% de opacidade */
    background: rgba(109, 29, 32, 0.9);
    backdrop-filter: blur(10px); /* efeito de vidro */
    -webkit-backdrop-filter: blur(10px); /* para suporte Safari */
    color: #fff;
    width: 90%;          /* ocupa 90% da largura da viewport, ajustando-se */
    max-width: 400px;    /* largura máxima para telas maiores */
    min-width: 300px;    /* largura mínima para não ficar muito pequena */
    margin: 60px auto 0 auto;   /* margem: topo 60px e centralizado horizontalmente */
    padding: 15px 30px 15px 30px;
    border-radius: 15px !important;
    z-index: 2;
    border: 3px solid rgba(109, 29, 32, 0.6); /* borda levemente visível */
    box-sizing: border-box; /* garante que padding não aumente a largura */
}

.login .content {
    width: 350px;
    margin: 15px auto 0 auto;
    margin-bottom: 15px !important;
} 

.login .logo {
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    z-index: 2;
}

.login .content h4 {
    color: #fff;
}

.login .content p {
    color: #fff;
}

.login .content a {
    text-shadow: none;
    color: #fff;
}

.formulario-login{
    margin-bottom: 20px;
    z-index: 2;    
}

.form-input{
    border-radius: 3px;
    border: 2px solid #bda051;
    z-index: 2;
    padding:.5rem;
    background-color: #3f3b3b;
    color: #ffffff;;
    padding-left: 35px;
    -webkit-box-shadow: none; 
    box-shadow: none; 
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s, box-hadow ease-in-out .15s;
}

.botao-entrar{
    border-radius: 3px;
    border: 2px solid #bda051;
    background-color: #3b3d3f;
    color: white;
    padding: 10px 30px 10px 30px;
    width: auto;
    cursor: pointer;
    z-index: 2;
}

.botao-entrar:hover{
    background-color: #bda051;
    color: #3b3d3f;
    z-index: 2;
}

.formulario-esqueceu{
    padding: 10px 10px 10px 0;
    margin-top: -20px;
    margin-bottom: 20px;
    z-index: 2; 
}

.formulario-esqueceu a{
    color: #fff;
}

.formulario-esqueceu a:hover{
    text-decoration: underline;
}

.icone{
    border-left: 2px solid #e1be5a !important;
}

.img-grad{
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.img-fundo{
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    display: table;
    z-index: 0;
}

.fundo-cel{
    position: fixed;
    width: 100%;
    min-height: 100%;
    display: none;
    z-index: 0;
    margin: 0 auto;
}

/* ----------------------------- */
/* Balão de aviso (NOVO BLOCO) */
/* ----------------------------- */
.aviso-balao {
    position: relative;
    background: rgba(59, 61, 63, 0.4); /* fundo translúcido */
    backdrop-filter: blur(10px); /* efeito de vidro */
    -webkit-backdrop-filter: blur(10px); /* Safari */
    border: 2px solid rgba(189, 160, 81, 1); /* borda com leve transparência */
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 90vw; /* largura máxima: 90% da viewport */
    width: fit-content; /* largura ajusta ao conteúdo */
    min-width: 250px; /* largura mínima para não ficar muito estreito */
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    word-wrap: break-word; /* permite quebra de palavra se necessário */
    white-space: normal; /* para quebra natural de linha */
}

.aviso-balao .aviso-titulo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.aviso-texto {
    text-align: center;
    margin-top: 10px; /* espaçamento opcional */
    color: #fff;      /* mantém a cor branca */
}

@media (max-width: 768px){
    .fundo-cel{
        display: table;
    }

    .img-fundo {
        display: none;
    }

    .aviso-balao {
        max-width: 100%;
        margin: 0 auto 20px auto;
    }

    .aviso-balao::before {
        display: none;
    }

    .aviso-balao::before,
    .aviso-balao::after {
    display: none !important;
    content: none !important;
}

    iframe{
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (max-height: 600px){
    .login .copyright {
        position: relative !important;
    }

    .login .logo {
        position: relative !important;
    }
}

@media (max-width: 480px){
    .login .content .form-actions {
        padding: 0px 30px 25px 25px;
    }

    .login .checkbox {
        font-size: 10px;
    }

    .login .content {
        width: 100%;
    }
}

@media (max-width: 310px){
    .login .content .form-actions {
        height: 100px;
    }

    .blue_btn {
        float:left !important;
    }
}

@media (max-width: 1367px){
}
