html {
    height: 100%;
    overflow: hidden;  
}

body {
    background: url(/img/woodwall_blue.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

header {
	position: absolute;
	top: 0;
	margin: 0 auto;
	line-height: 30px;
	width: 100%;	
	border-bottom: 1px solid #5d9cec;
	border-bottom-left-radius: 25cm;
	text-align: center;
	color: #5d9cec;
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana;
}

footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	line-height: 50px;
	width: 100%;	
	text-align: center;
	color: #5d9cec;
	font-size: 10pt;
	font-family: Verdana;
}

.Hypertext {
	display: inline-block;
	border-radius: 20px;
	height: 30px;
	width: 350px;
	margin-bottom: 2px;
	cursor: default;
}

.form-head {
	padding-top: 10px;
	padding-left: 10px;
    color: #5d9cec;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana;
    margin: 0;
	#line-height: 50px;
    text-align: left;
#border: grey 1px solid;
}

.error-message {
	position: absolute;
	z-index: 1;
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;

	left: 47px;
	bottom: 31px;

}




.demo-table {
	background: #ffffff;
	position: absolute;
	right: 8%;
	bottom: 16%;
    table-layout: auto;
	min-height: 200px;
    color: #333;
    border-radius: 8px;
    padding: 15px;
    width: 16%;
    min-width: 250px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	box-shadow: 0 6px 12px 0 rgba(93, 156, 236, 0.5), 0 6px 12px 0 rgba(93, 156, 236, 0.25);

}

.demo-table .label {
    color: #888888;

}


.table-box {
	margin-top: 10px;
	padding: 10px;
	
}

.username-box, .password-box {
    padding: 15px 5px 5px 5px;
	font-size: 11pt;
	line-height: 0px;
	    width: 80%;

}
.username-box {
	position: absolute;
	z-index: 10;
}

.password-box {
	position: absolute;
	z-index: 20;
}


.field-column {
    padding: 15px 5px;
#border: red 1px solid;
	font-size: 11pt;
#padding-left: 8px;
#padding-right: 8px;
}

.demo-table  {
    padding: 25px 5px;
#border: blue 1px solid;
	font-size: 11pt;

}



.demo-input-box {
    padding: 5px;
    border: #ffffff 1px solid;
	border-bottom: #5d9cec 2px solid;
    width: 96%;
	margin: 20px auto;
	line-height: 2.4em;
	margin-bottom: 35px;
#border: yellow 1px solid;
    font-size: 1em;
}

.btnLogin {
	position: absolute;
	bottom: -55px;
	left: 30px;
    background-color: #5d9cec;
    color: #f5f7fa;
    cursor: pointer;
    border: #5791da 1px solid;
    font-size: 1.8em;
	width: 56px;
	height:56px;
	border-radius: 28px;
}

.response-text {
    max-width: 380px;
    font-size: 1.5em;
    text-align: center;
    background: #fff3de;
    padding: 42px;
    border-radius: 3px;
    border: #f5e9d4 1px solid;
    font-family: arial;
    line-height: 34px;
    margin: 15px auto;
}

.terms {
    margin-bottom: 5px;
}

.dashboard {
    background: #d2edd5;
		position: absolute;
		top: 150px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
    color: #333;
    border-radius: 4px;
    padding: 30px;
    max-width: 400px;
    border: #c8e0cb 1px solid;
}
.error-info {
    color: #FF0000;
    margin-left: 10px;

}
a.logout-button {
    color: #09f;
}