﻿html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

::-ms-clear {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.logo {
    background: url(../Content/images/logon/logoWhite.png) no-repeat center 70%;
    height: 100px;
}

.fixedsize {
    width: 910px;
    font: 12px Arial, Helvetica, sans-serif;
    position: static;
    margin: 0 auto;
}

.info {
	text-align: center;
	position: relative;
    padding: 12px 0;
}


.info span {
    font-weight: bold;
}

.info p  {
	padding: 12px;
}

.input-text {
    text-indent: 4px;
    height: 26px;
    line-height: 26px;
	border: 1px solid #C5C5C6;
	border-radius: 2px;
	width: 220px;
	position: relative;
}

.input-wrapper {
    margin: 15px auto 0 auto;
    width: 220px;
    height: 30px;
}

.input-wrapper img {
    position: absolute;
    padding: 1px 0 0 1px;
    z-index: 1;
}

.input-login, .input-passwd {
    text-indent: 40px;
}

.input-code {
    font-size: 32px;
    height: 36px;
    width: 178px;
    line-height: 32px;
    margin-top: 0;
}

.login-form {
	width: 300px;
	height: 144px;
	position: relative;
    margin: 0 auto;
	padding: 10px;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 2px #000;
}

.login-form table {
    border: 0;
    width: 100%;
}

.login-form table td {
    padding-right: 3px;
}

.login-form-bg {
    position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border-radius: 4px;
	z-index: -1;
}

input[type='submit']:hover {
	background: #AE6063;
	border-color: #AE6063;
}

.btn {
	position:absolute;
    bottom: 15px;
	border: 1px solid #CF504B;
	background-color: #CF504B;
	border-radius: 4px;
	padding: 4px 15px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	color: white;
    cursor: pointer;
}

.btn:hover {
	background-color: #9E3D40;
	border: 1px solid #9E3D40;
}

.btn:disabled, .btn:disabled:hover {
    background-color: #C5C5C6;
    cursor: default;
    border-color: #C5C5C6;
}

.btn-left {
    left: 50px;
}

.btn-right {
    right: 50px;
}

.temporary-bg {
    position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
	background-position: center;
	background-repeat: no-repeat;
    background-color: black;
	margin: 0 auto;
	z-index: -1;
	filter: alpha(opacity=0);
    opacity: 0;
}

.input-header {
    padding-left: 58px;
    margin-top: 10px;
    text-align: left;
    float: left;
}

/* ----- Theme switcher ----- */

.theme-switch {
    position: absolute;
	top: 10px;
}

.theme-switch .btn-theme {
    background-position: center;
	background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    display: block;
    float: left;
    box-shadow: 0 0 2px #000;
    outline: 0;
    cursor: pointer;
}

.btn-theme.selected {
    background-color: gray;
}

.btn-bgswitch {
    background-image: url(images/logon/btn-0.png);
    border: none;
    border-radius: 2px 0 0 2px;
}

.btn-texture {
    background-image: url(images/logon/btn-1.png);
    border: 1px solid black;
    border-width: 0 0 0 1px;
}

.btn-dark {
    background-image: url(images/logon/btn-2.png);
    border: 1px solid black;
    border-width: 0 1px;
}

.btn-fourth {
    background-image: url(images/logon/btn-3.png);
    border: none;
    border-radius: 0 2px 2px 0;
}

/* ----- Validation ----- */

.validation-summary-errors {
	float: left;
	position: relative;
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
    margin-top: 2px;
    font-weight: bold;
    color: #ff0000;
    padding-left: 40px;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0; margin: 0;
    line-height: 1;
}

.validation-summary-valid {
    visibility: hidden;
}

.twofactor-error {
    display: block;
    padding-top: 40px;
}

/* ----- Misc ----- */

.italic {
    font-style: italic; 
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.error {
	color: red;
}

.clear {
    clear: both;
}