/*
############
# Modais
############
*/
.FLogin {
    max-width: 500px !important;
}

.FLogin0 {
    max-width: 1170px !important;
}

/* -------- */

.FLogin .btn-link {
    color: #1D3E78 !important;
    font-weight: bold !important;
}

/* ---------------- */

.FLogin .Col2 {
    padding-top: 67px;
}

/* ------------- */

@media screen and (max-width: 767px) {

    /* ------------- */

    .FLogin .Col2 {
        padding-top: 0px;
    }

    /* ------------- */

}

/* ------------- */

/*
############
# Refatoracao visual da tela de Login (Carregar0)
############
*/

.FLogin-Card {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.FLogin-Heading {
    background: #2b2b2b !important;
    background: linear-gradient(135deg, #2b2b2b 0%, #1a1a1a 100%) !important;
    border: none !important;
    padding: 20px 25px !important;
}

.FLogin-Titulo {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.FLogin-Titulo i {
    margin-right: 8px;
}

.FLogin-Corpo {
    padding: 30px 30px 25px 30px !important;
}

/* -------- Campos -------- */

.FLogin-Campo {
    margin-bottom: 18px;
}

.FLogin-Label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}

.FLogin-LabelLinha {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.FLogin-LabelLinha .FLogin-Label {
    margin-bottom: 0;
}

.FLogin-LinkSenha {
    font-size: 12px;
    color: #333333 !important;
    font-weight: bold;
}

.FLogin-LinkSenha:hover {
    text-decoration: underline;
}

.FLogin-Input {
    height: 44px;
    border: 1px solid #d5dae2 !important;
    border-radius: 6px !important;
    padding: 0 14px !important;
    font-size: 14px;
    box-shadow: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.FLogin-Input:focus {
    border-color: #333333 !important;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12) !important;
    outline: none;
}

/* -------- Botao Entrar -------- */

.FLogin-AcaoPrincipal {
    margin-top: 24px;
}

.FLogin-BtnEntrar {
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 6px;
    background: #116066;
    background: -webkit-linear-gradient(315deg, #0d4a54 0%, #116066 45%, #2a999c 100%);
    background: linear-gradient(135deg, #0d4a54 0%, #116066 45%, #2a999c 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.FLogin-BtnEntrar:hover,
.FLogin-BtnEntrar:focus {
    background: #16401f;
    color: #ffffff !important;
    outline: none;
}

/* -------- Divisor "ou" -------- */

.FLogin-Divisor {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 24px 0 18px 0;
    color: #9aa3b1;
    font-size: 12px;
    text-transform: uppercase;
}

.FLogin-Divisor::before,
.FLogin-Divisor::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e3e7ee;
}

.FLogin-Divisor span {
    padding: 0 12px;
}

/* -------- Bloco Cadastro -------- */

.FLogin-Cadastro {
    text-align: center;
}

.FLogin-CadastroTexto {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #6b7280;
}

.FLogin-BtnCadastro {
    display: inline-block;
    padding: 7px 28px;
    border: 1px solid #333333;
    border-radius: 6px;
    background: #ededed;
    color: #333333 !important;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: background 0.15s ease, color 0.15s ease;
}

.FLogin-BtnCadastro:hover,
.FLogin-BtnCadastro:focus {
    background: #333333;
    color: #ffffff !important;
    text-decoration: none;
}

/* -------- Responsivo -------- */

@media screen and (max-width: 480px) {
    .FLogin-Corpo {
        padding: 22px 20px 20px 20px !important;
    }
}

/* ------------- */

/*
############
# Telas internas do fluxo (Carregar1 / 1B / 2 / 3 / 3B / 4)
############
*/

.FLogin-Texto {
    margin: 0 0 18px 0;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    line-height: 1.5;
}

.FLogin-Texto i {
    color: #116066;
    margin-right: 4px;
}

.FLogin-Destaque {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    word-break: break-all;
}

.FLogin-InputCentro {
    text-align: center;
    letter-spacing: 2px;
}

/* -------- Rodape -------- */

.FLogin-Rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px;
    border-top: 1px solid #eef0f4;
}

.FLogin-BtnVoltar {
    background: transparent;
    border: none;
    padding: 6px 4px;
    font-size: 13px;
    font-weight: bold;
    color: #6b7280 !important;
    cursor: pointer;
    transition: color 0.15s ease;
}

.FLogin-BtnVoltar:hover,
.FLogin-BtnVoltar:focus {
    color: #333333 !important;
    outline: none;
}

.FLogin-BtnVoltar i {
    margin-right: 5px;
}

.FLogin-BtnConfirmar {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 26px;
    border: none;
    border-radius: 6px;
    background: #116066;
    background: -webkit-linear-gradient(315deg, #0d4a54 0%, #116066 45%, #2a999c 100%);
    background: linear-gradient(135deg, #0d4a54 0%, #116066 45%, #2a999c 100%);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.FLogin-BtnConfirmar:hover,
.FLogin-BtnConfirmar:focus {
    background: #16401f;
    color: #ffffff !important;
    outline: none;
}

.FLogin-Spinner {
    color: #116066;
    font-size: 24px;
    line-height: 42px;
}

@media screen and (max-width: 480px) {
    .FLogin-Rodape {
        padding: 14px 20px;
    }

    .FLogin-BtnConfirmar {
        padding: 0 18px;
    }
}

/* ------------- */