﻿.errorLogin {
    color: white;
}

.errorMsg {
    color: red;
    position: relative;
    z-index: 9;
}
.img-circle
{
    height:30px !important;
}

#loading-img
{
    background: url("/assets/global/img/ajax-loading.gif") center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay
{
    background: #e9e9e9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.overlayPopup
{
    background: #e9e9e9;
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 50%;
    opacity: 0.5;
}

.red-star{
    color:red;
    font-size:15px;
}