body {
    background-color: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.login-container {
    max-width: 400px;
    margin: 0 auto;
}
.logo-container {
    text-align: center;
    margin-bottom: 5px;
}
.logo2-container {
    text-align: center;
    margin-bottom: 20px;
}
.logo-img {
    height: 60px;
    width: auto;
}
.logo2-img {
    height: 50px;
    width: auto;
}
.main-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.subtitle {
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 25px;
    color: #666666;
}
.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-primary {
    width: 100%;
}
.card-title.login-title {
    background-color: #aac7e6;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}
.card-body {
    padding-top: 0;
}

.modal-aberto-inline-block { display: inline-block !important; }
.hidden { display: none !important; }
