﻿body 
{
   behavior:url(cssHoverFix.htc);
   margin-top:0;
   margin-left:0;
   margin-right:0;
   margin-bottom:0;
   background-color:#fff;
   background-image:url(images/napathra_bg.jpg);
   background-size:100%;
   background-repeat:no-repeat;
   width: 100%;
   height:100%;
}
/*-------------------------------------------------
HEADER CLASSES
-------------------------------------------------*/

.container { position: relative;}


.logo  
{
	position: absolute;
    margin-top: 5%;
	left: 8em;
   }

.logindetails { float:left; z-index: 1; right:4em; margin-top:20% ; position:absolute;
}
.txt_logindetails {  
                    border:0px solid ;
                    color:#FFF; 
                    text-align:center;
                    font-family: Trebuchet MS; 
                    font-size:1em;
                    behavior: url(PIE.htc);
                    border-radius: 8px;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					padding:8px;  
					background: #e4ea7e;
					outline: none;

					
					 }
.button 			
{
         			border:0px solid ; 
         			background:#CCD500; 
         			color:#ffffff; 
         			font-family: Trebuchet MS; 
                    font-size:.9em;
                    text-align:center;
                    behavior: url(PIE.htc);
                    border-radius: 8px;
                    -moz-border-radius: 8px;
					-webkit-border-radius: 8px;
                    background: #CCD500;
                    padding: 8px; 
                    
                   					
}