h2   {color:white}
p    {color:white}

body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: url(/minpptrassi/imagenes/login.png) no-repeat center center fixed;
    background-size: 100% 100%;
}

.card-container.card {
    width: 500px;
    padding: 40px 40px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 100px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.mensaje_informacion, .mensaje_exitoso, .mensaje_exclamacion, .mensaje_error {

/*	background-position:left;
	padding-left:20px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
/*	width:80%;
	height:16px;
	text-align:center;*/
}

.mensaje_informacion {
    color: #00529B;
}

.mensaje_exitoso {
    color: #4F8A10;
}

.mensaje_exclamacion {
    color: #9F6000;
}

.mensaje_error {
    color: #D8000C;
}