/* Tele de autenticacao*/
#logo-login{
    text-align: center;
}
#title-login{
    margin: 14px 10px 0 0;
    color: #fff;
    font-size: 16px;
    display: block;
}
#container-login{
    margin: 50px 0 0 0;
}

@media (max-width: 768px) {
    #marca img {
        margin:10px 0 0 10px;
    }
}
/* Nova tela de Login ============================================================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.center-content
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
}
.bg-image
{
    background-image: url('/img/Rectangle7.png');  
    background-size: cover;
    background-position: center;
    border-right: 4px solid #359D54;
}
#tituloSigad
{
    width: 25.66vw; 
}
#tituloLogin
{
    width: 284px;
    margin-top: 25px;
    margin-bottom: 38px;
}
#textSigad
{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 8vw;
    line-height: 9.627vw;
    letter-spacing: 5;
    color: #FFF;
    text-align: center;
}
#textSigadComplem
{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-size: 1.62vw;
    line-height: 1.98vw;
    color: #FFF;
    text-align: center;
}
#textBemvindo
{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 3px;
    color: #21802E;
    text-align: center;
}
#textLoginComplem
{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.63px;
    color: #565757;
    text-align: center;
}
.sessaologin
{
    padding: 5.19vw 5.19vw 5.19vw 5.19vw;
}

.tituloAutenticar
{
    width: 100%;
    margin-bottom: 30px;
}
.textAutenticar
{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 19.5px;
    color: #565757;
    width: 100%;
    text-align: left;
}
.inputAutenticar
{
    width: 100% !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #565757 !important;
    border-radius: 12px !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .5rem) center;
    padding: 18px !important;
}
.img-user
{
    background-image: url('/img/user.png');
}
.img-password
{
    background-image: url('/img/lock2.png');
}

#textRecuperarSenha
{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #565757;
    margin-bottom: 50px;
    background-color: #F8F9F9;
    border: 0px;
}

#textRecuperarSenha:hover
{
    color: #a1a1a1;
}

#textButton
{
    border: 0px;
    border-radius: 12px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    background-color: #187B43;
    color: #FFFFFF;
    padding: 20px;
}

button:disabled
{
    background-color: #e0e0e0 !important;
    color: #FFFFFF !important;
}

#textButton:hover {
    background-color: #02581c;
    color: #dae9e3;
}

small
{
    font-size: 0.8vw;
}

.help-block
{
    margin-top: 1vw;
    color: #f00;
}

.input-container-login {
    position: relative;
    width: 100%;
}

.eye {
    background-image: url(../img/icones32/eye.svg);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.eye-slash {
    background-image: url(../img/icones32/eye-slash.svg);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

@media (min-width: 1300px) {
    .inputAutenticar
    {
        padding: 2vh !important;  
    }

    #textButton
    {
        font-size: 20px;
        line-height: 1.5;
        padding: 2vh;
    }

    .img-fluid
    {
        width: 80px;
    }

    .sessaologin
    {
        padding: 2.19vw 5.19vw 2.19vw 5.19vw !important;
    }

    #textRecuperarSenha
    {
        margin-bottom: 33px;
    }

    #tituloLogin
    {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .textAutenticar
    {
        font-size: 14px;
        margin-bottom: 5px;
    }

}

@media (min-width: 1700px) {
    .inputAutenticar
    {
        padding: 18px !important;
    }

    #textButton
    {
        font-size: 26px;
        line-height: 32px;
        padding: 20px;
    }

    .img-fluid
    {
        width: 100px;
    }

    .sessaologin
    {
        padding: 5.19vw 5.19vw 5.19vw 5.19vw !important;
    }

    #textRecuperarSenha
    {
        margin-bottom: 50px;
    }

    #tituloLogin
    {
        margin-top: 25px;
        margin-bottom: 38px;
    }

    .textAutenticar
    {
        font-size: 16px;
        margin-bottom: 11px;
    }
}