@import 'common.css';

#divcontenedorlogin {
  background-color: var(--color-fondo);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
img {
  display: block;
}
#he1encabezado {
  margin-bottom: 40px;
  text-align: center;
}

form {
  background-color: var(--color-acento);
  width: 500px;
  height: 300px;
  padding: 10px;
  border-radius: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 500px;
}

label {
  display: block;
  width: 150px;
  text-align: right;
  padding-right: 3px;
  font-size: 20px;
  font-weight: bold;
}
.datos-user {
  display: flex;
  flex-direction: row;
}
#user,
#pass {
  width: 200px;
  font-size: 20px;
}
#user {
  margin-bottom: 10px;
}
.div-boton {
  margin-top: 20px;
}

/* form > div {
  display: flex;
  flex-direction: row;
  width: 400px;
} */
/* #divcabecera {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
} */
