#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;
}

.centeredContainer{
	text-align:center;
}

.formContainer{
	backdrop-filter: blur(10px);
    background-color: rgb(166 157 157 / 10%);
    border-radius: 1rem;
}

.form-group{
	padding:1rem;
}

.inputrow{
	max-width:20rem!important;
	margin: auto;
}

.inputrow .btn{
	margin:1rem;
}