.login-page
{
  background: url('../img/login-background.jpg') no-repeat center center fixed; 
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.login-box-parent
{
	position: absolute;
	text-align: center;
	/* top: 42%; */
	/* left: 3%; */
	left: 14%;
}

.login-logo {
	margin-bottom: 4px;
}

.img-logo {
	height: 60px;
}

.img-logo-inner {
	height: 40px;
}

.login-copyright {
	position: absolute; height: 20px;
	bottom: 27px; right: 27px;	
}

.icon-screen-size, .icon-board-screen-size {
	background-color: rgba(255,255,255,0.5);
	color: #808080;
	padding: 4px;
	position: absolute;
	bottom: 2px;
	right: 2px;	
	border: solid #808080 1px;
	border-radius: 4px;
}

.icon-board-screen-size {
	position: relative;
	bottom: auto;
	right: auto;	
}
