

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }

.bodybackground { 
	width: 100%;
	height:auto;
	font-family: 'Roboto ', sans-serif;
	
	/*background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(0, 123, 255, 0.5) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(0, 123, 255, 0.5) 0%,#383d41 100%), linear-gradient(135deg, #343a40 0%,#007bff 100%);*/
	background-color:#000000;
}

.centrarimg{    display: block;
    margin: auto;padding: 17px;}

.login { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}
.login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

.recuperar{

font-size: small;
}



