﻿

#divInvalid{
	font-family: Tahoma;
	font-size: 8pt;
	color: #c00000;
	display: none;
	font-weight: bold;
	padding-right: 20px;
}

.LoginBox table{
	margin-top: 14px;
}

.LoginBox .First{
	text-align: right;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color:black !important;
 
}

.LoginBox .inputs{
	color:black;
	margin:3px;
	border-radius: 3px;
	border: 1px solid black;
	height:30px
}

div#ChangePasswordInfo{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

table .forgotPass{
	margin-top:-8px !important;
}

#txtEmail{
	border: solid grey 2px;
	font-size: 9pt;
	font-family: verdana;
	width: 220px;
	padding: 3px;
	vertical-align: middle;
	margin:10px;
	color:black !important
}

#txtPassword, #txtPasswordConfirm{
	border: solid gray 2px;
	font-size: 9pt;
	font-family: verdana;
	width: 220px;
	padding: 3px;
	vertical-align: middle;
}

input[type=submit] { 
	margin-top: 12px;
	margin-right: 3px;
	font-family: 'Courier New' , Courier, monospace; 
	font-size: 16px; 
	font-weight: bold; 
	color: #222; 
	background-color: #efefef; 
	border: 2px solid gray; 
	border-radius: 3px;
}

form{
	margin: 0;
	padding: 0;
}

h2 { vertical-align:top}

.lt-login-wrap {
	padding: 10px 0;
	max-width: 940px;
	margin: 0 auto;
}

.lt-login-hero {
	margin: 0 0 12px 0;
	max-width: none;
	width: 100%;
	background-color: var(--lt-green) !important;
	border: none;
	border-radius: 0;
	padding: 40px 24px !important;
	box-sizing: border-box;
}

.lt-login-hero h1 {
	margin: 0;
	font-size: 34px;
	line-height: 1.2;
	color: #fff;
}

.lt-login-hero p {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #fff;
	opacity: .9;
}

table.lt-login-grid {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px 0;
}

table.lt-login-grid td.LighterBackground.lt-auth-card {
	background: #fff !important;
	border: 1px solid #d9e2ec;
	border-radius: 12px;
	padding: 22px 24px;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

@media (max-width: 980px) {
	table.lt-login-grid {
		width: 100%;
		margin: 0 auto;
	}
}

table.lt-login-grid td.LighterBackground.lt-auth-card h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	color: #102a43;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .lt-auth-eyebrow {
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #b0793a;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .lt-auth-subtitle {
	margin: 10px 0 16px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #486581;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .LoginBox table {
	margin-top: 0;
	width: 100%;
}

table.lt-login-grid td.LighterBackground.lt-auth-card.lt-login-card .LoginBox table tr td {
	display: block;
	width: 100%;
	padding: 0;
}

table.lt-login-grid td.LighterBackground.lt-auth-card.lt-login-card .LoginBox table tr td + td {
	margin-top: 0;
}

table.lt-login-grid td.LighterBackground.lt-auth-card table.forgotPass {
	margin-top: 0 !important;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .LoginBox .First {
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #243b53 !important;
	padding: 8px 0 6px 0;
	display: block;
	width: 100%;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .lt-forgot-email-label {
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: 600;
	color: #243b53;
	line-height: 1.4;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .LoginBox .inputs {
	width: 100% !important;
	height: 44px;
	padding: 9px 14px;
	margin: 0;
	border: 1px solid #dbd7c6;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 15px;
	color: #102a43;
	background-color: #fff;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .LoginBox .inputs::placeholder {
	color: #9aa5b1;
}

table.lt-login-grid td.LighterBackground.lt-auth-card .LoginBox .inputs:focus {
	outline: none;
	border-color: #a97c34;
	box-shadow: 0 0 0 3px rgba(169, 124, 52, 0.25);
}

table.lt-login-grid td.LighterBackground.lt-auth-card #divInvalid {
	font-size: 13px;
	font-weight: 600;
	padding-right: 0;
	margin-top: 12px;
	color: #c81e1e;
}

table.lt-login-grid td.LighterBackground.lt-auth-card input[type=submit] {
	margin-top: 16px;
	margin-right: 0;
	background: var(--lt-btn-bg, #2f4a34);
	color: var(--lt-btn-text, #fbf9f2);
	border: none;
	border-radius: 8px;
	height: 42px;
	padding: 0 20px;
	min-width: 150px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
}

table.lt-login-grid td.LighterBackground.lt-auth-card input[type=submit]:hover {
	background: var(--lt-btn-bg-hover, #223a2a);
	color: var(--lt-btn-text, #fbf9f2);
}

table.lt-login-grid td.LighterBackground.lt-auth-card #Message.lt-auth-message {
	margin: 0 0 12px 0;
	padding: 10px 12px;
	border-radius: 8px;
	background-color: #fff4eb;
	color: #9a3412;
	font-weight: 600;
	font-size: 13px;
}
