.login .content {
	margin-top:0px;
	border-radius: 7px;
}
.logo {
	width: 400px;
	background-color: #fff;
	border-radius: 7px;
	margin-bottom: 20px !important;
}

body.login{
	margin-top: 20px !important;
}


/* Alertas */
.alert-crece{
	display: table; width: 100%;
	border-radius: 6px;
}
.alert-crece > .icono{
	display: table-cell; vertical-align: middle; width: 60px;
}
.alert-crece > .icono > i.fa{
	font-size: 40px; line-height: normal;
}
.alert-crece > .texto{
	display: table-cell; vertical-align: middle; text-align: left; padding-left: 30px;
}
.alert-crece > .acciones{
	display: table-cell; vertical-align: middle; text-align: right; width: 30px;
	font-size: 20px; line-height: normal;

}
.alert-crece > .acciones > i.fa{
	font-size: 20px; line-height: normal; cursor: pointer;
}

.alert-crece.alert-danger a{
	color: #fff !important;
	font-weight: bold;
}
.alert-crece.alert-danger{
	background-color: #D91E18 !important;
	color: #fff !important;
}
.alert-crece.alert-warning a{
	color: #fff !important;
	font-weight: bold;
}
.alert-crece.alert-warning{
	background-color: #F3C200 !important;
	color: #fff !important;
}
.alert-crece.alert-success a{
	color: #fff !important;
	font-weight: bold;
}
.alert-crece.alert-success{
	background-color: #26C281 !important;
	color: #fff !important;
}
.alert-crece.alert-info a{
	color: #fff !important;
	font-weight: bold;
}
.alert-crece.alert-info{
	background-color: #3598DC !important;
	color: #fff !important;
}
/* Fin Alertas */