@charset "UTF-8";
@keyframes "winlogin" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
   	opacity: 0;
   	margin-top: -50px;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
   	opacity: 1;
   	margin-top: 0px;
 }

}

@-moz-keyframes winlogin {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: 0px;
 }

}

@-webkit-keyframes "winlogin" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: 0px;
 }

}

@-ms-keyframes "winlogin" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: 0px;
 }

}

@-o-keyframes "winlogin" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-top: -50px;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
   margin-top: 0px;
 }

}

.imageaa {
	top:20%;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(20deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(20deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(20deg); transform:rotate(20deg); } }


@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}


 body {
    margin:0; padding:0;
    /*font-family: Gill Sans MT, sans-serif;
    font-family: ‘Lucida Console’, Monaco, monospace;
    font-size: 14px;
    background:#F6F6F6;
    background:url(../image/orangebg.jpg) no-repeat ;
    background-size:cover;
    */
    
    
    
    /*background: linear-gradient(30deg, #001528 0%, #40C0D9 50%, #001528 100%);*/
    /*background-size: 250%;*/
    
    /*animation: aurora 50s infinite;*/

	/* 
	 */




    }

/*@keyframes aurora {*/
/*    0% {*/
/*        background-position: left top;*/
/*    }*/
/*    25% {*/
/*        background-position: right top;*/
/*    }*/
/*    50% {*/
/*        background-position: right bottom;*/
/*    }*/
/*    75% {*/
/*        background-position: left bottom;*/
/*    }*/
/*    100% {*/
/*        background-position: left top;*/
/*    }*/
/*}*/

  z{
        
        font-size: 32px;
        color: #FFF;
        font-weight: bold;
        font-family: comic-sans;
    }
  x{
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
  x1{
        font-size: 11px;
        color: #FFF;
        font-weight: bold;
        font-family: sans-serif;
   }
   h2{
        font-size: 24px;
        color: #FFF;
        font-weight: bold;
        font-family: sans-serif;
        text-align:center;
        position:relative;
        opacity: 1.0;
        /*top: -30px;*/
   }
 .style1 {
     /*font-family: "Courier New", Courier, monospace;*/
     /*font-family: Georgia, Serif;*/
     font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
     
     /*font-family: ‘Lucida Console’, Monaco, monospace;*/
     width:200px;
     background-color: transparent;
     height:30px;
     font-weight: bold;
     color:#FFF;
     border: inset 2px #1484e6;
     border-radius: 2px;
     text-align: center;
 }
 .button1 {
     font-family: "Courier New", Courier, monospace; 
     font-weight: bold;
     width:100%; 
     height:40px; 
     border: thin solid #1484e6; 
     cursor: pointer; 
     background-color: transparent;
     color:#FFF;
    }
    .button1:hover {
       background-color:#069;   
    }
    .button1:focus {
       background-color:#069;   
    }

.img1 {
    
    /*animation: login 3s ease-in-out; */
    background-color: white;
    /*border-width: 0px;*/
    /*border-style: groove;*/
    /*border-color: #1484e6;*/
    /*border-top-left-radius:0px;*/
    /*border-top-right-radius: 40px;*/
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
}

#footer {
	position:fixed;_position:absolute;bottom:0px;
	clear: both;
	width: 100%;
	height: 50px;
        text-align: center;
        margin:0 auto 30px;
        /*line-height: 150px;*/
        font-family: ‘Lucida Console’, Monaco, monospace;
        text-decoration: none;
        background-color: rgba(68,68,68,0.6);
	color: #FFF;
	font-size: 0.9em;
        /*box-shadow: 15px 10px 10px #1484e6;*/
        -webkit-box-shadow: 0 20px 15px -15px #069;
        -moz-box-shadow: 0 20px 15px -15px #069;
        box-shadow: 0 20px 15px -15px #069;
}