@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');


* {
    background-color: rgb(83, 85, 94);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}

body {
    display: block;
    max-width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family:'Montserrat', sans-serif ;
    font-weight: 200px;
    background-image:url(ceu-estrelado.avif);
}



div {
    
    margin: 200px 0 300px 0;
    border-radius: 10px;
    border:solid 3px rgb(115, 115, 115);
    box-shadow: 0 0 10px gray;
}

div ul , h1 , p , a {
    background-color: rgb(40, 43, 48);
    color: white;
    padding: 5px;
}

h1{
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    
}

div ul.nome {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 20px;
 }

div ul.email {
   font-size: 1.3rem;
   font-weight: bold;
   padding: 20px;
}

div ul.nome input {
    font-size: 1.1rem;
    line-height: 35px; 
    color: white;
    padding: 1px;
    overflow-x: hidden; 
    white-space: nowrap; 
}

div ul.email input {
    font-size: 1.1rem;
    line-height: 35px; 
    color: white;
    padding: 1px;
    overflow-x: hidden; 
    white-space: nowrap; 
}

div ul.senha input {
    font-size: 1.1rem;
    line-height: 35px; 
    color: white;
    padding: 1px;
    overflow-x: hidden; 
    white-space: nowrap; 
}



div ul.senha {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 20px;
}

input {
    background-color: rgba(98, 100, 105, 0.573);
    width: 400px; 
    height: 35px;
    resize: none; 
    font-size: 1.1em; 
    border-radius: 5px;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: bold;
    box-shadow: 0 0 1px white;
}

div ul.botao {
    padding: 20px;
    font-size: 1.3rem;
}

div ul.botao input {
        width: 100px;
        height: 40px;
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 1.05rem;
        color: white;
        background-image: url(ceu-estrelado.avif);
        margin: 0 0 2px 150px;
        border-radius: 5px;
}

div ul.botao a {
    font-size: 1.05rem;
    margin: 0 0 0 60px;
}

