﻿.masthead {
    z-index: 2;
    position: relative;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}
.login-bg {
    background: #73b6c4;
}
.login_section {
	margin: 60px auto;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.member_login {
	padding: 12px 20px;
}
.member_login .title {
	margin: 0px auto 5px;
	text-align: center;
	position: relative;
}
.member_login .title .line {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: #2c659e;
}
.member_login .title .member {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 5px 12px;
	background: #2c659e;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.form_div {
}
.form_div label {
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.form_div input[type="text"], input[type="password"] {
	width: 100%;
	color: #000;
	display: block;
	padding: 6px;
	margin: 5px 0px 15px 0px;
	border: 1px solid #e9e8e8;
}
.checkbox {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: inline-block;
}
.checkbox label {
    padding-left:0px;
    display:inline-block;
}
.checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0px;
	margin-right: 5px;
}
.forgot_password {
	float:right;
	display: inline-block;
}
.form_div input[type="submit"] {
	color: #fff;
	padding: 2px 15px 5px;
	border: 0px;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2c659e;
	font-family: 'Source Sans Pro', sans-serif;
}
.form_div input[type="submit"]:hover {
	background: #1d3d63;
}
.login-info {
	color: #fff;
	height:325px;
	line-height: 25px;
	background: #496fbc;
	padding: 25px 15px;
}
.login-info ul {
	padding: 0px;
	margin: 0px 12px;
}
.login-info ul li {
	line-height: 25px;
	list-style-type: circle;
}
.error-msg {
    color:red;
    padding-bottom:10px;
}
.go-back {
    display:block;
    margin-top:20px;
}
.go-back a {
    color:#fff;
    text-decoration:underline;
}
.go-back a:hover {
    color:#fff;
    text-decoration:none;
}
.footer {
	color: #666666;
	font-size: 14px;
	padding: 15px 0px;
	background: #eeeeee;
	border-top: 1px solid #ddd;
}
.footer .footer-links {
	text-align: right;
}
.footer a {
	color: #666666;
}