* {
	outline: none !important;
}

html, document {
	height: 100% !important;
}
body {
    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	background-color: #fff !important;
}

.tooltip {
    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.popover {
    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.login-panel {
	box-shadow: 0 15px 20px 0 rgba(0,0,0,0.2) !important;
}

.footer-band {
	position: static;
	bottom: 0;
	margin: 50px 0 0 0;
}

div.row{
	margin-top:20px;
	margin-bottom:50px;
	
}

div.logo-login {
	width: 200px;
	margin: 30px auto 0 auto;
	padding: 200px 0 0 0;
	background: url(/documents/templates/vendor2/images/logo-tango.png) center top no-repeat;
	background-size: contain;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	color: #046;
}
