html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 400px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* Garante que o body ocupe 100% da altura */
html, body {
    height: 100%;
    margin: 0;
}

/* Garante que a página ocupe 100% da altura */
.login-page {
    height: 100vh;
}

/* Estiliza a seção de fundo */
.info-section {
    background-image: url(/frame-login.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* Estiliza a seção de fundo */
.info-section-web {
    background-image: url(/frame-login-web.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* Estilo da caixa de MFA */
.mfa-box {
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semitransparente */
    padding: 20px;
    border-radius: 8px;
    color: white;
}

/* Estilo do formulário de login */
.login-form {
    max-width: 400px;
    margin: auto;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn-primary {
    --bs-btn-bg: #0F9EDB;
    --bs-btn-border-color: #0F9EDB;
    --bs-btn-disabled-bg: #0F9EDB;
    --bs-btn-disabled-border-color: #0F9EDB;
    --bs-btn-hover-bg: #0d8fc5;
    --bs-btn-hover-border-color: #0d8fc5;
}

.btn-hover-filter {
    filter: grayscale(0%);
    transition: filter 0.3s ease-in-out;
}
.btn-hover-filter:hover {
    filter: grayscale(30%);
}

.custom-subtitle {
    text-align: left;  /* Alinha à esquerda */
}

.fs-7 {
    font-size: 0.7rem;
}
