﻿body, html {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    min-height: 100dvh;
}

/*Imagem de fundo Background*/
.bg_fundo {
    position: relative;
    
}
    .bg_fundo:before {
        background: rgb(2,0,36);
        background: linear-gradient(135deg, rgba(2,0,36,0.1) 0%, rgba(9,9,121,0.1) 27%, rgba(0,212,255,0.1) 100%);
        background-image: linear-gradient(135deg, rgba(214,214,214,0.5) 27%, rgba(55,212,245,0.5) 100%), url('/proton/imagens/ipem_fachada.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.35;
        z-index: -1;
    }

/*logomarca*/

    .logomarca {
        max-width: 300px;
    }
    @media (max-width: 575px) {
        .logomarca {
            max-width: 90px;
        }
    }
/*Area Login*/

.link-portal {
    font-size: 1rem;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
.link-portal:hover {
    color: black;
}

#loginform {
    margin: 0 auto;
}


#login-info {
    margin: 1rem;
    padding: 1rem;
}

@media (min-width: 560px) {
    

    #login-info {
        padding: 1rem 50px 1rem 160px;
        text-align: left;
        margin: 0;
        background-color: initial;
    }
}
@media (min-width: 1100px) {
    #loginform {
        margin: .25rem 0 0 18rem;
    }
}
    .container-login {
        box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
        border: 2px solid #fff;
        border-radius: .6rem;
        background: rgba(230, 231, 232, 0.4);
        max-width: 230px;
        /*margin-left: 170px;
    margin-top:250px !important;*/
        /*max-width:30%;
    min-width:30%*/
    }

        .container-login > div:first-child {
            margin: 0 auto;
            max-width: min(75%, 350px);
        }

    #txt_login, #txt_senha {
        /*width: 65%;*/
        /*max-width: 250px;*/
        display: inline-block;
        background-color: #BED5DC;
        flex-grow: 0;
        height: 28.8px;
        font-size: 14px;
        color: #000 !important;
    }

    input::placeholder {
        color: #000 !important;
    }

    .form-control {
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0);
        color: #fff !important;
    }

    .barra-laranja {
        position: relative;
    }
#btnZoom, #btnContraste {
    font-size: 1rem !important;
    color: var(--cl-azul-ipem);
}


.botoes-acessibilidade {
    position: absolute;
    display: flex;
    gap: .5rem;
    top: 50%;
    left: .25rem;
    transform: translateY(-50%);
    padding: 0 .15rem;
    border-radius: 6px;
    background-color: white;
}

#btnEntrar {
    /*width: 75%;*/
    flex-grow: 1;
    background-color: #0170b0;
    border-color: #0170b0;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    /*titulo*/
    .titulo {
        color: #13ab8e;
        font-weight: 600;
        font-size: 18px;
        font-family: Arial;
    }

        .titulo div {
            /*margin-left: 50px;*/
        }

    .bemvindo {
        /*font-weight: 400;*/
        font-size: 1rem;
        font-family: Arial;
        /*margin-left:50px;
    margin-top: 25px !important*/
    }

.texto {
    font-weight: 600;
    font-size: .8rem;
    font-family: Arial;
    text-align: justify;
    max-width: 391px;
    /*margin-left: 50px;*/
    /*margin-top: 3px !important*/
}

    /*Roda-pe*/
    footer {
        color: #010101;
        width: 100%;
        /*height: 130px;*/
        text-align: center;
        /*line-height: 100px;*/
        font-weight: 600;
        margin-top: auto;
        padding: .1rem .25rem 1rem;
    }

    @media (max-width: 575px) {
        footer {
            padding: 0 .25rem;
        }
    }

    a {
        color: #0005ff;
        text-decoration: underline !important;
    }

        a:link, a:visited {
            text-decoration: none
        }

        a:hover {
            text-decoration: underline;
            color: #f00
        }

        a:active {
            text-decoration: none
        }

    .row {
        margin-right: 0px !important
    }

.barra-laranja {
    background-color: var(--cl-azul-ipem);
    height: 30px;
    display: flex;
    justify-content: center;
    border-bottom: 6px solid #fbbc31;
}
    .barra-laranja > a {
        padding: .45rem 20px;
        text-decoration: none !important;
        font-family: Ubuntu,arial,sans-serif;
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        color: inherit;
        color: #fff;
    }
    .barra-laranja > a:hover {
        color: var(--cl-escuro);
        background-color: white;
    }