
 .root{
  width: 100%;
  height: 100%;
 }
 
 .loginRegistro {
  width: 20vw;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 13vw;
}
.loginInput {
  width: 20vw;
  height: 2.5vw;
  padding: 0.5vw;
}

.loginButton{
  width: 21.1vw;
  height: 2.5vw;
}

.loginAcceptPassword{
	height: 2.5vw;
}
