﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #e6e6e6;
	font-family: 'SegoeUI' ,arial,sans-serif;
	font-size: 14px;
}

.hidden { display: none; }

#lblMessage
{
	display: block;
	min-height: 25px;
	vertical-align: middle;
	padding: 10px 5px 0px 34px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: red;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#container
{
	min-height: 100%;
	position: relative;
}
#body
{
	padding: 10px 0 34px 0;
}

#header {
	padding-bottom: 9px;
}
div#divLogo
{
	text-align: center;
}

div[id$='divCustomMessage']
{
	text-align: center;
	margin: 7px 10px;
	color: #666666;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 14px; /* Height of the footer */
	border-top: #d9d9d9 solid 1px;
	padding: 10px 0;
	font-size: 12px;
	color: #575757;
	background: #fcfdfd;
}
.footer-left
{
	float: left;
	text-align: left;
	margin-left: 15px;
}
.footer-right
{
	float: right;
	text-align: right;
	margin-right: 15px;
}

.form-container
{
	background: #eef2f7;
	margin: 120px auto 80px auto;
	width: 300px;
	padding: 20px 23px 15px 23px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin-top: 150px;
	border: solid 7px #ffffff;
}

.form-container img
{
	margin-bottom: 10px;
}

.radiolist
{
	position: relative;
	top: 7px;
	left: -10px;
	font-size: 10px;
	color: #666666;
}

.radiolist label
{
	position: relative;
	display: inline;
	margin-right: 5px;
	color: #000000; /* Color is black */
	font-size: 14px;
}

input[type="text"], input[type="password"]
{
	clear: both;
	display: block;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #7c9ab7;
	background-color: #ffffff;
	font-size: 14px;
	margin-bottom: 16px;
	margin-top: 4px;
	padding: 6px;
	width: 288px;
}

.multi-text
{
	clear: both;
	display: block;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #7c9ab7;
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'SegoeUI' ,arial,sans-serif;
	margin-bottom: 16px;
	margin-top: 8px;
	padding: 6px;
	width: 288px;
	resize: none;
}

.error
{
	border: red 1px solid !important;
	width: 286px !important;
	color: red;
}

select
{
	clear: both;
	display: block;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #7c9ab7;
	background-color: #ffffff;
	font-size: 14px;
	margin-bottom: 16px;
	margin-top: 4px;
	padding: 6px;
	width: 300px;
}

button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}
.submit
{
	background: #2d8acd;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	padding: 5px 15px 5px 15px;
	clear: both;
	margin: 0 0 11px 0;
	display: block;
	border-bottom: solid 2px #016e9b;
}
.submit:hover
{
	background: #247dbe;
}

.label
{
	color: #B75906;
	font-weight: 600;
	margin: 0 0 7px 0;
	font-size: 14px;
}
.info-label
{
	padding-bottom: 10px;
	font-size: 12px;
}

.forgot-link
{
	font-size: 12px;
	font-style: italic;
	clear: both;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	color: #016E9B;
}

.forgot-link:hover
{
	text-decoration: underline;
}


.method-container
{
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 13px;
	padding: 15px 0 20px 0;
	clear: both;
}
.method-container span
{
	margin-left: 10px;
}
.authentication label
{
	font-size: 16px;
	line-height: 16px;
	margin-right: 20px;
}

.forgot-password
{
	color: #666666;
	line-height: 18px;
}
#chkBox
{
	margin-bottom: 12px;
	font-size: 12px;
	clear: both;
	float: left;
}

#chkBox label, #chkBox input
{
	float: left;
	line-height: 20px;
	margin: 1px 5px 0px 5px;
}


@media screen and (max-width: 850px)
{
	#footer
	{
		height: 40px;
		padding-top: 15px;
	}
	#footer div
	{
		clear: both;
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}

	.footer-right
	{
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px)
{

	.method-container
	{
		padding-left: 5%;
	}

	.method-container input[type="radio"]
	{
		width: 5px;
		margin-left: 0;
	}

	.authentication
	{
		margin-left: 0 !important;
	}

	#footer
	{
		padding-top: 15px;
		float: left;
		display: block;
		position: relative;
		clear: both;
		height: auto;
		width: 100;
		overflow: hidden;
	}

	.seperator
	{
		visibility: hidden;
		clear: both;
		height: 10px;
		display: block;
	}

	#footer div
	{
		clear: both;
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.footer-right
	{
		margin-top: 10px;
	}

	#body
	{
		clear: both;
	}

	.form-container
	{
		margin-top: 20px;
		width: 90%;
		padding: 15px 0;
	}

	.form-container form
	{
		margin-left: 5%;
		width: 90% margin-right:5%;
	}

	.form-container form input, .form-container form select
	{
		width: 90%;
	}

	.form-container form input[type="checkbox"]
	{
		width: 10px;
	}

	.form-container img
	{
		margin-left: 10%;
		width: 80%;
		margin-right: 10%;
		max-width: 288px;
	}
}
