/* Common styles used throughout the whole shop */
.ProcessLogin #main {
    height: calc(100vh - 163px);
}

.uk-notification-message-success {
	background-color: #32d296;
	color: #fff;
	font-size: 1.5rem;
}
.uk-label-success {
    background-color: #38a688;
}
.pw-primary-nav li {
	position: relative;
}

.navlabel {
	position: absolute;
	left: 20%;
	top: 30%;
	transform: translateY(-50%);
	/* background-color: #3eb998; */
	padding: 2px;
	height: 20px;
	width: 20px;
	font-size: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}


/* HELPERS */
.mt-0 {
	margin-top:  0 !important;
}

/* UIKIT overrides */
.uk-label-warning {
    background-color: #FFC000;
}
