#loading {
	display: block;
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 0;
	opacity: 1;
}

#loading img {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/**
 | https://getbootstrap.com/docs/5.1/utilities/text/#text-alignment
 | Note that we don’t provide utility classes for justified text. While, aesthetically, justified text might look more appealing, it does make word-spacing more random and therefore harder to read.
 */
.text-justify {
    text-align: justify !important;
}

.form-control.is-valid {
    border-color: #50cd89;
}

.form-control.is-invalid {
    border-color: #f1416c;
}

.cnotify .cnotify-info {
    position: absolute;
    transform: translate(45px, 0px);
}

.link-mnc {
    color: #2a2d89;
}

a.link-mnc:hover {
    color: #1e2062;
}

.text-mnc {
    color: #2a2d89;
}

.text-hover-mnc:hover {
    color: #1e2062;
    opacity: .9;
}

.btn.btn-mnc {
    color:#fff;
    background-color: #2a2d89;
}

.btn.btn-mnc:hover:not(.btn-active) {
    background-color: #1e2062;
}

.form-control.is-invalid {
    border-color: #f1416c !important;
}

.form-control.is-invalid {
    border: 1px solid #f1416c !important;
}

#logo-mnc {
    height: 70px;
}

@media (max-width: 991.98px) {
}

@media (max-width: 575.98px)
{
    .logo-divider-wrap {
        display: none !important;
    }

    .logo-kvn-wrap {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    #logo-kvision {
        height: 50px !important;
    }

    #logo-mnc {
        height: 60px !important;
    }

    .login-content-wrap{
        padding: 2.5rem 0 !important;
    }
}

/* Small devices (landscape phones (SM), 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{
}

/* Medium devices (tablets (MD), 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{
}

/* Large devices (desktops (LG), 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{
}

/* Extra large devices (large desktops (XL), 1200px and up) */
@media (min-width: 1200px)
{
}
