*{
    margin: 0;
    padding: 0;
}

.ContendorPadre{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.ContenedorHijo{
    display: grid;
    grid-template-rows: 60px 240px;
    /* border: 1px solid black; */
}

.Contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    /* background-color: red; */
    border: 1px solid black;
}

.p-contenedor{
    font-size: 46px;
    margin-bottom: 0;
}

.Inicio{
    display: flex;
    justify-content: center;
    width: 240px;
    /* background-color: blue; */
    border: 1px solid black;
    background-color: #DAE8FC;
}

.p-inicio{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

#usuario, #password{
    margin-bottom: 14px;
}


button{
    width: 200px;
}