
/* Edit styles here to customize per site - they all use one main color, in this case it's #00adee blue */
.button {
	background-color: #003366; /* Button background color */
	color: #fff; /* Button text color */
}
.register, .forgot, .message a {
	color: #003366; /* Link color for "Register" and "Lost Password" and any new <a> links */
	border-bottom: 1px solid #fff; /* The underline color for the above links (make it the same as above) */
}
input[type="text"], input[type="password"] {
	border: 1px solid #003366; /* 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;
}

.container {
	width: 288px;
	margin: 100px auto 0;
	position: relative;
}

.logo {
	margin-bottom: 20px;
}

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

input[type="text"], input[type="password"] {
	margin-bottom: 10px;
	padding: 6px;
	width: 275px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
}

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

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

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

.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;
}
.message a {
	font-size: 14px;
}

.symphony-logo {
	text-align: center;
}
.symphony-logo p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
