* {
    box-sizing: border-box;
  }  

body, html {
    height: 100%;
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
}

a{
    color: #3589AD !important;
}

.titulo{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #424242; 
    margin-top: 0;
}

.sub-titulo {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    margin-bottom: 5px;
    margin-top: -80px;
    text-align: left;
    margin-left: 24px;
    max-width: 400px;
}

.full-height {
    height: 100%;
}

.form-container{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.container-geral{
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    height: 100vh; 
    padding: 20px; 
    box-sizing: border-box; 
}

.logo-container {
    min-height: 87px;
    margin-top: -10px;
}

.login-container {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.footer-container{
    height: 30px; 
    display: flex;
    align-items: flex-end;
    justify-content: center; 
}

.login-form {
    padding: 20px;
    padding-top: 0px;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.linha {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 400px;
    height: 1px;
    background-color: #E0E0E0;
  }

.form-st{
    height: 67px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.form-st2{
    background-color: #F5F5F5;
    border: none;
    box-shadow: none;
    height: 67px;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #212121 !important;
}

.titulo-menu{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    color: #616161 !important;
    margin-bottom: 5px;
}

.btn-color-cad{
    margin-top: 25px !important;
    height: 67px;
    border-radius: 8px;
    background-color: #5CB85C;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}

.btn-color-cad:hover{
    background-color: #499349;
    color: #FFFFFF;
}

.btn-color-cad:active, .btn-color-cad:visited, .btn-color-cad::after{
    background-color: #7cc67c;
    color: #FFFFFF;
}


.btn-color{
    margin-top: 25px !important;
    height: 67px;
    border-radius: 8px;
    background-color: #00ADBE;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}

.btn-color:hover{
    background-color: #008a98;
    color: #FFFFFF;
}

.btn-color:active, .btn-color:visited, .btn-color::after{
    background-color: #32bdcb;
    color: #FFFFFF;
}

.login-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.logo {
    width: 200px;
    height: 87px;
    background-image: url('images/bitavel.png');
}

.texto-rodape{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #757575;
}


.error-font{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

/*Cadastro*/
.senha-show{
    background-color: red !important;
    height: 100px;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.password-toggle:hover {
    opacity: 1;
}

.form-control {
    padding-right: 35px !important;
}

/* Estilos do Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    border-radius: 10px;
    width: 90%;
    max-width: 700px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease-out;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-image {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.modal-title {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #424242; 
    margin-bottom: 15px;
}

.modal-text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    color: #7f8c8d;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify !important;
}

.modal-button {
    background-color: #9A9A9A;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    transition: background-color 0.3s;
}

.modal-button:hover {
    background-color: #7b7b7b;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Estilos para desktop */
@media (min-width: 768px) {
    .logo-container {
        text-align: left;
    }
}

@media (min-width: 1080px) {
    .logo-container {
        text-align: left;
    }
}

/* Estilos para mobile */
@media (max-width: 767px) {
    .login-image {
        display: none;
    }
    
    .logo-container {
        text-align: center;
        margin: 10px auto;
    }
    .login-side {
        width: 100% !important;
    }
    .titulo{
        font-size: 26px;
    }
    .sub-titulo {
        font-size: 13px;
        margin-left: 22px;
    }
}