﻿.loginroot {
	position: relative;
	width: 100%;
	height: 100vh;
	background: var(--mdc-theme-background);
	display: flex;
}

.headertitle {
	--mdc-typography-subtitle1-font-weight: 700;
	--mdc-typography-subtitle2-font-weight: 700;
	margin: 0px 0px 0px;
	color: var(--mdc-theme-text-secondary-on-background);
}

.headerdividercontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 12px;
	position: static;
	height: 13px;
	left: 12px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
}

.headerdivider {
	position: static;
	width: 100%;
	left: 0px;
	top: 12px;
	flex: none;
	order: 0;
	flex-grow: 1;
	margin: 0px 0px;
}

.shared-label {
	left: 28px;
	top: 0px;
	flex: none;
	order: 1;
	flex-grow: 1;
	margin: 0px 2px;
	width: fit-content;
}

.change-pass-label {
	min-height: 24px;
	left: 28px;
	top: 0px;
	flex: none;
	order: 1;
	flex-grow: 1;
	margin: 0px 2px;
	display: flex;
}

.inputlabel {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	min-width: 60px;
	height: 24px;
	left: 0px;
	top: 16px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 2px;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	color: var(--mdc-theme-text-secondary-on-background);
	flex: none;
	order: 0;
	flex-grow: 0;
}

.shared-icon {
	position: relative;
	top: calc(50% - 16px);
	height: 24px;
	left: 0px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 0px;
}

.logininput {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 10px;
	width: 100%;
	height: 40px;
	left: 0%;
	right: 0%;
	top: 44px;
	background: var(--mdc-theme-background);
	border: 1px solid var(--mdc-theme-text-hint-on-background);
	box-sizing: border-box;
	border-radius: 4px;
}

.shared-button-div {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 0px 0px;
	gap: 12px;
	width: 304px;
	height: 36px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.change-password-pin-helper-div {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	min-width: 96px;
	height: 24px;
	order: 1;
}

.change-password-pin-validation-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	order: 1;
	margin: 12px 0;
}

.shared-frame {
	background-color: var(--mdc-theme-secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 24px 24px 48px 24px;
	width: 352px;
}

.shared-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--mdc-theme-background);
	border-radius: 8px;
	padding: 12px 12px 12px;
	margin: 12px 0px;
	width: 100%;
}

.shared-text-align-center {
	text-align: center;
}

.shared-side-image {
	object-fit: cover;
	max-width: 100%;
	flex: 1;
}

a {
	color: var(--mdc-theme-primary);
}

.validation-summary-errors ul {
	padding: 0;
	margin-left: 10px;
}

.validation-summary-errors li {
	list-style-type: none;
}
