#loginmenuwrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	background: rgba(255,255,255,0.7);
	padding: 33px;
	padding-top: 26px;
	padding-bottom: 200px;
}
#loginmenu {
	
	display: block;
	right: 0px;
	top: 0px;
	width: 100%;
	max-width: 216px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px;
	padding-top: 8px;
	background: #00B4F1;
	color: #FFFFFF;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
}

@media screen and (max-width: 300px) {

	#loginmenu {
		max-width: 100%!important;
		text-align: center!important;
	}
/* 	#loginmenu h1.title {
		display: inline-block!important;
	} */
	
}

/* ************************************ */

#mainbody {
	background-image: url(resources/backgroundimages/login.jpg);
}

#loginform {
	padding: 0px;
	margin: 0px;
	color: #FFF;
}


h2.title {
	display:block;
	line-height: 24px;
	overflow: hidden;
	background-color: #00B4F1;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	font-weight: 800;
}

::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
    color: #00B4F1;
}
#loginform #username, #loginform #p {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	line-height: 30px;
	height: 26px;
	line-height: 26px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10pt;
	color: #4FD3FF;
	background-repeat: no-repeat;
	background-position: left center;
}
#loginform #username {
	background-image: url(resources/images/login-username.png);
}
#loginform #p {
	background-image: url(resources/images/login-password.png);
}
#loginform #url {
	display: none;
}
#loginform #OK, #loginform #Cancel {
	display: block;
	height: 26px;
	line-height: 26px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: transparent;
	background-color: #FFFFFF;
	color: #0078D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-weight: 800;
	-o-transition: color 1s ease-out;
	-moz-transition: color 1s ease-out;
	-ms-transition: color 1s ease-out;
	-webkit-transition: color 1s ease-out;
	transition: color 1s ease-out;
	text-transform: uppercase;
}
#loginform #OK:hover, #loginform #Cancel:hover {
	color: #004E8C;
}
#loginform #password {
	color: #FFF;
	font-size: 10pt;
	text-decoration: none
	
}
#loginform #password:hover {
	text-decoration: underline;
	
}

@media screen and (max-width: 960px) {

	#mainbody {
		padding-top: 0px!important;
		padding-right: 0px!important;
		background-image: url(resources/backgroundimages/login2.jpg)!important;
	}
	#loginform #password {
		display: block!important;
		font-size: 12pt!important;
		line-height: 50px!important;
		text-align: center!important;
	}
}
@media screen and (max-width: 800px) {

	#mainbody {
		background-image: url(resources/backgroundimages/login3.jpg)!important;
	}
	
}

/* ************************************ */