/* Minification failed. Returning unminified contents.
(101,14): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-success'
(116,14): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-success'
(121,14): run-time error CSS1039: Token not allowed after unary operator: '-kendo-color-success'
 */
#loader {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
	top: 0;
}

#error-msg {
	margin: 0;
}

h3.panel-title {
	font-size: 21px;
}

.panel-body {
	border-right: 1px solid #E8E8EA;
	border-left: 1px solid #E8E8EA;
	border-bottom: 1px solid #E8E8EA;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-body h4 {
	font-size: 18px;
}

.panel-body h4.first {
	margin: 6px 0 24px 0;
}

.panel-primary {
	border: none;
}

.panel-default {
	border: none;
	box-shadow: none;
}

.panel-default .panel-heading {
	background-color: #E8E8EA;
	border-color: #E8E8EA;
	font-size: 21px;
}

.panel-default h4 {
	font-size: 18px;
}

.panel-default .collapse .panel-body {
	padding-top: 30px;
}

.panel-info {
	border-color: #E8E8EA;
}

.panel-info .panel-heading {
	background-color: #E8E8EA;
	border-color: #E8E8EA;
}

.panel-info .panel-title {
	color: #404044;
}

#password-success {
	text-align: center;
	margin: -24px 0 24px 0;
}

#change-password a.show,
#reset-password a.show {
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 30px;
	padding-left: 12px;
	z-index: 99999;
}

#change-password ul,
#reset-password ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#change-password li,
#reset-password li {
	list-style: none;
	margin: 0;
	padding: 0 12px;
	font-size: 14px;
}

#change-password li span,
#reset-password li span {
	margin-right: 6px;
	color: var(--kendo-color-success);
}

#change-password li.passed,
#reset-password li.passed {
	color: #a0a0a4;
}

#change-password #new-password-success,
#change-password #confirm-password-success,
#reset-password #new-password-success,
#reset-password #confirm-password-success {
	position: relative;
	top: -33px;
	right: -26em;
	color: var(--kendo-color-success);
}

#reset-password-success {
	text-align: center;
	color: var(--kendo-color-success);
	margin-top: 10px;
	margin-bottom: 10px;
}

.reset-confirm-div {
	margin-top: 8px;
}

#reset-password-success h2 {
	margin-bottom: 24px;
}

.login-content {
	flex: 1 1 600px;
	min-width: 600px;
	margin: 0 auto;
	max-width: 600px;
}

#login-panel {	
	background-color: #fff;
}

#signup-panel {
	margin-top: 50px;
}

.removeMaxHeight {
	max-height: 595px !important;
}

h4 {
	margin-top: 0;
}

.btn {
	margin: 0;
}

#top-panel {
	z-index: 100;
}

#mmm-header {
	font-size: 36px;
	color: #404044;
	text-align: center;
	margin-bottom: 32px;
}

#mmm-header img {
	margin-right: 3px;
	vertical-align: top;
	height: 22px;
}

#mmm-header h1 {
	line-height: 1.1em;
	font-size: 24px;
}

@media (min-width: 768px) {

	#mmm-header h1 {
		font-size: 32px;
	}

	#mmm-header img {
		height: 48px;
	}
}

#mmm-header-break {
	height: 8px;
}

#password-login {
	margin-bottom: 32px;
}

.login-form-panel {
	min-height: 530px;
	padding: 48px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 0;
	border: 0px solid #000000;
}

.reset-form-panel {
	min-height: 560px;
	padding: 48px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 0;
	border: 0px solid #000000;
}

.forgot-form-panel {
	padding: 48px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 0;
	border: 0px solid #000000;
}

.forgot-userid-form-panel {
	min-height: 320px;
}

.forgot-form-panel h5 {
	margin: 0 0 24px 0;
}

.forgot-password-form-panel {
	max-height: 370px;
}

.two-factor-form-panel {
	min-height: 370px;
	padding: 48px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 0;
	border: 0px solid #000000;
}

.button-submit {
	display: flex;
	justify-content: flex-end;
	column-gap: 16px;
	margin-top: 10px;
}

#social-login-buttons-panel {
	max-width: 250px;
	margin: 0 auto;
}

.error-message-login {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#ForgotUserId, #ForgotPassword {
	cursor: pointer;	
}

