﻿
body.login {
	background-color: #18191A;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

table {
	margin-left: auto;
	margin-right: auto;
}

div.login {
	background-color: #000000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #BCBCC2;
	min-height: 300px;
	width: 475px;
	margin: auto;
	position: relative;
	/*top: 0;*/
	/*bottom: 0;*/
	left: 0;
	right: 0;
}

div.loginLogoSpacerRow {
	height: 40px;
}

div.loginSpacerRow {
	height: 20px;
}

div.logoRow,
div.buttonRow {
	text-align: center;
}

img.logo {
	border-style: none;
	height: 50px;
	width: 180px;
}

div.logo {
	background: transparent url("Images/Sprites/MosaicLogo.png") 0px 0px no-repeat;
	margin: 0px auto;
	height: 70px;
	width: 200px;
}

div.separatorLine {
	background-color: #212529;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

div.userInput {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

td {
	padding: 5px;
}

.inputTextBox {
	border: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 30px;
	vertical-align: top;
	width: 195px;
}

.button {
	border-radius: 4px;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	height: 27px;
	line-height: 25px;
	text-decoration: none;
	cursor: pointer;
}

.button.blue {
	background-color: #0b98e0;
}

.button.green {
	background-color: #258902;
}

input.error {
	border: 1px solid red;
}

label.error {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: Red;
	font-size: small;
}

p {
	font-size: small;
	margin: 10px 30px;
	text-align: center;
}

p + p {
	margin-top: 0px;
}

p.error {
	color: Red;
}

p.large {
	font-size: large;
}


.validation-summary-errors li {
    padding-bottom: 15px;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 0px solid #67CFF5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 200px;
    height: 60px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}