html, head, body {height:100%; width:100%; padding:0px; margin: 0px}
	#container {
		height: 100%; width:100%; padding: 0px; margin: 0px;
		
	    background: rgb(243,114,53);
		background: -moz-linear-gradient(45deg, rgba(243,114,53,1) 0%, rgba(253,185,46,1) 36%, rgba(253,185,46,1) 87%);
		background: -webkit-linear-gradient(45deg, rgba(243,114,53,1) 0%,rgba(253,185,46,1) 36%,rgba(253,185,46,1) 87%);
		background: linear-gradient(45deg, rgba(243,114,53,1) 0%,rgba(253,185,46,1) 36%,rgba(253,185,46,1) 87%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37235', endColorstr='#fdb92e',GradientType=1 );
	}
	
	.modiImage {
		right: 5;
		bottom: 0;
		position: absolute;
	}
	
	.center {
		text-align:center;
	}
	
	.inlineBlock {
		display: inline-block;
	}
	
	.loginText {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		font-family: calibri;
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 30px;
	}
	.loginBox {
		margin-top: 15px;
		width: 250px;
		padding: 8px;
		border: 1px solid rgb(249, 155, 49);
		border-radius: 4px;
		background: rgba(0, 0, 0, 0.06);
	}
	
	.loginButton {
		margin-top: 15px;
		padding: 5px;
		border-radius: 4px;
		color: #fff;
		background-color: #05c505;
		border: none;
	}

	
	.logoIT {
		position: absolute;
		left: 95px;
		bottom: 20px;
	}
	
	.loginPanel {
		position: relative;
		z-index:1;
	}
	
	.greenStrip {
		height: 100px;
		background-color: 
	}
	
	.anchorCss {
		text-decoration: none;
		background-color: #0f9d58;
		color: white;
		padding: 10px;
		border-radius: 4px;
		font-weight: bold;
		font-family: calibri;
		font-size: 20px;
	}
	
	.svgCss {
		fill: #fff;
		vertical-align: middle;
	}