﻿/************************
        Columns
************************/
#login-content {
	width: 100%;
	height: 240px;
}
.login .column1, .login .column2 {
	width: 33%;
	float: left;
}

.login .column3 {
	width: 34%;
	float: right;
}

/************************
		Controls
************************/
.login .small
{ 			
	margin:6px 6px 6px 6px;
	border:1px solid #8e236b;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	
}

.ie.v8 .login .small
{
	background:white;
	position:relative;	
	behavior:url(/App_Themes/PIE/PIE.htc);		
}

.login .small:hover
{		
	box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);
	-mox-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);	
}

.ie.v8 .login .small:hover
{
	box-shadow:1px 1px 5px 2px #CCC;
}

.login .small
{
	width: 302px;
	height: 100%	
}

.login .row
{
	clear:both;
}

.login .container 
{
	height: auto;
    margin: 0 10px;
    overflow: hidden;
}

.login .static {
	height: 83%;
}

.login h1
{
	background-image:none;
	font-size:1.0em;
	margin: 0;
}

.login .header
{		
	background-color:#8e236b;	
	margin:0 0 10px 0;	
}

.login .panel-tooltip
{
	height:16px;
	width:16px;
	padding:6px;
}

.ie.v7 .login .panel-tooltip
{
	position:relative;
	z-index:1;
}

.login .tooltip:hover span
{				
	width:230px;
	margin-left:-270px;
}

.login .helpbubble
{
	text-decoration:none;	
}

.login .columnleft,
.login .columnright
{
	float:left;
}

.login .container > .columnleft
{
	width:66px;	
}

.login .icon {
    background-color: #8E236B;
    color: #FFFFFF;
    height: 56px;
    margin: 0 10px 0 0;
    width: 56px;
}

.login .container > .columnright
{
    display: block;	
	float:right;
	width:212px;	
}

.login .container > .columnright td {
	padding: 0px; /*fix for _default.css table style*/
}

.login .inputgroup {
	padding: 0 0 18px 0;
	color: #8e236b;
}

.ie.v7 .login .inputgroup,
.ie.v8 .login .inputgroup {
	padding: 0 0 14px 0;
}

.login .inputgroup input[type=checkbox] {
	margin: 3px 3px 0 0;
	float: left;
}

.ie.v9 .login input[type=password],
.ie.v10 .login input[type=password],
.ie.v11 .login input[type=password] {
    padding-top: 6px;
    padding-bottom: 8px;
}

.login input[type=text], .login input[type=password] {
    outline: none;
    border: solid 1px #7d7d7d;
    padding: 7px;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width: 193px;
	color: #5E5E5E;
}

/*ie10 and ie11 need to be included in this 'classic' placeholder styling section
  so that when ie10/11 is running in ie7/8/9 compatibility mode the placeholder style works*/
.ie.v7 #login-content .placeholder,
.ie.v8 #login-content .placeholder,
.ie.v9 #login-content .placeholder {
	color: #aaa;
}

/*ie10 and ie11 need bespoke placeholder styles - thanks ie!*/
.ie #login-content input:-ms-input-placeholder {
	color: #aaa;
}

.login input[type=text]:focus, .login input[type=password]:focus {
    border: solid 1px #696969;
}

.login .inputgrouptext {
	padding: 3px 0 0 0;
	vertical-align: baseline;
}

.ie.v7 .login .inputgrouptext,
.ie.v8 .login .inputgrouptext,
.ie.v9 .login .inputgrouptext {
	padding: 0;
}

.login .inputgrouptext > #divRememberMeText {
	padding: 1px 0 0 0;
}

.ie.v7 .login .inputgrouptext > #divRememberMeText,
.ie.v8 .login .inputgrouptext > #divRememberMeText,
.ie.v9 .login .inputgrouptext > #divRememberMeText,
.ie.v10 .login .inputgrouptext > #divRememberMeText {
	padding: 4px 0 0 0;
}

.ie.v7 .login .inputgrouptext > #divForgottenPasswordText {
	padding: 4px 0 0 0;
}

.ie.v8 .login .inputgrouptext > #divForgottenPasswordText {
	padding: 3px 0 0 0;
}

.login .inputgrouptext a {
	color: #8e236b;
}

.login .inputgrouptext a:hover,
.login #RememberMeLabel:hover {
	color: #005ECF;
	text-decoration: none;
	cursor: pointer;
}

.login .container .link {
	text-align: center;
}

.login .container .link a,
.login .container .link .inputButton
{	
	background-color:#8e236b;
	border:1px solid #8e236b;
	display:block;
	width:80px;
	color:#fff;
	cursor:pointer;	
	text-align:center;
	margin: 0 6px;
	padding: 4px 0;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float: right;
}

.ie.v8 .login .container .link a,
.ie.v8 .login .container .link .inputButton
{
	position:relative;
	behavior:url(/App_Themes/PIE/PIE.htc);
}

.login .container .link a:hover
{
	background-color:#a63481;
	text-decoration:none;
}

.login .container {
	position: relative;
}

.login .link {
	bottom: 0px;
	right: 0px;
	position: absolute;
	padding: 0 0 13px 0;
}

.login #divRegister {
	background: white url(/App_Themes/Images/register-windmill-100.png) no-repeat 50px 110px;
}