@media( max-width: 780px) {
	.loginpagetop+section form div:last-child {
		margin-left: 0;
		margin-right: 0;
	}
}

body {
	background: #F4F4F4;
	color: #000000;
	font: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 !important;
	padding: 0 !important;
}

body, html, #page {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/********* LOGIN PAGE **********/
.loginpagetop {
	background: #0866C6 none repeat scroll 0 0;
	min-height: 250px;
	max-height: 325px;
	height:100%;
	margin-bottom: 15px;
	position: relative;
	top: 0;
	width: 100%;
}

.logintop {
	bottom: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: auto;
}

.login-product {
	color: #ffffff;
	font-size: 4.3em;
	position: relative;
	top: 35px;
}

.login-product img {
	margin-right: 12px;
	width: 101px;
}

.login-product a {
	color: #FFF;
	text-decoration: none;
}

.login-image {
	position: absolute;
	bottom: -2px;
}

.login-by-section {
	color: #ffffff;
	font-size: 1em;
	left: 160px;
	position: relative;
	top: 10px;
}

.login-by-section a {
	color: #FFF;
}

.login-by-section a img {
	margin-right: -2px;
	margin-left: 3px;
	position: relative;
	top: -2px;
	width: 22px;
}

.loginbtn {
	background: none repeat scroll 0 0 green;
	font-size: 1.3em;
	height: 36px;
	width: 152px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
	border: 1px solid transparent;
	color: white;
}

.loginbtn:hover {
	background: none repeat scroll 0 0 #00B000;
	color: black;
}
.loginbtn:focus {
	background: none repeat scroll 0 0 #00B000;
	color: black;
}

.hide_ {
	display: none;
}


/****************************/
/* Forgotten Password Modal */
/****************************/

.modal-header {
    background: #3984D1;
    color: #FFF;
}

div.modal-header button.close {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #000000;
}