﻿.logo{margin-top:5px;text-align:center}
      
@media (min-width:35em)
{
    /*#logins{width:400px;margin:0 auto;padding:10px 20px;position:relative;margin-top:15px;background-color:#053a6b;border-radius:15px;-moz-border-radius:15px;-moz-box-shadow: 0px 0px 12px #555;-webkit-box-shadow: 0px 0px 12px #555;box-shadow: 0px 0px 12px #555;}*/
    #logins{
        width:400px;margin:0 auto;padding:10px 20px;position:relative;margin-top:15px;
        border-radius:15px;-moz-border-radius:15px;
        -moz-box-shadow: 0px 0px 12px #555;
        -webkit-box-shadow: 0px 0px 12px #555;
        box-shadow: 0px 0px 12px #555;background-image:url('LoginScreen.jpg');
        background-repeat:no-repeat;
        
        height:100%; 
        background-size: 100% 100%;
        
    }
    /*#logins {
        background: url('LoginScreen.jpg') no-repeat center center fixed; -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        width:100%;
        height:100%!important;
        margin:0 auto;
        padding:10px 20px;
        position:relative;
        margin-top:15px;
        background-color:#053a6b;
        border-radius:15px;
        -moz-border-radius:15px;
        -moz-box-shadow: 0px 0px 12px #555;
        -webkit-box-shadow: 0px 0px 12px #555;
        box-shadow: 0px 0px 12px #555;
    }*/
}
@media (max-width:768px)
{
    html,body{padding:0;margin:0;}
    /*#logins {
        background: url('LoginScreen.jpg') no-repeat center center fixed; -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100% 100%;
        height:100%!important; 
    }*/
    /*#logins{background-color:#053a6b;margin:0px;padding:0px;height:100%; width:100%;position:absolute;}*/
    #logins{
        margin:0px;padding:0px;height:100%; width:100%;position:absolute;
        background-image:url('LoginScreen.jpg') ;
        background-repeat:no-repeat;
        
        background-size: 100% 100%;
        }
    .logo{margin:0;padding-top:10px;}
    .logo img{width:100px;}    
    

}

