html {
	overflow: auto !important;
}

body {
	background: rgb(242,242,242) !important;
	font-family: "Segoe UI", Sans-Serif;
	margin: 0;
	padding: 0;
}

table
{
	width: 420px;
	margin: auto;
}

/* Login */
#loginLogo
{
    background-image: url('../Icons/Standard/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
	margin-left:5.5em;
    margin-right:5.5em;
    width: 300px;
	height: 130px;
    padding: 30px 0px 20px 0px;
	position: relative;
}

#loginForm
{
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	width: 471px;
	height: 470px;
	position: relative;
	border-top: 8px solid rgb(100, 100, 100);
	border-bottom: 8px solid rgb(100, 100, 100);
	border-left: 2px solid rgb(100, 100, 100);
	border-right: 2px solid rgb(100, 100, 100);
}

#loginForm div.input input
{
	padding: 5pt;
	border: solid 1px #888;
	width: 250px;
	margin: 2pt;
}

#rememberUser
{
	margin-top: 1.1em;
	margin-bottom: 0.5em;
}

#rememberUser label
{

	cursor: pointer;
	font-size: 10pt;
	margin-left: 0pt;
}

#rememberUser input
{
	position: relative;
	top: 1px;
	margin-top: 15pt;
	margin-right: 0pt;
}

#login { margin-top: 0.66em; }
#login input
{
	width: 200px;
	height: 30px;
	background: rgb(0, 125, 198);
	border: 1px solid #888;
	color: white;
    cursor: pointer;
	font-family: "Segoe UI Semibold", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}

#login input:hover
{
	background: #348be6;
}

#error
{
	color: #800;
}

#selectVault
{
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

#selectVault .dialog
{
	background: white;
	margin-top: 10em;
	margin-left: auto;
	margin-right: auto;
	width: 304px;
}

#selectVault .dialog .title
{
	margin: 0;
	position: relative;
	height: 34px;
	font-size: 16pt;
	color: #444;
	background: #eee;
}

#selectVault .dialog .title .icon
{
	background: url(images/M-Files_desktop16.png);
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#selectVault .dialog .title .close
{
	background: url(images/close16.png);
	cursor: pointer !important;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#selectVault .dialog .title .text
{
	padding-top: 2pt;
}

#selectVault div.vault
{
	text-align: left;
	margin: 0 4pt;
	padding: 0pt 0pt;
	display: block;
	border-bottom: 1px solid #aaa;
}

#selectVault a.vault
{
	display: block;
	text-decoration: none;
	margin: -1px -4pt;
	padding: 8pt 6pt;
}

#selectVault a.vault:hover
{
	background: #acf;
	color: #444;
}

#selectVault a.vault, #selectVault a.vault:visited
{
	color: #444;
}

#selectVault div.vault.last
{
	border-bottom: 0;
}

#info
{
	margin-top: 1.5em;
}

#advanced {
	position: absolute;
	color: white;
	right: 3px;
	bottom: 3px;
	text-decoration: underline;
	font-size: 8pt;
}

table.passwordreset
{
    width: 500px;
    margin: auto;
}

td.passwordresettitle {
    text-align: right;
    width: 185px;
}

td.resetButtonCell
{
    text-align: right;
}

.resetButton
{
    margin-right: 35px;
}

#basicForm
{
	margin-top: 30px;
}

div#loginOptions
{
	height: 20px;
    margin-bottom: 1em;
	font-family: "Segoe UI", Sans-Serif;
	font-size: 13px;
}

#loginOptions a
{
	text-decoration: none;
}

a#windowLoginPage:hover
{
	text-decoration: underline;
}

.loginForm
{
	position:absolute;
	top: 150px;
	left: 5px;
	right: 5px;
	height: 210px;
	width: 461px;
}

#loginFooter
{
	position: absolute;
	bottom: 20px;
	height: 100px;
	left: 20px;
	right: 20px;
}

div#msg
{
	margin-bottom: 1.5em;
	font-family: "Segoe UI", Sans-Serif;
	font-size: 14px;
	height: 20px;
}

div#forgotPassword
{
	text-align: right;
}

#forgotPassword a
{
	font-family: "Segoe UI", Sans-Serif;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	padding-right: 5px;
}

#forgotPassword a:hover
{
	text-decoration: underline;
	color: #000000;
}
#btnlogin
{
	cursor:pointer !important;
}

#ResetPasswordLink
{
	cursor:pointer !important;
}

#windowLoginPage
{
	cursor:pointer !important;
}