@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/* ===== libs/css/styles.css ===== */
.alert-message {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-150%);
    border-radius: 6px;
    padding: 10px 20px;
    width: 70%;
    MAX-WIDTH: 450PX;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    background: #1FB6FF;
    transition: all .2s;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(31,45,61,.15);
    z-index: 3
}

.alert-message span.close {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: rgba(255,255,255,0.65);
    content: "\00d7";
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

.alert-message span.close.hover {
    color: white;
}

.active {
    position: absolute;
    top: 15% !important;
    left: 50%;
}

.alert-message.active   { transform: translate(-50%,0); }

.alert-message.primary  { background-color: #1FB6FF; }
.alert-message.positive { background-color: #13CE66; }
.alert-message.negative { background-color: #FF4949; }
.alert-message.warning  { background-color: #FFC82C; }


/* ===== libs/css/style_language.css ===== */
.language-selector {
    position: relative;
    /*width: 200px;*/
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;

    padding: 0.2rem;
    font-size: 0.7rem;
    border-radius: 5px;
    border: none;
    /*background: var(--first-color);
    color: var(--second-color);*/
    background: #fff;
    color: black;
    width: 100%;
    text-align: center;
}

.selected-language {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*padding: 10px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: black;

    padding: 0.2rem;
    font-size: 0.8rem;
    border-radius: 5px;
    border: none;
    /*background: var(--first-color);*/
    /*color: var(--second-color);*/
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.language-option {
     color: black;
}

.selected-language img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown div {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.dropdown div:hover {
    background: #f0f0f0;
}

.dropdown img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}


/* ===== libs/css/style_v2.css ===== */
:root {
    --first-color: #fff;
    --second-color: #000;
    --third-color: #000000;
    --fourth-color: #2f05ff; 
    --fifth-color: #3289fa9a;
    --sixth-color: #f80606;
    --seventh-color: #ff5544;
}

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

body {
    font-family: "Montserrat", sans-serif;
    /* background: url("../../assets/background.jpg") center/cover no-repeat; */ /* imagem desativada */
    background: #000; /* fundo preto */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* fundo preto sólido */
    z-index: -1;
}


.login {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30rem;
    max-width: 40rem;
    background: var(--third-color);
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: var(--first-color);
    position: relative;
    z-index: 1; 
}

.class-retrieve_pswd a {
    color: white !important;
    cursor:pointer !important;
    text-decoration: none !important;
}

.divRememberMe {
        display: flex;
        flex-direction: row;
}

#idAjaxCheckbox_remember_me label{
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    white-space: nowrap;
}

span.sc-ui-pwd-toggle-icon {
    padding-bottom: 10px !IMPORTANT;
    bottom: 2.4rem !IMPORTANT;
    color: black !IMPORTANT;
}

.button {
    cursor: pointer;
    width: 100%;
    padding: 0.8rem;
    margin-top: 0.8rem;
}

.scButton_danger {
    font-family: Leelawadee, Ebrima, 'Bahnschrift Light', Gadugi, 'Nirmala UI', 'Segoe UI', Verdana;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    border-width: 1px;
    border-color: #fa5c7c;
    border-style: solid;
    border-radius: 4px;
    background-color: #fa5c7c;
    background-image: none;
    box-shadow: 0 2px 6px 0 rgba(250, 92, 124, .5);
    filter: alpha(opacity = 100);
    opacity: 1;
    padding: 9px 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.login_logo {
    width: 15rem;
}

.login-container-presentation {
    margin-bottom: 0.7rem;
}

.login-container-presentation h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.login-container-presentation h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.login-container-presentation p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.login-container-presentation a {
    color: var(--first-color);
}

.login-form input {
    width: 100%;
    padding: 0.8rem;
    margin: 0.5rem 0;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.login-form> .submit .button{
    width: 100%;
    padding: 0.8rem;
    margin-top: -1rem;
    background: var(--fourth-color);
    color: var(--first-color);
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


.login-form .button:hover {
    background: var(--fifth-color);
}

.btn-sair {
 background: var(--seventh-color);
 width: 100%; /* adiciona largura total */	
}

.login-form .btn-sair:hover {
    background: var(--sixth-color);
}


.login-form button.exit-button {
    background: var(--sixth-color);
}

.login-form button.exit-button:hover {
    background: var(--seventh-color);
}

.login-captcha-img {
    height: 4rem;
    margin-top: 1rem;
}

#captcha-input {
    width: 100%;
    padding: 0.8rem;
    margin: 0;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.login-support {
    padding-top: 0.5rem;
}

.login-support a{
    color: var(--first-color);
    text-decoration: none;
    padding-top: 3rem;
}

.login-support a:hover {
    transition: 0.3s;
    color: var(--fourth-color);
}

/* Ajusta altura do botão Voltar */
.btn-sair {
  display: block !important;
  width: 100% !important;
  padding: 0.8rem !important;   /* mesma altura do Recuperar Senha */
  font-size: 1rem;              /* texto proporcional */
  text-align: center;
  border: none;                 /* remove borda do scButton_danger */
  border-radius: 5px;
  color: #fff;
}



@media (max-width: 800px) {
    #idAjaxCheckbox_remember_me label {
        margin-left: 5px; /* Ajuste conforme necessário para telas menores */
    }
}


