
.main-cadastro{
    background:url(../img/8\ Best\ Car\ Maintenance\ Apps\ Available.jpeg) ;
    
    display:flex;
    justify-content: center;
    align-items: center;
    min-height:100vh ;
    background-size: cover;
    background-position:center;
    
    

}
.main-cadastro h1 {
    
    font-size: 30px;
    color: antiquewhite;
    margin: 15px;
    
}

#container{
    width: 350px;
    height: 450px;
    background: rgba(95, 93, 93, 0.399); 
    border-radius: 8px;
    
}

.cadastro {
    margin: 13px;
}

.cadastro input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    font-size: 13px;
    padding: 7px;

}

.cadastro-botao{
    text-align: center;
    justify-content: center;
    
}
.cadastro-botao button { 
    width: 100px;
    padding: 4px;
    margin: 25px;
    border-radius: 8px;
    font-size: 13px;

}

.cadastro-botao :hover {
    background:rgba(85, 85, 85, 0.591) ;
    color: antiquewhite;
}

.cadastro .botao-cadastrar {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.erro {
    background: rgba(19, 19, 20, 0.748);
    color: #e90f0f;
    border-radius: 10px;
    display: none;
}