	.loginbg {     
		position: fixed;
    		top: 0;
   		left: 0;
    		z-index: -1;
   		min-height: 100%;
    		min-width: 1024px;
    		width: 100%;
    		height: auto;
    		opacity: .9;
}
	#footer {
		padding: 15px 15px;
		vertical-align: middle;
		line-height: 15px;
		text-align: center;
		font-family: Helvetica, Arial;
		font-size: 0.7em;
		color: #707070;
		margin: 0 auto !important;
	}
	a { color: #777777; }
	.panel-title { color: #666666; }
	.login-btn:hover { color: white !important; }
	.btn-success:hover { background-color: #106510; text-decoration: underline; }
	.login-btn { 
		color: white;
		background-color: #e24503;
		display: inline-block;
   		padding: 6px 12px;
    		font-size: 14px;
    		font-weight: 400;
    		line-height: 1.42857143;
    		text-align: center;
    		white-space: nowrap;
    		vertical-align: middle;
    		cursor: pointer;
    		-webkit-user-select: none;
    		border: 1px solid transparent;
			border-color: #e24503;
    		background-image: none;
    		border: none;
    		border-radius: 0px;
	}
	.btn-success { 
		color: white;
		background-color: #106510;
		display: inline-block;
   		padding: 6px 12px;
    		margin-bottom: 0;
    		font-size: 14px;
    		font-weight: 400;
    		line-height: 1.42857143;
    		text-align: center;
    		white-space: nowrap;
    		vertical-align: middle;
    		cursor: pointer;
    		-webkit-user-select: none;
    		border: 1px solid transparent;
    		border-radius: 4px;
			border-color: #e24503;
    		background-image: none;
    		border: none;
    		border-radius: 0px
	}
	.panel {
    		box-shadow: 5px 5px 10px black;
    		border-radius: 10px;
		border-radius: 0;
    		border: solid 8px #ebebea;
    		opacity: .97;
    		padding: 30px 30px 25px 30px;
	}
	#loginbox { 
		float: none;
		margin-top: 30px;
	}
	.panel-default>.panel-heading { background: none; background-image: none; } 
	.forget-pw-text { 
		font-size: 1em;
		color:#4A4A4A;
		font-style:italic;
	}
	.header-logo { width: 128px}
	
	@media (max-width: 481px) {
		.login-btn { width: 100%; margin-bottom: 1em; }
		.btn-success { width: 100%; }
	}
	a#btn-login { white-space: normal; }