html, body {
	height: 100%;
}

body.login-page form {
	margin-bottom: 0px;
}

body.login-page {
	min-width: 210px;
	min-height: 375px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	font-weight: 400;
	overflow-x: auto;
	overflow-y: auto;
	padding: 10px;
	margin: 0px;
}

body.login-page.login-bg-full {
	background: url(../images/AddSecure-Wallpaper-1920x1080-LoginBG.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: transparent;
	/* IE FIX BG COVER */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login_bg.jpg',
		sizingMethod='scale');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login_bg.jpg', sizingMethod='scale')";
}

body.login-page.login-bg-center #navbg {
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s
		ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

body.login-page.login-bg-center #navbg img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

body.login-page #navbg img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

*, ::before, ::after, html, body.login-page *, body.login-page ::before,
	body.login-page ::after {
	box-sizing: border-box;
}

body.login-page .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

body.login-page .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body.login-page .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

body.login-page .card-header {
	background-color: #004c93 !important;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

body.login-page .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	padding-bottom: 0px;
}

body.login-page .card-body h4 {
	margin: 10px 0;
	padding: 0px;
}

body.login-page .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

body.login-page .form-row>.col, body.login-page .form-row>[class*="col-"]
	{
	padding-right: 5px;
	padding-left: 5px;
}

body.login-page .login-box .login-hint {
	margin: 0px;
	padding: 5px 5px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

body.login-page .login-box .login-error {
	margin: 0px;
	padding: 5px 5px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #9d0000;
	color: #9d0000;
}

body.login-page .login-box .input-error {
	border-color: #9d0000;
}

body.login-page .form-group {
	margin-bottom: 1rem;
}

body.login-page .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

body.login-page .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
	margin-right: -3px;
	border: 1px solid transparent;
}

body.login-page .input-group .input-group-prepend span {
	margin-right: -45px;
	cursor: default;
}

body.login-page .input-group .input-group-prepend i {
	width: 100%;
}

body.login-page .input-group>.input-group-prepend>.input-group-text,
	body.login-page .input-group-text {
	min-width: 46px;
}

body.login-page .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 0px none;
	border-right: 1px solid #ced4da;
}

body.login-page .form-control {
	box-shadow: none;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-top-color: #ced4da;
	border-right-color: #ced4da;
	border-bottom-color: #ced4da;
	border-left-color: #ced4da;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none;
}

body.login-page .input-group-sm>.form-control:not(:first-child), body.login-page .input-group>.form-control:not(:first-child)
	{
	border-radius: 0px;
	background: none;
	padding-left: 53px;
}

body.login-page .input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

body.login-page .form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body.login-page .form-control:focus {
	border-color: #F39200;
	box-shadow: none;
}

body.login-page .input-group>.form-control:not(:first-child) {
	z-index: 2;
}

body.login-page small, body.login-page .small {
	font-size: 80%;
	font-weight: 400;
}

body.login-page .form-text {
	display: block;
	margin-top: 0.25rem;
}

body.login-page .text-muted, body.login-page .text-muted a {
	color: #6c757d !important;
	text-decoration: none;
}

body.login-page .text-muted a:hover {
	color: #000 !important;
}

body.login-page .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	margin-bottom: 15px;
}

body.login-page .btn-block {
	display: block;
	width: 100%;
}

body.login-page .btn.btn-default {
	box-shadow: none;
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

body.login-page .btn.btn-default:hover {
	box-shadow: none;
	background-color: #e7e7e7;
}

body.login-page .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	text-decoration: none;
}

body.login-page .btn.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

body.login-page .btn.btn-primary {
	box-shadow: none;
	border-color: #004c93;
	background-color: #004c93;
	color: #fff;
}

body.login-page .btn-primary:hover {
	box-shadow: none;
	background-color: #8AC2E6;
	border-color: #8AC2E6;
}

body.login-page .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

body.login-page .btn:focus {
	outline: none;
}

body.login-page .btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.0;
	border-radius: 0rem;
}

body.login-page .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

body.login-page .text-center {
	text-align: center;
}

body.login-page .h-100 {
	height: 100% !important;
}

body.login-page .m-0 {
	margin: 0 !important;
}

body.login-page .mb-auto, body.login-page .my-auto {
	margin-bottom: auto !important;
}

body.login-page .mt-auto, body.login-page .my-auto {
	margin-top: auto !important;
}

body.login-page .mx-auto {
	margin: 0 auto !important;
}

body.login-page .mb-0 {
	margin-bottom: 0 !important;
}

body.login-page .col-12, body.login-page .col, body.login-page .col-auto,
	body.login-page .col-sm-6, body.login-page .col-sm-8, body.login-page .col-sm-10,
	body.login-page .col-md-6, body.login-page .col-md-8, body.login-page .col-lg-5,
	body.login-page .col-xl-4 {
	display: table;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

body.login-page .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

body.login-page .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

body.login-page .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media ( min-width : 400px) {
	body.login-page .col-xs-10 {
		/*   -ms-flex: 0 0 80%;
        flex: 0 0 80%; */
		max-width: 100%%;
	}
	body.login-page .col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	body.login-page .pl-sm-5 {
		padding-left: 3rem !important;
	}
	body.login-page .pr-sm-5 {
		padding-right: 3rem !important;
	}
}

@media ( min-width : 576px) {
	body.login-page .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	body.login-page .col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	body.login-page .col-sm-10 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media ( min-width : 800px) {
	body.login-page .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	body.login-page .col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media ( min-width : 992px) {
	body.login-page .col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
}

@media ( min-width : 1200px) {
	body.login-page .col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media ( min-width : 1800px) {
	body.login-page .col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

body.login-page .nk-pille {
	position: absolute;
	margin-left: 15px;
}

@media ( min-width : 400px) {
	body.login-page .nk-pille {
		margin-left: 0px;
	}
}

body.login-page .login-box {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
	margin-top: 40px;
	margin-bottom: 20px;
}

@media ( min-width : 401px) {
	body.login-page .login-box {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

body.login-page .login-logo {
	font-size: 35px;
	text-align: center;
	font-weight: 300;
}

body.login-page .login-logo img {
	height: auto;
	width: auto;
	max-height: 60px;
	max-width: 100%;
	margin: auto auto;
	display: block;
}

body.login-page .login-logo div {
   height: auto;
    width: auto;
    max-height: 40px;
    max-width: 100%;
    margin: auto auto;
    display: block;
    /* text-align: right; */
    width: 260px;
    font-size: 20px;
    /* font-weight: bold; */
    color: white;
    text-align: right;
}

body.login-page .input-group-prepend {
	z-index: 3;
}

body.login-page .input-group-append {
	z-index: 4;
}

body.login-page.login-bg-full-with-footer .footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #f7f7f7;
	border-top: 1px solid #ced4da;
	z-index: 5;
}

body.login-page.login-bg-full-with-footer .login-box {
	margin-bottom: 50px;
	z-index: 1;
}

@media ( min-height : 395px) {
	body.login-page.login-bg-full-with-footer .footer {
		background-color: transparent;
		border-top: 0px none;
		z-index: 0;
	}
	body.login-page.login-bg-full-with-footer .login-box {
		margin-bottom: 40px;
	}
}

body.login-page.login-bg-full-with-footer .footer .btn {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: transparent;
	color: #444;
	border: 0px none;
}

body.login-page.login-bg-full-with-footer .footer .btn:hover {
	color: #000;
}

body.login-page.login-bg-full-transp .card {
	background-color: transparent;
	border-radius: 7px;
	
}

body.login-page.login-bg-full-transp .card-header {
	background-color: rgba(255, 255, 255, 1);
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

body.login-page.login-bg-full-transp .card-body {
	/* background-color: rgba(255, 255, 255, 0.5); */
	background: white;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

body.login-page.login-bg-full-transp .login-box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body.login-page.login-maintenance .card-body {
	padding-bottom: 1.25rem;
}

body.login-page .card-body .maintenance-icon {
	color: #F39200;
	display: inline-block;
}

body.nk-cookie .cookie-holder {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: table;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 1040;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	color: rgb(255, 255, 255);
	background-color: rgb(51, 49, 49);
}

body.nk-cookie .cookie-holder .cookie-text {
	font-size: 12px;
	-ms-flex: 1;
	flex: 1;
}

body.nk-cookie .cookie-holder .cookie-text .cookie-link {
	color: #FFF;
	text-decoration: underline;
	display: inline-block;
}

body.nk-cookie .cookie-holder .cookie-text .cookie-link:hover {
	color: #FFF;
	text-decoration: underline;
}

body.nk-cookie .cookie-holder .cookie-button {
	display: table;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

body.nk-cookie .cookie-holder .cookie-button .btn {
	margin: 0px;
	min-width: 140px;
	display: block;
	font-size: .9em;
	font-weight: 700;
	white-space: nowrap;
}

.bg-grey {
	background-image: linear-gradient(#f0f0f0, #ddd) !important;
}

.nopadding {
	padding: 0px !important;
}

#logincontainer {
	height: 100%;
}

.cc-window {
	color: white !important;
	background-color: #004c93 !important;
}

.cc-btn {
	color: #004c93 !important;
	border-color: transparent !important;
	background-color: #8AC2E6 !important;
	border-color: transparent !important;
}

.fg-addsecureblue {
	color: #004c93 !important;
}

.bg-addsecurelightblue {
	background: #8AC2E6;
}

.bg-addsecureblue {
	background: #004c93;
}

.fg-addsecurelightblue {
    color: #8AC2E6;
}

#load-screen {
	display: block;
	position: fixed;
	background: url('../images/AddSecure-Loading-Spinner.gif') no-repeat center center #fff;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}