.logoutLblPos
{
   position:fixed;
   right:10px;
   top:5px;
}

.center
{
	text-align:center;
}

.wrapper
{
	color: silver;
	background-color: rgba(40,40,40,0.6) !important;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	padding: 30px;	
}

.row
{
	margin-left: 0;
	margin-right: 0;
}

.body_login
{
	text-align: left;
}

.element-right
{
	float: right;
}

h3
{
	height: inherit;
	float: left;
	margin: 0;
}

body
{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: black;
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #076271;
}

@media (max-width: 600px)
{
    body
	{
		width:100%;
		height: 100%;
		min-height: 100vh;		
		background-color: black;
		background-image: url("../images/bg_m.jpg");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		color: #076271;
		/*
				margin: 0;
		*/		
	}
	
	.wrapper
	{
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		padding: 10px;	
	}	
	
	body label
	{
		font-size:2rem;
	}
}
