

/***************************** ESTILOS REDISEÑO V3 **************************/
.signin.bg-blue-1 {
	background-color: #5351FA !important;
}
.img-responsive.savanna {
	display: none;
}
.signin .precard .img-responsive {
	display: none;
}
.precard {
  max-height: 115px;
	margin-bottom: 20px;
}
.signin .precard img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*************************** FIN ESTILOS REDISEÑO V3 ************************/

/***************************** ESTILOS REDISEÑO V4 **************************/
.main-vertical-nav:after {
  background: #5351FA;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 60px;
  width: 4px;
  z-index: 1;
}
header:after {
  background: #5351FA;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
/*************************** FIN ESTILOS REDISEÑO V4 ************************/
