.card{
	width: 25%;
    margin: 4rem auto;
    border-radius: 10px;
}
body{
	/*height: 100vh;
    display: block;
    background-image: url(/v3/design/html/body.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;*/
    height: 100vh;
    background-image: linear-gradient(lightgray, white);
}
.navbar{
	background-color: white;
}

/*@media only screen and (max-width: 1500px) {*/
@media (max-width: 1200px) {
	.card{
		width: 90%;
	    margin: 2rem auto;
	}
	.navbar-brand{
		font-size: 1rem;
	}

}
/*@media (min-width: 768px) and (max-width: 1024px) {
	.card{
		width: 90%;
	    margin: 2rem auto;
	}
	.navbar-brand{
		font-size: 1rem;
	}
  
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
	.card{
		width: 90%;
	    margin: 2rem auto;
	}
	.navbar-brand{
		font-size: 1rem;
	}
  
}*/
#background-unabase{
	background-image: url(/v3/design/html/body.login/section/form/fieldset/legend.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 7rem;
    display: block;
}
.buttons button{
	margin-bottom: 0.5rem;
}


/*  fieldset{
  	width: 90%;
  }
  body{
  	background-color: green;
  }*/