﻿.bg-login-image {
    background-image: url("../images/HealthCareStaffing_WebImage.png");
    background-position: center;
    background-size: cover
}

.bg-password-image {
    background-image: url("../images/HealthCareStaffing_WebImage.png");
    background-position: center;
    background-size: cover;
}

.bg-image {
    background-image: url("../images/Qualivis-Login_Background.png");
    background-position: center;
    background-size: cover
}

.login-description-text {
    color: black;
    font-family: Arial;
}

.login-address-text {
    font-size: 12px;
    font-family: Arial;
}

.detailsLabel {
    font-weight: bold;
    margin-bottom: 0;
}

.card-header-secondary {
    background-color: #fdfdfe;
}

.date {
    /*This is for autocomplete in views for jquery to add calendar*/
}

.modal-header {
    background-color: #960001;
    border-color: #960001;
    color: #fff;
}

.hscloginlogo {
    width: 100%;
}

.hsclogo {
    width: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .hscloginlogo {
        width: 162px;
    }

    .hsclogo {
        max-width: 100px;
        width: 50%;
    }
}