﻿

#LoginBgnd {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: mymove 2s; /* Safari 4.0 - 8.0 */
    animation: mymove 2s;
    opacity: 1;
    border: none;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
}
#AdminLogin {

    background-image: url('~/Content/images/adminlogin.png');
    width:139px;
    height:44px;

}

#AdminLogin:hover {
    
    background-image: url("~/Content/images/adminloginglow.png");
     width:149px;
     height:54px;
}

.gradientBgnd
{
    background-image:linear-gradient(#eb01a5, #d13531); 
}


    @media screen and (max-width: 3840px)     
    {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/3840x2160?sig={{ random() }}"); 
            /*background-repeat: no-repeat;*/ 
        }
    }
    @media screen and (max-width: 2560px) {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/2560x1440?sig={{ random() }}");
            /*background-repeat: no-repeat;*/
        }
    }

    @media screen and (max-width: 2048px) {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/2048x1152?sig={{ random() }}");
            /*background-repeat: no-repeat;*/
        }
    }

    @media screen and (max-width: 1920px)     
    {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/1920x1080?sig={{ random() }}"); 
            /*background-repeat: no-repeat;*/ 
        }
    }    
    @media screen and (max-width: 1400px)     
    {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/1400x800?sig={{ random() }}"); 
            /*background-repeat: no-repeat;*/ 
        }
    }    
    @media screen and (max-width: 1280px)     
    {
        #LoginBgnd {
            background-image: url("https://source.unsplash.com/collection/319663/1280x700?sig={{ random() }}"); 
            /*background-repeat: no-repeat;*/ 
        }
    }






@-webkit-keyframes mymove {
    0%   {position:absolute; top: 0px; left: 0px; Opacity: .1;border: none;padding:0; margin:0; }
    /*25%  {top: 0px; left: 100px; }
    50%  {top: 100px; left: 100px; }
    75%  {top: 100px; left: 0px; }
    100% {top: 0px; left: 0px; }*/
}

/* Standard syntax */
@keyframes mymove {
    0%   {position:absolute; top: 0px; left: 0px; Opacity: .1; border: none;padding:0; margin:0;}    
    /*25%  {position:absolute; top: 0px; left: 0px; Opacity: .4 }
    50%  {position:absolute; top: 0px; left: 0px; Opacity: .6 }
    75%  {position:absolute; top: 0px; left: 0px; Opacity: .8 }
    100%  {position:absolute; top: 0px; left: 0px; Opacity: 1 }*/
    
}
    /*#memberportalimg:hover,#reportimg:hover,#tpaimg:hover {
        opacity:1;
        border:solid;
        border-color:ActiveBorder;

    }

    a {
        text-decoration:none;
    }

    img {

        border:none;
    }*/

    /*.webportal {
        position: fixed;
        float: left;
        right: 100px;
        top: 100px;
        width: 100%;
        /*height:96px;*/
       /* color: white;
        text-align: right;
        font-size: 14px;
        opacity: .8;
    }
    .webportallabel {
        position: fixed;
        float: left;
        right: 110px;
        top: 215px;
        width: 100%;
        /*height: 96px;*/
        /*color: white;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }*/

    /*.tpa {
        position: fixed;
        float: left;
        right: 100px;
        top: 300px;
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
        opacity: .8;
    }

    .tpalabel {
        position: fixed;
        float: left;
        right: 110px;
        top: 430px;
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .reports {
        position: fixed;
        float: left;
        right: 100px;
        top: 500px;
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
        opacity: .8;
    }

    .reportlabel {
        position: fixed;
        float: left;
        right: 110px;
        top: 630px;
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
        font-weight:bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    } 

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: right;
	font-size: 42px;
}*/
