.iniciosesion{
    width: 100%;
    height: 398px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.input{
    padding: 10px;        
}

.Registro{
    width: 50%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background-color: rgb(53, 48, 48);
    color: white;    
    border-radius: 100px;
    margin: auto;
}
