html, body
	{
      min-height: 100vh;
      background-image: url("/graf/fondo/oficina.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
	}


.div-login
	{
		width:90%;
		max-width:380px;
		margin:0 auto 0 auto;
		background-color:rgba(255,255,255,0.8);
		padding:20px;
	}

.div-pass
	{
		width:90%;
		max-width:380px;
		margin:0 auto 0 auto;
		background-color:rgba(255,255,255,0.8);
		padding:20px;
	}

.div-center
	{
        display: flex;
        justify-content: center;
        align-items: center;
	}

.sub-div-login
	{
		padding-top:3em;
	}

.div-kit
	{
		margin:4em auto 0 auto;
		width:80%;
		max-width:550px;
	}

.footer
	{
		margin-top:6em;
		text-align:center;
		background-color:rgba(255,255,255,0.8);

		padding:1vh 0;
	}