
/*<meta />*/

/* Imported from site.master */

#main
{
	padding: 20px;
	width: 600px;
	height: 340px;
	/*position:  relative;
	         top:       100px;*/
	/*bottom:    0;
	         left:      0;
	         right:     0;*/
	margin: auto;
	padding-bottom: 0;
	/*border:1px lightgray solid;*/
}

td
{
	padding: 5px;
}

input[type=text],
input[type=password]
{
    height: 2.5em;
    border-left: solid 1px #818285;
    border-right: solid 1px #818285;
    border-top: solid 1px #818285;
    border-bottom: solid 1px #818285;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #5F5F5F;
    font-size: 1em;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #ffffff;
    width: 100%;
}

input[type=submit]
{
	background-color: #3bbfad;
	padding: 10px;
	border-radius: 4px;
	border: 0;
	color: white;
	font-weight: 400;
	font-size: 1em;
	 width: 500px;
	margin-right: 10px;
}

input#ContentPlaceHolder1_Login1_RememberMe
{
    margin-right: 10px;
}

/* Login table styles */

table#ContentPlaceHolder1_Login1
{
  
}

table#ContentPlaceHolder1_Login1 p
{
   font-size: 1.6em;
   color: #3bbfad;
   margin: 0px;
   padding-bottom: 10px;
}

/* Homepage.css styles */

.nav-header
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.banner-container
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

H1.HomeHeading
{
	background-color: transparent;
	font-size: 3.5em;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #808285;
	padding-left: 0px;
}

.section
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	/*top: -360px;*/
}

div#homebackground
{
	width: 100%;
	background-image: url('../KBBG_Top.png');
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	height: 600px;
}

div#bottombackground
{
	background-image: url('../KBBG_Bottom.png');
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: -15px;
	z-index: -1;
}

.homepageFooterContainer
{
	background-color: #3bbfad;
	margin: 0 auto;
	width: 100%;
	position: relative;
	/*top: 400px;*/
}

