﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: linear-gradient(90deg, #111827 0%, #374852 50%, #111827 100%);
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*padding: 100px;*/
}

.login-box {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 100%;
    min-width: 400px;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 30px;
    color: #1f2937;
}

.info {
    /*margin-top: 25px;*/
    font-size: 13px;
    color: #6b7280;
}







/*#divConteudo {
    background: linear-gradient(90deg,rgba(55, 72, 82, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(55, 72, 82, 1) 100%);
}

@media screen and (min-width: 768px) {
    #divAutenticacao {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        min-height: 100%;
        width: 450px;
        margin: auto;
        padding: 10px;
    }

    #divAutenticacaoInterna {
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        min-height: 100%;
        width: 100%;
        margin: auto;
        padding: 10px;
        background-color: rgb(55,72,82,.8);*/ /* hex #374852 */
    /*}

    #divNomeSistema {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #divAutenticacao {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        min-height: 100%;
        width: 90%;
        margin: auto;
        padding: 10px;
    }

    #divAutenticacaoInterna {
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        min-height: 100%;
        width: 100%;
        margin: auto;
        padding: 10px;
        background-color: rgb(55,72,82,.8);*/ /* hex #374852 */
    /*}

    #divNomeSistema {
        text-align: center;
    }
}*/
