.login-banner {
    background-image: url('../Assets/login-banner-left.png');
    background-size: cover;
}

.login-banner-text {
    padding-top: 10em;
}

.logo-top {
    width: 145px;
}

.form-container {
    min-height: 260px;
    min-width: 370px;
}

.login-form {
    min-width: 320px;
}

.language-select {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 100000;
}

.language-select-globe {
    background-image: url('../Assets/lang-globe.svg');
    height: 25px;
    width: 25px;
}

.time-zone-icon {
    background-image: url('../Assets/user-menu/time-zone.svg');
    height: 25px;
    width: 25px;
}

.language-icon {
    background-image: url('../Assets/user-menu/globe.svg');
    height: 25px;
    width: 25px;
}

.logout-icon {
    background-image: url('../Assets/user-menu/logout.svg');
    height: 25px;
    width: 25px;
}

.onlinehelp-icon {
    background-image: url('../Assets/user-menu/help-icon.svg');
    height: 24px;
    width: 24px;
}

.language-select-no-card {
    padding-top: 1px;
    padding-right: 1px;
}

.language-select-btn-link {
    text-decoration: none !important;
}

    .language-select-btn-link:hover {
        text-decoration: none !important;
    }

.detail-header {
    background-color: #868e96;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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

@media (min-width: 768px) {
}

/* form Change password Component */
.blazored-modal-header, .bm-header {
    padding: 0 0 0 0 !important;
}

.blazored-modal-close, .bm-close {
    padding: 0 0 0 0 !important;
}

.sub-title {
    font-size: 13px;
}

