html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-size: small;
	/*background-color: #8FBC8F;*/
}
main {
    height: 100vh;
    overflow-y: hide;
    /*background-color: #B0E0E6;*/
}

.login {
	padding-top: 100px;
}

.control-label,
.form-control,
.btn,
a {
	font-size: small;	
}
.transparente {
    color: transparent;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #4682B4;
}

a:hover {
	color: #808080;
}



