
.container{
    padding-top: 150px;
    margin: 5px;
    width: 100ww;
    height: 150vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}


body{
    margin: 0px;
}
label{
    color: white;
}

.box{
    width: 300px;
    height: auto;
    background: rgb(30, 72, 88);
    padding-bottom: 10px;
   
}
#tituloLogin{
    padding-top: 10px;
    text-align: center;
}




