 /*

	Superyahctnetwork agent - Login 
	
	Anna Hough - 30-06-2011


*/


body { background-color:#eeeeee;}

h1 { color: #333; font-size: 18px; font-weight: 700; width: 100%; padding: 4px 0 9px 0; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;}
h2 {font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;}
/*h2 { width:242px; margin-left:auto !important; margin-right:auto !important; text-align:left; font-size:20px; margin-top:9px;}*/
/*p { width:242px; margin:0 auto 15px auto; text-align:left; font-size:14px; }*/

#loginContainer { width:564px; margin-left:auto; margin-right:auto; padding:130px 0px 0px 0px;}
.login { background-color:#FFF; padding:10px; float:left; border:1px solid #ccc; border-radius:7px 7px 7px 7px; -moz-border-radius:7px; -moz-box-shadow: 1px 1px 15px #ccc; -webkit-box-shadow: 1px 1px 15px #ccc; box-shadow: 1px 1px 15px #ccc;}
.imageContainer  { float:left; padding:0px 10px 0px 0px; }
.imageContainer img { height:279px; width:279px;}
.none  { border:none;}

.backtoLink {
	float:left; 
	margin:15px 0 0px 0px; padding-left:13px;
	width:100%;
	text-decoration:none; text-align:left;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight:400; font-size:14px;
	background:url(../images/icons/button-icons/colorbox-left.svg) 0 7px no-repeat; background-size: auto 8px;
	display:inline-block;
	height:20px; line-height:20px;
}
.backtoLink:hover { color:#039be5;}

.loginForm { float:left; width:252px;}
fieldset { display:block; border:none; padding:0 0px 0px 6px; width:242px; margin:0px; }
.inputRow { padding:0px 0px 10px 0px; width:242px;}
.inputField label {
	width:242px; height:31px; line-height:31px; 
	margin:0px 0px 0px 0px; 
	font-size:14px; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight:400;
}
.inputField .rememberLable { width:160px;}
.inputRow label.none { display:none}
input[type="text"], input[type="password"] {
	border:1px solid #ccc; border-radius:3px;
	background-color:#FFF; 
	float:left; 
	width:239px; 
	padding:0 8px; 
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; color:#666; font-size:14px; font-weight:400;
	box-sizing: border-box;
	max-width: 100%;
	height:31px;
}

.spacer { height: 0px; }

input[type="checkbox"] {
	width:0px; height:0px;
	visibility:hidden;
	margin-top:0;
	float:left;
}
input[type="checkbox"] + label{
	background:url(/resources/images/forms/checkbox.svg) 0 50% no-repeat;
	padding:1px 0 1px 30px;
	/*margin:0 0 0 -20px;*/
	height:31px; line-height:31px;
	color:#6f6f6f; font-size:14px;
	display: inline-block;
}
input[type="checkbox"]:checked + label {
	background-image:url(/resources/images/forms/checkbox-tick.svg);
}

.loginForm .inputRow #login { cursor:pointer;}
.loginForm .inputRow .checkbox { margin:10px 2px 0 0;}
.loginForm .inputRow.forgotten {padding:10px 0 0 0;}
.loginForm .forgotten a { text-decoration:none; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:14px; }
.loginForm .forgotten a:hover { text-decoration:underline; color:#039be5;}

.loginForm.loginFormShort { padding:9px 0 0 0;}

.loginFooter { float:left;}
.loginFooter .notice { float:left; width:561px; color:#999; padding:10px 0px 0px 2px;}
.loginFooter .notice p { font-family:Arial, Helvetica, sans-serif; font-size:8px; margin:0px 0px 5px 0px; width:561px}

.resetForm { width:100%; height:240px; padding:5px 10px 0px 10px; }
.resetForm h1 { font-size:20px; text-transform:uppercase; float:left; width:500px; padding:11px 0px 16px 0px; color:#666666; font-family:Tahoma, Geneva, sans-serif;}
.resetForm h2 { font-size:14px;  padding:0px 0px 10px 0px; color:#666; font-family:Tahoma, Geneva, sans-serif;  font-weight:bold; }
.resetForm p { margin:0px 0px 10px 0px;}

.resetInner { float:left;}

.loginButton {
	display:inline-block;
	height:32px; line-height:32px;
	font-size:12px; font-weight:600; color:#fff; text-decoration:none;
	border-radius:5px;
	padding:0 20px;
	background:#666;
	float:left;
	cursor:pointer;
}

 .loginButton:hover { background-color:#039be5;}


#updatePassword { margin-top:10px;}

#resetForm fieldset .imageContainer { display:none;}
#resetForm fieldset h1 { width:100%;}


/*.forgottenPassword p { display:inline-block; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:12px; line-height:1.25em;}*/
/*.forgottenPassword .loginForm  { padding:2px 0 0 1px;}*/

#bg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/resources/images/login-screen-bg.jpeg");
height: 100%;
}

@media only screen and (max-width: 641px) {
	body,
	#bg { background:#fff;}
	body  #supersized { display:none;}
	#loginContainer { width:100%; padding:20px 0 0 0; }
	#loginContainer .login { border:none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; box-sizing:border-box; width:100%;}
	#loginContainer .imageContainer { width:100%; padding:0 0 10px 0; text-align:center;}
	#loginContainer .imageContainer img { height:100px; width:100px;}
	.loginForm  { width:100%; text-align:center;}
	.loginForm fieldset { margin-left:auto; margin-right:auto; float:none; padding:0;}
	.loginForm .inputRow { padding-bottom:15px;}
	.loginForm .inputField label, .loginForm .errorMessage { text-align:left; font-size:14px;  }
	.loginForm input[type="input"], #loginContainer input[type="password"] { font-size:14px; padding:7px;}
	.loginForm .inputRow .checkbox { margin:10px 2px 0 0;}
	
	.loginForm .inputRow.forgotten {padding:10px 0;}
	.loginForm .forgotten { text-align:left;}
	.loginFooter { width:100%; text-align:center; padding:0 10px; box-sizing:border-box; float:left;}
	.loginFooter .notice { width:242px; float:none; margin:0 auto; padding:0; text-align:left; display:block; box-sizing:border-box;}
	.loginButton {
		display:inline-block;
		height:32px; line-height:32px;
		font-size:12px; font-weight:600; color:#fff; text-decoration:none;
		border-radius:5px;
		padding:0 20px;
		background:#666;
		
	}
	#resetPassword { margin-top:15px;}

	.forgottenPassword .inputRow { width:242px; margin-left:auto; margin-right:auto; float:none;}
	
	.forgottenPassword .backtoLink { margin:30px 0 0px 0px; }
	
	.reset-password .loginForm.resetForm { width:100%; box-sizing:border-box; text-align:center; float:left; padding:0;}
	.reset-password h1 { width:100%; text-align:center; font-size:20px; font-weight:700; width:100%; padding:0 0 20px 0; text-transform:none; color:#333; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight:700;}

	.reset-password .resetInner.span20None { width:100%;}
	.reset-password .resetInner.span12None  { width:100%;}
	.reset-password .resetInner.span11None { width:242px; float:none; margin:0 auto;}
	.reset-password .resetInner.span11None h2 { text-align:left; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight:700;}
	.reset-password .resetInner.span11None p { font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:14px; text-align:left;}
	
	.resetInner.reset-form { width:100%;}
	.resetInner.reset-form .inputRow { width:242px; margin:0 auto; float:none;}
	#btnUpdatePassword { float:left; margin-top:20px;}
	#resetForm fieldset { padding:0;}
	#resetForm fieldset .imageContainer  { padding-bottom:26px; display:block;}
}