.bg-rectangle{
    position: fixed; inset: 0;
    background-image: url("../Assets/oem/backgroundlogin.png");
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.left-logo{
    width: 160px; height: 60px;
    background-image: url("../Assets/oem/logo-oem.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin-bottom: 12px;
}
.right-logo{
    width: 120px; height: 40px;
    background-image: url("../Assets/oem/logo-oem.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    flex: 0 0 auto;
}
.sso-description {
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
}
#popupNotification,
#popupNotification .k-animation-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
#popupNotification .k-notification {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
#popupNotification .k-notification-success,
#popupNotification .k-notification-error,
#popupNotification .k-notification-warning,
#popupNotification .k-notification-info {
    background: transparent !important;
    border: none !important;
}
.k-animation-container,
.k-animation-container * {
    box-sizing: border-box;
}

.k-animation-container .k-notification {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.k-animation-container .k-notification-wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.k-notification-success,
.k-notification-error,
.k-notification-warning,
.k-notification-info {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.k-notification-success .k-notification-wrap,
.k-notification-error .k-notification-wrap,
.k-notification-warning .k-notification-wrap,
.k-notification-info .k-notification-wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.my-notif {
    width: min(360px, calc(100vw - 28px));
    min-width: 0;
    padding: 14px 16px;
    border-radius: 4px;
    font-family: inherit;
    border-left: 6px solid;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.my-notif__title {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.my-notif__msg {
    font-size: 14px;
    line-height: 1.45;
}
.k-notification-success .my-notif {
    background: #d9ebe5;
    border-color: #3e7f73;
    color: #0f2f28;
}
.k-notification-error .my-notif {
    background: #f8d7da;
    border-color: #c0392b;
    color: #5a1a1a;
}
.k-notification-warning .my-notif {
    background: #fff3cd;
    border-color: #d39e00;
    color: #5c4400;
}
.k-notification-info .my-notif {
    background: #d1ecf1;
    border-color: #0c5460;
    color: #0c2f36;
}
