/* Edit styles here to customize per site - they all use one main color, in this case it's #407ec9 blue */
.button {
	background-color: #407ec9; /* Button background color */
	color: #fff; /* Button text color */
}

.general {
	background-color: none; /* Button background color */
	color: #000; /* Button text color */
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	width: 300px;
	margin: 10px 0;
	padding: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-left: 3px;
	font-weight: normal;
}
.register, .forgot, .message a {
	color: #407ec9; /* Link color for "Register" and "Lost Password" and any new <a> links */
	border-bottom: 1px solid #407ec9; /* The underline color for the above links (make it the same as above) */
}
input[type="text"], input[type="password"], select {
	border: 1px solid #cccccc !important; /* Border color of inputs.  Should be the same as the links and button color */
}

* {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

img {
  border-width: 0;
}

.container {
	width: 300px;
	margin: 50px auto 0;
	position: relative;
}

.logo {
	padding-left: 10px;
	padding-bottom: 30px;
	width: 288px;
	margin: 0 auto;
}

label {
	display: block;
	color: #000;
	margin: -5px 0 5px;
}

input[type="text"], input[type="password"], select{
	margin-bottom: 25px;
	padding: 10px;
	/*margin-left: 5px;*/
	width: 100%;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
}

input:-webkit-autofill {
    background-color: #fff !important;
}
input:focus, select:focus{
    background-position: 0 0;
}

.button {
	display: block;
	text-decoration: none;
	border: none;
	width: 300px;
	margin: 10px 0;
	padding: 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	margin-left: 3px;
}

.otherlinks {
	text-align: center;
	margin-top: 15px;
}

.otherlinks a:hover{
	text-align: center;
	margin-top: 15px;
	text-decoration: none;
}

.register {
	margin-right: 30px;
}

.register, .forgot, .message a {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.message {
	text-align: center;
	color: #666;
	margin: 40px 0;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	font-weight: normal;
	line-height: 150%;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 340px;
}
.message a {
	font-size: 14px;
	text-decoration: 
}

#FooterDiv {
	clear:both;
	width:332px;
	text-align: right;
	font-size: 12px;
	line-height: 75%;
	font-weight: normal;
}

#FooterDiv a {
	text-decoration: none;
}

.thumbprint{
	width: 185px;
}

.formContainer{
	padding: 1em 1em 2em;
	width: 340px;
	margin: 1em auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cccccc;
}


.message2 {
	text-align: center;
	color: #666;
	margin-bottom: 40px;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	font-weight: normal;
	line-height: 150%;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span{
color:red
}

li{
	list-style: none;
}

.button:hover{
	background-color: #454545;
}

.listspace{
	padding-bottom: 5px;
}