body {
	width:100%;
	height:100%;
	background-color:#e1e1e1;
	padding:0;
	margin:0;
	background-image: url('../images/bg.png');
	background-size: cover;
}


#header {
	width: 100%;
	height: auto;
	background-size: 80% auto !important;
	background:#f0df4b url('../images/bg_lms.png') no-repeat ;
	background-position: left 260px top 0px;
	}

#header img {
	max-width: 100%;
	height: 80% auto !important;
	}
 
img {
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left:15px;
	 
}

#panel {
	width:400px;
	background-color:#fff;
	display: block;
	margin:50px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	-moz-box-shadow:    0px 0px 3px 0px #999;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	box-shadow:         0px 0px 3px 0px #999;
	}

#panel .content {
  	padding:30px 0px 30px 0px;
  	text-align:center;
	}

#panel .content p {
  	font-size:.75em;
  	margin:0;
  	padding:0;
  	line-height:500%;
	}

#panel .content .help {
	display:block;
	padding:10px 0 0 0;
	font-size:.9em;
	}

#panel .content small {
	font-size:.75em;
	display:block;
	line-height:80%;
	}

#panel .content p a {
	color:#6bbfc4;
	font-weight:bold;
	text-decoration:none;
	}

#panel .content p a:hover{
	text-decoration:underline;
	}





a:hover {
	color:#000;
	}


h1 a, h2 a {
  display:none;
	}

h3 {
	font-size:1.2em;
	margin:20px 0 0 0;
	color:#da3739;
	}

h4 {
	font-size:.75em;
	font-weight:normal;
	line-height:140%;
	margin:0 0 0 0;
	}

h4 a {
	font-size:1em;
	font-weight:normal;
	line-height:140%;
	margin:0 0 0 0;
	text-decoration:none;
	color:#da3739;
	}

.button,
.button2 {
	margin:40px 0 16px 0;
	text-decoration:none;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
	font-weight:bold;
	text-align:center;
	}

.button a {
	padding:10px 17px 12px 17px;
	background-color: #da3739;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
 	-moz-box-shadow:    0px 0px 5px 0px #999;
  	-webkit-box-shadow: 0px 0px 5px 0px #999;
  	box-shadow:         0px 0px 5px 0px #999;
	}
	
.button2 a {
	padding:12px 10px 14px 10px;
	background-color: #da3739;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
 	-moz-box-shadow:    0px 0px 5px 0px #999;
  	-webkit-box-shadow: 0px 0px 5px 0px #999;
  	box-shadow:         0px 0px 5px 0px #999;
	}

.button a:hover, 
.button a:active,
.button2 a:hover,
.button2 a:active {
	background-color: #efefef;
	color: #da3739;
	background-image: -o-linear-gradient(90deg , rgb(243,243,243) 0%, rgb(243,243,243) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(243,243,243) 0%, rgb(243,243,243) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(243,243,243) 0%, rgb(243,243,243) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(243,243,243) 0%, rgb(243,243,243) 100%);
	background-image: linear-gradient(90deg , rgb(243,243,243) 0%, rgb(243,243,243) 100%);
	}

.button .showboat {
	color:#fff;
	background-color: #d0d0d0;
	padding:3px 22px 7px 22px;
	 -moz-box-shadow:    0px 0px 2px 0px #999;
  	-webkit-box-shadow: 0px 0px 2px 0px #999;
  	box-shadow:         0px 0px 2px 0px #999;
	}

.button .showboat2 {
	color:#fff;
	background-color: #6bbfc4;
	padding:10px 163px 15px 165px;
	}
	
#loginform {
	display:none;
	padding:40px 0 50px 0;
	height:220px;
	text-align:center;
	}

label, #login {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.8em;
	font-weight:bold;
	line-height:100%;
	}

#username, #password {
	width:265px;
	height:30px;
	margin:5px 0 10px 0;
	border:1px solid #d9d9d9;
	border-top:1px solid #c0c0c0;
	background:#fff;
	font-size:.85em;
	padding:0 0 0 5px;
	}

#login {
	background-color:#da3739;
	width:60px;
	height:30px;
	color:#fff;
	margin:10px 0 20px 0;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: rgba(100,100,100,0.5) 0px 1px 0px;
	}

#login2 {
	background-color:#da3739;
	width:60px;
	height:30px;
	color:#fff;
	margin:10px 0 20px 0;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: rgba(100,100,100,0.5) 0px 1px 0px;
	}

#login3 {
	background-color:#da3739;
	width:60px;
	height:30px;
	color:#fff;
	margin:0px 0 20px 0;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: rgba(100,100,100,0.5) 0px 1px 0px;
	}

#login:hover {
	background-color:#6bbfc4;
	}

.buttonsmall {
	font-size:.75em;
	font-weight:bold;
	}

.buttonblue{
	font-size:1em;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	background-color: #6bbfc4;
	text-decoration:none;
	text-align:center;
	color:#fff;
	}

.buttonblue:hover {
	background-color:#8e7a9a;
	text-decoration:none;
	}