﻿
.login-form-control-spacing
{
 margin-top:5px;
}
.bg-custom
{
    background-color:#196da2;
}

#footerul .nav-item .nav-link
{
    color:white;
}
#footerul .nav-item .nav-link:hover {
    color:cyan;
}
.background-image {
    background: url(../Content/Images/background.jpg) no-repeat top;
    background-size: cover;
    width: 100%;
}
.lablel
{
    font-family:Tahoma;
    font-size:15px;
}
.update {
    position:fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 500 !important;
    opacity: 0.8;
    
}
.modalb {
    position: fixed;
    z-index: 999;
    min-height: 100%;
    min-width: 100%;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    background-color:white;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity: 0.75;
}

.centerb {
    z-index: 1000;
    position:fixed;
    top:40%;
    left:45%;    
    width: 200px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.pager span
{
    color:yellow;
    font-family:Verdana;
    font-size:25px;
    font-weight:bolder;
}