﻿/*		SureSearch Login stylesheet	Author: cFront Software Ltd.	Created: August 2014.		Colours:		blue:#127088;	green:#0fb24d;*/body {	background-color:#000000;	background-repeat:no-repeat;}.login_header {	width: 20%;	width: 280px;	background-image: url(/images/suresearch-admin.png);	background-repeat: no-repeat;	background-size: 277px 37px;	text-transform: Capitalize;	text-indent: -9999px;	min-height: 40px;	padding: 0;	margin: 40px auto 20px auto;}.login_footer {	display:block;	width:460px;	margin:20px auto;	color:#127088;	font-size:0.875em;	text-align:center;}.login {	background:#000000;	width:460px;	margin:20px auto;	padding:20px;}.login img {	width:100%;	display:block;}.login_form {	margin-top:40px;}.login_field {	margin:10px 0;}.password_reset_popup {	width: 420px;	display: none;	color:#808084;}#Password {	float:left;}#forgotPassword {	font-weight: 400;	margin: 18px 0 0 15px;	float:right;	color: #898989;}.rememberme {	float:left;	color:#898989;}.password input.fp_username {	margin-bottom:10px;	float:left;}.fp_reset {	background: #444444;	color: #FFFFFF;	border-radius: 2px;	padding: 10px 5%;	font-size: 24px;	margin: 10px 0;	width: 50%;	border:none;}.fp_reset:hover {	background: #208D92;	transition: background ease 1s;	cursor: pointer;}#forgotPasswordCancel {	font-size: 0.825em;	font-weight: 600;	margin: 0 0 0 15px;	color: #898989;}#forgotPasswordCancel:hover {	color:#ff0024;}.validation-summary-errors {	background:#c70750;	padding:10px;	color:#FFFFFF;	border-radius: 3px;	display: inline-block;}input {	background:#FFFFFF;	border-radius:2px;	border:1px solid #DDDDDD;	color:#666666;	padding:10px 5% !important;	font-size:24px;	margin:10px 0;	clear:both;	width:90%;}input[type="submit"] {	border:none;	width: 100%;}input[type="checkbox"] {	position:relative;	width:auto;	top: 2px;	left: 2px;}#header .login {	border:0;	position:absolute;	right:11px;	top:44px;	background:#EDEDED;	z-index:100;	box-shadow: -3px 3px 4px 0px rgba(0,0,0,0.25);	width:280px;	display:none;}#header .login input {	background:#FFFFFF;	border-radius:2px;	border:1px solid #DDDDDD;	color:#666666;	padding:5px 5%;	font-size:16px;	margin:10px 0;	clear:both;	width:90%;}#header .login input[type="submit"] {	background:#127088;	color:#FFFFFF;	border:none;	width: 100%;}#header .login input[type="submit"]:hover {	background:#0fb24d;	transition:background ease 1s;	cursor:pointer;}#header .login input[type="checkbox"] {	position:relative;	width:auto;	top: 2px;	left: 2px;}#header .login .password_reset_popup {	width: 280px;	display: none;	color:#808084;}#header .login .rememberme {	font-size:12px;}#header .login #forgotPassword {	font-size:12px;	margin: 21px 0 0 15px;}