html {
	background: url("../reseller_images/consensus_background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100vw;
	font-size: 2vh;
	font-family: tahoma;
	overflow: hidden;
}
body {
    background-color: cadetblue !important;
}

.login_container{
	background-color:rgba(211,211,211,0.5);
}