body{
	background-color: #FCEFE3;
}
.card-shadow{
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.52);
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.52);
}
.btn-ant-1{
	background-color: #492C99;
	color: white;
}
.btn-ant-1:hover{
	background-color: #876DD3;
	color: white;
}
.errTxt{
	color:  red;
}
@media (max-width: 991px) {
	.fondo{
		background-color: #FCEFE3;
	}
	.logo-mobile{
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width:  991px){
	.fondo{
		background-image: url('/../img/logo.png');
		background-attachment: fixed;
		background-repeat: no-repeat center;
		background-position: bottom right;
		background-size: 550px;
	}
	.logo-mobile{
		display: none;
	}

}
