html{margin: 0px;padding: 0px;}
html, body {height: 100%;}

.boxlogin {
	border-radius: 4px;
	margin: 100px auto;
	width: 380px;
	-webki-border-radius: 4px;
	-moz-border-radius: 4px;
}

.ajustar{
	padding-left: 20px;
	padding-right: 20px;
}

.cajaError {
	background: #ffcdd2;
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: #ef5350;
}

.cajaVerde {
	background: #c8e6c9;
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: #66bb6a;
}

.centrarHorizontal {
	display: flex;
	justify-content: center;
}

.centrarVertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.divPadre {
	height: 100%;
}

.bien{
	background-color:#3CBE34;
	text-align:center;
	font-size:14px;
	color:#FFF;
	padding:5px;
}