﻿html
{
	height:100%;
}
body
{
	/*font-family: Segoe UI, Helvetica, Arial, Sans-Serif;*/
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
	height:100%;
	margin: 0 !important;
}
#login
{
	margin: auto;
	width: 600px; 
	height: 450px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding: 0;
	background-color: rgba(255,255,255,0.4);
	position: relative;
	clear: both;
	color: #175C7E;
}
#login label
{
	margin: 3px 5%;
}
.loginField
{
	width: 90%;
	margin: 2px 5%;
}
#container
{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -300px;
}
.backgroundImage
{
	background-color: #ffffff;
	background-image: url("images/bg.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.penLogo
{
	width: 100%;
}
.imgholder
{
	margin: 10px;
}
.loginButton
{
	display: block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 15px;
	font-size: 12pt;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	float: none;
	width: 100px;
	cursor: pointer;
	margin: 10px auto;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
	filter: none; /*background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);*/
	background-image: linear-gradient(#05BCF3, #2fa4e7 60%, #1d9ce5); /*background-image: linear-gradient(#54b4eb, #05BCF3 60%, #1d9ce5);*/
	color: #ffffff;
	background-color: #05BCF3;
	border-color: #05BCF3; /*margin: 10px 10px 10px 0;*/ /*margin:0;*/ /*padding: 5px;*/
	/*font-weight: bold;*/
}
h2
{
	text-align: center;
	margin: 0 10;
}

.loginButton:hover, .loginButton:focus, .loginButton:active, .loginButton.active, .open .dropdown-toggle.loginButton
{
	color: #ffffff; /*background-color: #1990d5;*/
	background-image: linear-gradient(#1d9ce5, #2fa4e7 60%, #05BCF3);
	border-color: #1684c2;
}

.loginButton:active, .loginButton.active, .open .dropdown-toggle.loginButton
{
	background-image: none;
}

.loginButton.disabled, .loginButton[disabled], fieldset[disabled] .loginButton, .loginButton.disabled:hover, .loginButton[disabled]:hover, fieldset[disabled] .loginButton:hover, .loginButton.disabled:focus, .loginButton[disabled]:focus, fieldset[disabled] .loginButton:focus, .loginButton.disabled:active, .loginButton[disabled]:active, fieldset[disabled] .loginButton:active, .loginButton.disabled.active, .loginButton[disabled].active, fieldset[disabled] .loginButton.active
{
	background-color: #2fa4e7;
	border-color: #2fa4e7;
}

.loginButton .badge
{
	color: #2fa4e7;
	background-color: #ffffff;
}

/* Autofill Colour */
input:-webkit-autofill
{
	-webkit-text-fill-color: $textColor;
	-webkit-box-shadow: 0 0 0px 1000px AliceBlue inset !important;
}
input:-moz-autofill
{
	-moz-text-fill-color: $textColor;
	-moz-box-shadow: 0 0 0px 1000px AliceBlue inset !important;
}
input:-o-autofill
{
	-o-text-fill-color: $textColor;
	-o-box-shadow: 0 0 0px 1000px AliceBlue inset !important;
}
input:-khtml-autofill
{
	-khtml-text-fill-color: $textColor;
	-khtml-box-shadow: 0 0 0px 1000px AliceBlue inset !important;
}

/* Login Textboxes */
.form-control
{
	text-align: center;
	vertical-align: middle;
	width: 50%;
	height: 20px;
	padding: 10px 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5%;
	line-height: 1.42857143;
	color: #2c3e50;
	font-size: 12pt;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dce4ec;
	border-radius: 4px; /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

/* Adds a border to an input field when it has focus (like Chrome) */
textarea:focus, input:focus, select:focus
{
	box-shadow: 0px 0px 1px 1px #1BA1E2;
}

.forgottenPassword
{
	cursor: pointer; 
	font-size: 10px; 
	color: #000000;
	float:right;
	padding-right:10px;
}

.forgottenPassword:hover
{
	text-decoration:underline;
}