/*.fondo_auth{
    background: #121277;
   	background-image: url("../../resources/figuritas.png") !important;
  	background-repeat: repeat-y !important;
  	background-size: 100% !important;
}*/
.fondo_auth{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /*height: 100%;*/
}

.sombra{
	box-shadow: 3px 3px 3px 3px rgba(200, 200, 200, 0.5);
	border-radius: 8px;
	padding: 0.8rem;
}

.box-auth{
	padding: 1.5rem 1rem 1rem 1rem;
}
.division_balon{
	position: relative;
	width: 4rem;
	height: 4rem;
	text-align: center;
	border-radius: 50%;
	top: -2.15rem;
	margin: 2rem 0 0 0;
}
#division-datos{
	width: 100%;
	height: 0.3rem;
	background-color: #496DA2;
	border-color: black;
	border-radius: 15px;
	position: relative;
	top: 2rem;
}