﻿body {
   margin:0;
   padding:0;
         background-image:url('/Others/img/LoginBackground.PNG');
background-repeat:no-repeat;
background-size:cover;


}
        @font-face {
    font-family: "GE_SS_Unique_Light";
     src: url('/fonts/GE_SS_Unique_Light.otf');
 
  
}
        @font-face {
    font-family: "GE_SS_TV_Bold";
     src: url('/fonts/GE_SS_TV_Bold.otf');
 
  
}
         .errorWrapper{
            width:990px;
            padding:15px;
        }
         .errorWrapper .ErTitle{
             font-weight:bold;
             font-family:Arial;
             font-size:50px;
             padding-left:30px;
             color:#727070;
         }
         .ErDesc{
              font-weight:bold;
             font-family:Arial;
             font-size:27px;
             color:#5a5959;
             padding-top:50px;
            max-width:400px; padding-left:30px;
         }
         .ErInfo{

             font-family:Arial;
             font-size:14px;
             color:#5a5959;
             padding-top:50px;
            max-width:400px; padding-left:30px;
         }.ErInfo span{text-decoration:underline;}
        .Content {
            min-height:100vh;
            position:relative;
            overflow:hidden;
      
        }
        .Content .PoweredBy {
            position:absolute;
            right:12px;
            bottom:3px;
            width:140px;
            height:50px;
            
        }
        .MainContent {
            margin:2% auto;
            text-align:center;
            width:100%;
            position:relative;
     
        }
            .MainContent .Title
            {
                 font-family: "GE_SS_TV_Bold";
                 padding-top:10px;
                 font-size:18px;
            }
        .Footer {
            position:absolute;
            bottom:-20px;
           margin:20px auto;
           height:60px;
           padding:5px;
           background-color:#5a5959;
           text-align:center;
           width:100%;
        }
            .Footer .info {
                position:relative;
                width:400px;
                margin:0 auto;
                color:#fff;
      font-family:Arial;
                font-size:11PX;
           padding-top:25px;
           font-weight:bold;
           letter-spacing:2px;
            }
            .Footer img{
               width:100px;
               height:50px;
                position:absolute;
                right:40px;
                top:5px;
            }
        .MainContent .img2{
       margin:0 auto;
           z-index:1000;
           height:200px;
           width:400px;
        }
         .Content .PoweredBy img{
           width:100%;
           height:100%;
            
        }
        @media (max-width: 600px) {
           .Content {
            min-height:100%;
            position:relative;
            overflow:hidden;
            height:100%;
        }
            .MainContent {
            width:100%;
          margin:5px auto;
            }
            .MainContent .Title
            {
                 font-family: "GE_SS_TV_Bold";
            }
             .Content .PoweredBy {
            position:absolute;
            right:12px;
            bottom:50px;
            width:140px;
            height:60px;
            
        }
            .Footer {
                position:absolute;bottom:-10px;
          height:60px;
                padding-top:5px;
                padding-bottom:5px;
         
            }
                .Footer .info {
                width:100%;
                height:20px;     padding-top:10px;
                font-size:14px;
  
                }
               .MainContent  .img2{
                    width:220px;
                    height:120px;
                }
        }
        .PoweredLogo{
            position:relative;
            text-align:center;
            width:100%;
        }
        .PoweredLogo img{
            width:160px;
            height:80px;
        }
       
