body {
    
    background:url("Images_DINASAa/bkimage_TGV1.jpg");
    background-repeat: no-repeat;
    background-attachment:fixed;  
    background-size:100%;
    
}


#navborder{
	border-bottom: 5px solid #285e8e;
}

#navbox{
	border-bottom: 10px solid #357ebd;
}

#thecard{
	border-radius: 7px 7px 7px 7px;
	border: none;
	background-color: transparent;
}

#cardheader{
	border-radius: 7px 7px 0px 0px;
	background-color: rgba(255,255,255,0.9);
	font-style: italic;
}

#cardbody{
	border-radius: 0px 0px 7px 7px;
	background-color: rgba(78,75,57, 0.7);
	border-top: 5px solid #357ebd;
}

.cardtextlog{
	color: white;
	font-style: italic;
}

#footerborder{
	border-bottom: 15px solid #357ebd;
}

#btnlog{
	width: 30%;
	height: 40px;
}

.fieldlog{
	background-color: rgba(78,75,57, 0.7);
}