﻿body {
    /* min-width: 1260px; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#Content {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.blurred-box {
	position: relative;
	width: 400px;
	top: calc(50% - 300px);
	border-radius: 2px;
	overflow: hidden;
	box-shadow: inset 0 0 0 250px rgba(0,0,0,0.15);
	backdrop-filter: blur(4px);
}

#LoginContainer 
{
}

#LoginPanel
{
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	padding-bottom: 10px;	
}

#ErrorField
{
	color: Red;
	text-align: center;
	margin-top: 4px;		    
    font: 13px Arial,Helvetica,sans-serif;
}

.ErrorFlag
{
	vertical-align: top;
	margin-top: 4px;
}

.Button 
{
	background-color: #6699FF;
	border-radius: 10px;
	height: 22px;
	width: 74px; 
	padding-left: 8px;
	padding-right: 8px;
}

.Button a
{
	text-decoration: none;
	display: inline-block;
	height: 18px;
	width: 100%;
	padding-top: 4px;
	font: bold 11px Arial,Helvetica,sans-serif;	
	text-align:center;
	vertical-align: middle;
	color: #FFFFFF;
}

#LoginContent
{
	padding-left: 20px;
}
.LoginSection 
{
	margin-bottom: 12px;
}
.LoginLabel
{
	color: #4f7dba;
	font: 13px Arial,Helvetica,sans-serif;
}
.LoginTextBox
{
	width: 263px;
	font: 13px Arial,Helvetica,sans-serif;
}

#LogoutContent 
{
	padding-top: 20px;
	padding-left: 20px;	
	padding-right: 20px;
}

#RememberMeSection 
{
	margin-top: 10px;
}
#RememberMeSection Label 
{
	color: #000000;
	font: 11px Arial,Helvetica,Sans-serif;
	display: inline-block;
	height: 18px;
	padding-top: 0px;
	padding-left: 2px;	
	vertical-align: top;
	cursor: pointer;
}
#SpacerSection 
{
	height: 6px;
}

#RememberMe 
{
}

#ForgottenPassword
{
	margin-top: 6px;
}
#ForgottenPassword a 
{
	color: #4F7DBA;
	text-decoration: none;
	font: 10px Arial,Helvetica,sans-serif;
}

#LoginButton, #LoginContinueButton, #LoginMicrosoftButton {
	margin-top: 4px;
	cursor: pointer;
}

.line-with-text {
	display: flex;
	align-items: center;
	text-align: center;
}
.line-with-text::before {
	margin-right:10px;
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}
.line-with-text::after {
	margin: 0px 24px 0px 10px;
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}
.line-with-text span {
	white-space: nowrap;
	color: #FFFFFF;
	font: 12px Arial,Helvetica,sans-serif;
}

/* Logout */
#LogoutMessage 
{
	color: #4f7dba;
	display:block;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    
    font: 13px Arial,Helvetica,sans-serif;
}

#LoginAgainButton 
{
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
    cursor: pointer;
}

/* Recovery */
.RecoveryTitle
{
}
.RecoveryOption 
{
	margin-top: 6px;
}
.RecoveryOption Input
{
	vertical-align: middle;
}
.RecoveryText
{
	padding-right: 20px;
}

#RecoveryContinueButton
{
	margin-top: 50px;
	margin-right: 28px;
}

#ResetPassword
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#ResetPasswordButton
{
	margin-right: 28px;
}

#UsernameSection, #UsernameSection1, #UsernameSection2
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#ResetPasswordButton2 
{
	margin-top: 86px;
	margin-right: 28px;
}

/* Recovery Section 3 */
#TroubleSection span 
{
}

#Reasontext 
{
	width: 273px;
	height: 54px;
	resize: none; 
}

#ResetPasswordButton3
{
	margin-top: 10px;
	margin-right: 28px;
}

/* Recovery Section 4 */
#QuestionSection 
{
	margin-top: 10px;
}

#ImgCaptcha 
{
	width: 190px;
	height: 80px;
}

#ResetPasswordButton4
{
	margin-top: 10px;
	margin-right: 28px;
}

/* Recovery Section 5 */
#RecoverySection05 
{
	margin-right: 20px;
}
#RecoveryMessage 
{
	display:block;
	width: 260px;	
	text-align: center;
}
#ResetPasswordButton5
{
	margin-top: 14px;	
	margin-left: auto;
	margin-right: auto;
}


/* Copyright */
#Footer
{
}
#Footer a {
}
#HelpSection 
{
    position: absolute;
    bottom: 0px;
    left: 0px;
	padding: 0px 0px 4px 10px;
}
#Copyright 
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 10px 4px 0px;
}
