.fundo{
    background-color: #222;
    color: white;
    }

    .box{
    background-color: #444;
    max-width: 100%;
    width: 480px;
    height: 500px; 
    padding: 10px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0px 20px 0 rgba( 255, 207, 0, 0.3 );
    }

.span-descricao{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: rgb(236, 215, 215)
    }

    .input-cadastro{
    margin-top: 1px;
    }

    .font-degrade{
    background-image: linear-gradient(90deg, rgba(255,207,0,1) 0%, rgba(231,71,220,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 1px;
    }

    .titulo{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    }
    
    .borda-bottom-degrade{
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,rgba(231,71,220,1) 0%,rgba(255,207,0,1) 100%);
    border-image-slice: 1;
    }

    /* Testes */
    .txtseletive{
        text-align: center;
        font-weight: 10px;
        color: green;

    }
    .acesso{
        text-align: center;
        align-items: center;
        color: white;
    }
    .acessar{
        font-weight: 20px;
        color: yellow;
    }

/*#Novo
#@media screen and (min-width: 1024px) {
# #main { min-width: 1000px; }
#}
*/

/*Novo 2 */

/*@media (min-width: 768px) {

#wrapper {width:90%;  margin: 0 auto; }

#content {width:70%; float:left; }

#sidebar {width:30%; float:right; }
*/

@media only screen and (max-device-width: 900px) {
#wrapper {width:90%;  margin: 0 auto;
#content {width:70%; float:left; 

#sidebar {width:30%; float:right; 
}
