@font-face {
    font-family: 'opensans';
    src: url('opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('opensans-regular.woff') format('woff'),
		 url('opensans-regular.ttf') format('truetype'),
		 url('opensans-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'opensanssemibold';
    src: url('opensans-semibold.eot?#iefix') format('embedded-opentype'),
		 url('opensans-semibold.woff') format('woff'),
		 url('opensans-semibold.ttf') format('truetype'),
		 url('opensans-semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Material Design Iconic Font';
	src: url("Material-Design-Iconic-Font.eot?v=1.0.1");
	src: url("Material-Design-Iconic-Font.eot?#iefix&v=1.0.1") format("embedded-opentype"),
	url("Material-Design-Iconic-Font.woff?v=1.0.1") format("woff"),
	url("Material-Design-Iconic-Font.ttf?v=1.0.1") format("truetype"),
	url("Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* Download opensans fonts from: http://www.lemkevision.com/fileadmin/fonts/webfonts/open-sans/ */

* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}


body {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	font-family: opensans, Verdana, Geneva, sans-serif;
}

#pagewrap {
	margin: 0;
	width: 100%;
}

.container .tl, .container .bl {
	display:none;
}

.container .m {
	border: none;
	padding: 0;
}

.container {
	background: none repeat scroll 0 0 #fff;
	border: 0;
	box-sizing: border-box;
	margin: 0 auto 0;
	padding: 40px 15px 0;
	/*text-align: left;*/
	width: 370px;
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.container-header {
	background: url("tacton-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: top center;
	height: 190px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.content {
	width: 100%;
}


.version {
	bottom: 0;
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	margin: 3px 0 12px;
	padding: 0;
	position: absolute;
	text-align: center;
	white-space: pre;
	width: 100%;
}

.version::before {
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

input.wide {
	background-position: 10px 11px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 13px;
	font-family: opensanssemibold;
	/*box-sizing: border-box;*/
	padding: 10px;
	padding-left: 36px;
	width: 100%;
	line-height: 18px;
	display: block;
	margin: 0 auto 5px;

	-webkit-appearance: none;
	/* -webkit-box-sizing: content-box; */
 }

 .wide:focus {
	 border-color: #3e73de;
 }

#j_password {
	margin-top: 5px;
	margin-bottom: 10px;
}

#j_submit {
	background-color: #3e73de;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
	font-family: opensanssemibold;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    margin: 15px auto;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
	-webkit-appearance: none; /*For ipad - should make the button not look like a default button*/
}

#j_submit:hover {
	background-color: #4785ff;
}

#j_submit:active {
	background-color: #3059ab;
}

/*The checkbox */
#_spring_security_remember_me {
	margin-left: 30px;
	margin-top: 18px;
	margin-right: 5px;
    vertical-align: top;
}

label[for="_spring_security_remember_me"] {
	display: inline-block;
	margin-top: 10px;
	width: 165px;
}

input[type=button] {
	font-weight: bold;
	padding: 2px 15px;
}

/* Removes the headings for the fields */

#input-table tr:nth-child(1) td:nth-child(1), #input-table tr:nth-child(2) td:nth-child(1) {
	display: none;
}
/*#input-table tr:nth-child(2) td:nth-child(2),#input-table tr:nth-child(1) td:nth-child(2){
	border: 1px solid #ccc;
	border-radius: 3px;
}*/
/*#input-table tr:nth-child(2) td:nth-child(2):focus,#input-table tr:nth-child(1) td:nth-child(2):focus {
    border-color: #3e73de;
}*/
#input-table tr:nth-child(1) td:nth-child(2),#input-table tr:nth-child(2) td:nth-child(2){
    position: relative;
}
#input-table tr:nth-child(1) td:nth-child(2):before,#input-table tr:nth-child(2) td:nth-child(2):before{
	font-family: "Material Design Iconic Font";
	font-size: 24px;
    vertical-align: middle;
    position: absolute;
    left: 12px;
    top: 14px;
}
#input-table tr:nth-child(2) td:nth-child(2):before{
    font-size: 18px;
    top: 18px;
}

#input-table tr:nth-child(1) td:nth-child(2):before{
	content: '\f207';
}
#input-table tr:nth-child(2) td:nth-child(2):before{
	content: '\f191';
}






/* The color of the placeholder in the fields - http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */

/* Crappy Overrides */

table {
	width: 100% !important;
}

td {
    font-family: opensans, Verdana, Geneva, sans-serif;
    font-size: inherit;
	padding: 0;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}







