﻿html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body.login {
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #F0F3F7 !important;
	background: transparent url("Images/Sprites/LogoMark.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table {
	margin-left: auto;
	margin-right: auto;
}

div.login {
	display: flex;
	margin: auto;
	position: relative;
	width: 400px;
	padding: 24px 0;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-radius: 12px;
	background-color: #FCFCFC;
	box-shadow: 0 4px 72px 0 rgba(2, 2, 15, 0.06), 0 0 32px 0 rgba(2, 2, 15, 0.02), 0 0 88px 0 rgba(2, 2, 15, 0.01);
}

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/MosaicLogoUpdated.png") 0px 0px no-repeat;
	width: 220px;
	display: flex;
	height: 80px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

div.titleLogo {
	background: transparent url("Images/Sprites/HeartlandLogo.png") 0px 0px no-repeat;
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	position: fixed;
	top:32px;
	margin : 0px 32px 24px 32px;
	width: 100%;
	height: 26px;

}

div.loginFieldsWrapper {
	display: flex;
	padding: 0 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

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;
	margin-top:10px;
}

.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;
	color: #910818;
}

.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;
}

#btnLogin {
	display: flex;
	padding: 20px 24px 0px 24px;
	flex-direction: column;
	gap: 16px;
	align-self: stretch;
}
.signinButton{
	width:90%;
	text-align:center;
}
.vegaDivider {
	display: flex;
	height: 1px;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}

#vegaLeftDivider {
	width: 40% !important;
	margin-left: 0px;
	background-color: #ABC6D8;
	height: 1px;
}

#vegaRightDivider {
	width: 40% !important;
	float: right;
	background-color: #ABC6D8;
	height: 1px;
}

#btnMsbLogin {
	display: flex;
	padding: 0 24px;
	flex-direction: column;
	gap: 16px;
	align-self: stretch;
}
#appheader {
	min-height: 60px;
}
#appheader img {
	vertical-align: middle;
	max-width: 100%;
	padding-top: 12px;
	margin-left:25px;
	margin-top:10px;
}
#footer {
	padding: 20px;
	background: inherit;
	text-align: left;
	font-size: 10px;
}

form {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 60px); /* Adjust for header height */
	margin: 0;
}
.vega-form-container-display {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}
.sign-card {
	width: 400px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 24px;
	margin: auto;
}

.btn-Link {
	color: var(--light-Text-Color-Link, #262AFF);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

#btnSubmit {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-self: stretch;
}

.pageNotification {
	display: flex;
	width: 480px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	position: absolute;
	right: 32px;
	top: 32px;
	border-radius: 12px;
	background: var(--light-Background-Status-Success, #A0E9A7);
	box-shadow: 0 4px 8px 0 rgba(2, 2, 15, 0.10), 0 12px 20px 0 rgba(2, 2, 15, 0.15);
}

div.resetPasswordFieldsWrapper {
	display: flex;
	padding: 0 24px;
	flex-direction: column;
	align-items: flex-start;	
	align-self: stretch;
}

#btnSavePassword {
	display: flex;
	padding: 0px 24px 0px 24px;
	flex-direction: column;	
	align-self: stretch;
}