#background{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url("../img/changarritoscreen.png") !important;
	background-repeat:repeat;
	opacity: 0.2;
    filter:alpha(opacity=20);
    z-index:-1;
}

.row{
	margin:.0625rem;
}

.centeredContainer{
	text-align:center;
}

#logoChangarrito{
    width: 50%;
    max-width: 15.625rem;
}

a:hover{
	cursor:pointer;
}

.ingresar{
	margin:.8rem;
}

form{
	max-width:20rem;
	margin:auto;
}

label{
	font-weight:bold;
}

.error {
    display:none;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-top:1rem;
}

.errortext{
	margin:.8rem;
}

.centeredcontainer a{
	font-weight: bold;
}


/* .error:after {
    content: " ";
    position: absolute;
    bottom: 100%;  At the top of the tooltip
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
} */
