.wrapper {
	min-height: 100%;
	height: 100% !important;
	background: url('../../img/bg.jpg') repeat left top;
	
}

	.wrapper_glow {
		min-height: 100%;
		height: 100% !important;
		background: url('../../img/glow.png') no-repeat center top;
		
	}

		.container {
			padding: 20px;
			position: absolute;
		}
					
			.login-content {
				width: 320px;
				background: #FCFCFC;
				margin: -15px 0 0;
				float: left;
				padding: 10px 25px 25px;
				-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 39, 63, 25);
				box-shadow: 0px 0px 20px 1px rgba(0, 39, 63, 25);
				-webkit-border-radius: 5px 5px 5px 5px;
				border-radius: 5px 5px 5px 5px;
				}
			
				h1#logo {
					padding: 40px 0px;
					text-align: center;
				}
				
				label {
					padding-bottom: 7px;
					padding-left: 7px;
				}
	
				input[type="text"], input[type="password"] {
					width: 304px;
				}
	
				button[type="submit"] {
					margin-top: 20px;
					float: left;
				}
				
			/*	button[type="button"]{
					margin-top: 20px;
					padding: 5px 12px;
					clear: none;
				} */
				
				button[type="button"]{
					margin-top: -32px;
					font-weight: 400;
					font-style: normal;
					font-variant: normal;
					font-size: 13px;
					line-height: 22px;
					font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
					background: none;
					border: none;
					float: right;
				} 	
					
					button[type="button"]:hover{
						background: none;
						border: none;
						text-decoration: underline;
						color: #0098D9;
					} 			
				
				.right .warning {
					padding: 6px 12px;
					margin-top: 8px;
					background: #FBE3E4;
					border: 1px solid #FBC2C4;
					color:#8A1F11;
					clear: both;
				}
				
				.login-content > ul {
					list-style: none;
					width: 310px;
					margin: 0 auto;
				}
				
				.login-content > ul > li {
					display: block;
					float: left;
				}
				
				.login-content > ul > li > a {
					display: block;
					float: left;
					width: 65px;
					height: 65px;
					cursor: pointer;
					margin: 5px;
					background-position: center;
					background-repeat: no-repeat;
				}
				
				.login-content > ul > li.chrome > a {
					background-image: url("../../img/chrome-hover.png");
				}
				.login-content > ul > li.chrome:hover > a, 
				.login-content > ul > li.chrome > a:hover {
					background-image: url("../../img/chrome.png");
				}
				
				.login-content > ul > li.firefox > a {
					background-image: url("../../img/firefox-hover.png");
				}
				.login-content > ul > li.firefox:hover > a, 
				.login-content > ul > li.firefox > a:hover {
					background-image: url("../../img/firerox.png");
				}
				
				.login-content > ul > li.safari > a {
					background-image: url("../../img/safari-hover.png");
				}
				.login-content > ul > li.safari:hover > a, 
				.login-content > ul > li.safari > a:hover {
					background-image: url("../../img/safari.png");
				}
				
				.login-content > ul > li.internet.explorer > a {
					background-image: url("../../img/ie-hover.png");
				}
				.login-content > ul > li.internet.explorer:hover > a, 
				.login-content > ul > li.internet.explorer > a:hover {
					background-image: url("../../img/ie.png");
				}