		.hard-overlay{
			background: transparent;
		}
		.app-footer p{
		    display: none;
			border-top: none;
			background: transparent;
		}
		body {
			background: url(/layouts/v7/resources/Images/login-bg-verend.jpg);
			background-position: center;
			background-size: cover;
			width: 100%;
			height: 96%;
			background-repeat: no-repeat;
		}
		hr {
			margin-top: 15px;
			background-color: #7C7C7C;
			height: 2px;
			border-width: 0;
		}
		h3, h4 {
			margin-top: 0px;
		}
		hgroup {
			text-align:center;
			margin-top: 4em;
		}
		input {
			font-size: 16px;
			padding: 10px 10px 10px 0px;
			-webkit-appearance: none;
			display: block;
			color: #636363;
			width: 100%;
			border: none;
			border-radius: 0;
			border-bottom: 1px solid #757575;
		}
		input:focus {
			outline: none;
		}
		label {
			font-size: 12px;
			font-weight: normal;
			pointer-events: none;
			left: 0px;
			top: 10px;
			transition: all 0.2s ease;
			color: #afafaf;
		}
		input:focus ~ label, input.used ~ label {
			top: -20px;
			transform: scale(.75);
			left: -12px;
			font-size: 18px;
		}
		input:focus ~ .bar:before, input:focus ~ .bar:after {
			width: 50%;
		}
		#page {
			padding-top: 6%;
		}
		.widgetHeight {
			height: 430px;
			margin-top: 20px !important;
		}
		.loginDiv {
		    width: 320px;
			margin: 0 auto;
			background-color: #FFFFFF;
		}
		.marketingDiv {
			color: #303030;
		}
		.separatorDiv {
			background-color: #7C7C7C;
			width: 2px;
			height: 460px;
			margin-left: 20px;
		}
		.user-logo {
			margin: 0 auto;
			padding-top: 20px;
			padding-bottom: 20px;
			max-width: 60%;
		}
		.blockLink {
			border: 1px solid #303030;
			padding: 3px 5px;
		}

		.group {
			position: relative;
			margin: 20px 20px 20px;
		}
		.failureMessage {
			color: red;
			display: block;
			text-align: center;
			padding: 0px 0px 10px;
		}
		
		.forgotPasswordLink {
		    color: #555;
    font-size: 15px;
		}
		.successMessage {
			color: green;
			display: block;
			text-align: center;
			padding: 0px 0px 10px;
		}
		.inActiveImgDiv {
			padding: 5px;
			text-align: center;
			margin: 30px 0px;
		}
		.app-footer p {
			margin-top: 0px;
		}
		.footer {
			background-color: #fbfbfb;
			height:26px;
		}
		.bar {
			position: relative;
			display: block;
			width: 100%;
		}
		.bar:before, .bar:after {
			content: '';
			width: 0;
			bottom: 1px;
			position: absolute;
			height: 1px;
			background: #35aa47;
			transition: all 0.2s ease;
		}
		.bar:before {
			left: 50%;
		}
		.bar:after {
			right: 50%;
		}
		.button {
			position: relative;
			display: inline-block;
			padding: 9px;
			margin: .3em 0 1em 0;
			width: 100%;
			vertical-align: middle;
			color: #fff;
			font-size: 16px;
			line-height: 20px;
			-webkit-font-smoothing: antialiased;
			text-align: center;
			letter-spacing: 1px;
			background: transparent;
			border: 0;
			cursor: pointer;
			transition: all 0.15s ease;
			text-transform: uppercase;
		}
		.button:focus {
			outline: 0;
		}
		.buttonBlue {
			background: linear-gradient(to bottom,#0c73da,#0049a2);
			/*background-image: linear-gradient(to bottom, #00c8aa 0px, #00c8aa 100%)*/
		}
		.ripples {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
			background: transparent;
		}
                
                .linksNavBar {
                    position: absolute;
                    top: 0px;
                    right: 15px;
                }
                .helpLinks{
                    float: right; 
                    margin-top: 20px;
                    background: #efefef;
                    border: 1px solid #fff;
                    padding: 5px;
                    border-radius: 5px;
                    box-shadow: -2px 0 3px;
                }
                .helpLinks a{
                    padding: 10px; 
                }
                .footer-icons{
                    position: absolute;
                    bottom: -24px;
                    right: 10px;
                    text-align: right;
                    min-width: 280px;
                }

		@keyframes inputHighlighter {
			from {
				background: #4a89dc;
			}
			to 	{
				width: 0;
				background: transparent;
			}
		}
		@keyframes ripples {
			0% {
				opacity: 0;
			}
			25% {
				opacity: 1;
			}
			100% {
				width: 200%;
				padding-bottom: 200%;
				opacity: 0;
			}
		}