html,body,p,tr,table,input,textarea,select,button,h1,h2,h3,h4,h5,h6 {
	font: 12px/13px 'Lucida Grande', verdana, geneva, arial, sans-serif;
}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #404040;
    margin-top: 30px;
}

a {
	font-weight: normal;
}

#containerDiv {
	background: white;
	min-width: 250px;
	margin: 1% auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	padding: 10px;
	max-width: 400px;
}

.panelContainer {
	box-shadow: none;
	border: none;
	padding: 0px;
}

#pageMessageDiv {
	margin-bottom: 10px;
	padding-right: 2px;
}

.message {
	margin: 0px;
	width: 100%;
}

input[type="text"]:not(.teamsComboBox),input[type="password"] {
	width: 100%;
	padding: 9px;
	color: #404040;
	border: 1px solid #C5C5C5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	margin-bottom: 15px;
	-webkit-transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
	-moz-transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
	transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
	height: auto;
	-webkit-transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
}

input[type="text"]:focus,input[type="password"]:focus {
	border-color: #84b96a;
	box-shadow: 0 0 5px 3px rgba(39, 128, 248, .15);
	outline-offset: 0;
	outline: 0;
}

input.account:not(.teamsComboBox) {
	background: url(../images/icons/account-grey-18.png) no-repeat 6px 6px
		!important;
	padding-left: 30px;
}

input.password:not(.teamsComboBox),input.password:-webkit-autofill {
	background: url(../images/icons/lock-outline-grey-18.png) no-repeat 6px 6px
		!important;
	padding-left: 30px;
}

#detailLogin td,#detailLogin input,#loginHelp td,#loginHelp input,.simpleTable td
	{
	/* text-align: center; */

}

.panelContainer h1 {
	background: none;
	border: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 0px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: bold;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.linksContainer {
	text-align: center;
	margin: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}

button {
	padding: 8px 20px;
	margin: 0px;
}

.loginActions button {
	width: 100%;
	padding: 7px 0px;
	margin: 0px;
	margin-top: 10px;
}

.panelContainer .buttonContainer {
	padding: 0px;
	width: 100%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.loginFooter,.loginHeader {
	text-align: center;
	line-height: 22px;
}

.loginHeader {
	margin-top: 60px;
    margin-bottom: 60px;
}

.loginApplicationName {
	margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.teamsLogo {
	height: 70px;
	margin-bottom: 15px;
}

.districtLogo {
	max-height: 180px;
	max-width: 350px;
	min-width: 200px;
	min-height: 50px;
}

.loginFooter div {
	margin: 5px;
	margin-bottom: 10px;
}

.label img,.error img {
	display: none;
}

.teams_busy,.spTop {
	visibility: hidden;
}

.submitTimeStampCnt {
	font-size: 16px;
	padding: 15px;
	margin-bottom: 10px;
}

.spMessageLg {
	line-height: 25px;
}

.securityQuestion td {
	text-align: center;
}

@media (max-width: 450px) {
	body {
		margin-top: 0px;
		background: white !important;
	}
	#containerDiv {
	    background: white;
	    min-width: 250px;
	    margin: 0 auto;
	    padding: 10px;
	    box-shadow: none;
	    border: none;
	    border-radius: 5px;
	    max-width: none;
	}
}


.fl-bg-slate {
    background: #f2f5f6 none repeat scroll 0 0;
    height: calc(100% - 220px);
    height: -webkit-calc(100% - 250px);
    margin-top: 220px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.fl-bg-overlay {
    background: #3f2a56;
    background-image: -webkit-linear-gradient(197deg,#7a4183,#3f2a56);
    background-image: -o-linear-gradient(197deg,#7a4183,#3f2a56);
    background-image: linear-gradient(287deg,#7a4183,#3f2a56);
    background-image: -ms-linear-gradient(197deg,#7a4183,#3f2a56);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    z-index: -1;
}