
#login
{
	border-bottom:10px solid #4D9467;
	border-top:10px solid #4D9467;
	background-color:#ECF6EF;
	padding:20px 10% 15px;
}

#login label
{
	color:#4D9467;
	margin-top:10px;
}

#botonLogin
{
	background-color:#FFF;
	border-color:#CCC;
	color:#ABABAB;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
}

#pie
{
	float:right;
	font-size: 30px;
	color:#4D9467;
}




@media(max-width: 334px)
{
	#pie
	{
		font-size: 26px!Important;
		margin-top: 12px;
	}
}


.alertTitulo{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

.alertTitulo img
{
	width:25px;
	height:25px;
	margin-top: -5px;
}

.alertTitulo span
{
	margin-left:10px;
}

.alertTexto{
	font-size:14px;
	color: #626161;
}

.sweet-alert .sa-icon {
    margin: auto;
    margin-bottom:10px;
}

.alertError {
	margin-right: 5px;
	width: 30px;
	height: 30px;
}

.sweet-overlay{
	z-index:2000;
}

.sweet-alert{
	border: 1px solid gray;
	margin-top: -10% !important;
}
