<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-image: url("../images/bg.png");
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-family: futura;}

.conteiner{
    display: flex;
    flex-wrap: wrap-reverse; 
    color: white;
    width: 100%;}

    .caixa{
        font-family: Arial, Helvetica, sans-serif; 
        float: left;
        box-shadow: 1px 1px 5px #cccccc ;
        background-color: white;
        margin: 0px;
        margin-top: 11%;
        margin-right: 8%;
        margin-left: 10%;
        padding: 30px;
        padding-top: 0px;
        border-radius: 20px;
        width: 25%;}

    .caixa .titulo{
        text-align: center;
        color: black;}

        .titulo img{
            margin-top: 40px;
            margin-bottom: 0px;
            width: 20%; }
    
        .titulo h3{
            letter-spacing: 2px;
            margin-bottom: 10px; }
    
            .line{
                border: 0.5px solid grey;
                margin-top: 0px;
                width: 30%;}

        .credenciais{
            margin-bottom: 0px; }

            .credenciais &gt; label{
                font-family: futura;
                font-size: 15px;
                padding-left: 5px;
                margin-top: 7px;
                margin-bottom: 5px;
                color: black;
                display: block; }

            .credenciais &gt; input{
                border: 1px solid #ccc;
                padding: 2px 10px;
                padding-right: 8px;
                margin-bottom: 5px;
                border-radius: 10px;
                font-size: 12px;
                outline: 0;
                width: 94%;
                height: 25px; }

            .mostrar{
                font-family: futura;
                float: right;
                font-size: 12px;
                padding-top: 3px;
                margin: 0px;}

        .btns{
            margin-top: 30px;}

            .btns &gt; button{
                font-family: futura;
                float: right;
                width: 20%;
                border: 0px;
                border-radius: 30px;
                padding: 5px;
                color: white;
                outline: 0;}

            .btns .lemb{
                font-family: futura;
                vertical-align: middle;
                float: left;
                font-size: 13px;
                padding: 0px;
                margin: 0px;
                margin-top: 5px;
                text-align: center;
                text-decoration-style: underline ;}
            
            .btns .registrar{
                float: right;
                width: 20%;
                font-size: 12px;
                border-radius: 10px;
                margin-left: 10px;
                color: white;
                border: 0px;
                outline: 0; 
                background-color: grey;
                cursor: pointer;}
        
                .btns .registrar:hover{
                background-color:teal;
                transition:0.3s ease-out; }

            .btns .esqueceu{
                float:right;
                font-size: 12px;
                width: 40%;
                border-radius: 10px;
                background-color: grey;
                color: white;
                border: 0px;
                outline: 0; 
                cursor: pointer;} 
            
        .btns-login #login{
        background-image: linear-gradient(to right, #c11e1e, rgb(160, 40, 40) );
        font-family: futura;
        width: 100%;
        font-size: 15px;
        height: 40px;;
        border-radius: 15px;
        padding: 5px;
        color: white;
        border: 0px;
        outline: 0;
        margin-top: 15px; 
        cursor: pointer;}

    .b-title{
        cursor:default;
        user-select: none;
        -webkit-user-select: none;
        padding-top: 18%;
        color: white;
        vertical-align: middle;
        margin-left: 100px;}

        .b-title h1,p{
            margin: 0px;}

        .b-title h1{
            height: 170px;
            font-size: 10em;}

        .b-title p{
            font-size: 1.3em;
            letter-spacing: 10px;
            padding-left: 590px;}





</pre></body></html>