.w-25 {
	width: 25% !important
}

.w-30 {
	width: 30% !important
}

.w-40 {
	width: 40% !important
}

.w-50 {
	width: 50% !important
}

.w-70 {
	width: 70% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.page_success {
	display: none;
}

.page_home {
	background-color: #c4191f;
}

#username-seperator {
	border-top: 1px solid #eee;
	margin: 0.5em -.2em 1rem -.5em;
}

.mod-centercol {
	background: #fff;
}

.mod-centercol h3 {
	color: #333;
}

.mod-centercol p {
	color: #333;
}

.floatlabel--group {
	width: 100%;
}

.form-group .form-control {
	border-width: thin;
	z-index: 200;
	height: 50px;
	background-color: #fff !important;
	color: #000;

	font-size: 16px;
	border: thin solid #ccc !important;
	border-radius: 2px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transform: translateZ(0);
}



.floatlabel--mobile label.control-label {
	display: none
}

.floatlabel--mobile .js-floatlabel--input~label.js-floatlabel--label {
	display: block
}

@media screen and (max-width: 767px) {
	.floatlabel--mobile {
		margin-top: 24px
	}

	.floatlabel--mobile label.control-label {
		display: block
	}

	.floatlabel--mobile .js-floatlabel--input~label.js-floatlabel--label {
		display: none
	}
}

.floatlabel--element {
	margin-top: 24px !important
}


.data-ppp {
	display: none;
}
.data-ppp[data-page="login"] {
	display: block;
}

.floatlabel--element>.floatlabel--element {
	margin-top: 0 !important
}

@media screen and (max-width: 767px) {
	.floatlabel--element input[type=date] {
		line-height: 1.2 !important
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.floatlabel--element input[type=date] {
		line-height: 1.2 !important
	}
}

select.floatlabel--element {
	margin-top: 0 !important
}

.floatlabel--input {
	background: 0;
	position: relative;
	z-index: 2
}

.floatlabel--input:focus+.floatlabel--label,
.floatlabel--input+.floatlabel--label-active {
	opacity: 1;
	bottom: 100%;
	position: absolute;
	padding: 0 16px;
	z-index: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.floatlabel--input:focus .placeholder {
	opacity: 0
}

.floatlabel--input:focus::-webkit-input-placeholder {
	opacity: 0
}

.floatlabel--input:focus:-ms-input-placeholder {
	opacity: 0
}

.floatlabel--input:focus::-moz-placeholder {
	opacity: 0
}

.floatlabel--input:focus:-moz-placeholder {
	opacity: 0
}

.floatlabel--input:focus::placeholder {
	opacity: 0
}

.floatlabel--label {
	opacity: 0;
	bottom: 0;
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	padding: 12px 16px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #333;
}

.tooltip--root {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	padding: 12px 0;
	border-left: 1px solid #EEE;
	margin: 0;
	text-align: center;
	color: #666
}


.btn {
	border-radius: 2px;
}

.btn-primary {
	color: #fff;
	background-color: #484848;
	border-color: #fff;
	border: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #2a5386
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none
}

/* .btn-primary.disabled,
.btn-primary[disabled], */
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #484848;
	border-color: #fff;
	color: #fff
}

.mod-actions--action {

	margin: 10px 20px 10px 0;
	padding: 10px 16px;
	line-height: 1.33;
	border-radius: 2px;
	font-size: 16px;
}

#identifyUser, #identifyUser2 {
	transition: all 0.1s ease-in;
}
#identifyUser:disabled, #identifyUser2:disabled {
		pointer-events: none;
		border-color: var(--bs-btn-disabled-border-color);
		opacity: 0.5;
	
}

.iam-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}