@media screen and (max-width: 768px){
body{
	/*background-image:none;
	background-size: cover;
    background-position: center;*/
	
}
.header a
{
    padding-bottom: 4px;
}
.header a img{
	height: 35px;
    /*margin-top: 5px !important;*/
}
.after-login .header
{
    height: 105px; 
    overflow: hidden;  
}
.inset
{
    
}
.welcome-bar
{
    width: 100%;   
    top: 105px;
    z-index: 1;
}
.after-login footer
{
    position: unset;
    display: inline-block;
    width: 100%;   
}
#wrapper
{
    top: 105px;   
}
.logo_egovDiv_div, .logo_digind_div
{
    padding-bottom: 8px;   
}
#pageheader
{
    padding-left: 10px;   
}
.welcome-bar h4
{
    float: right;   
}


}


@media screen and (min-width: 360px) and (max-width: 579px){
.login_detail_area
{
    padding: 0px 8%;
}   
}


@media screen and (min-width: 580px) and (max-width: 767px){
.login_detail_area
{
    padding: 0px 10%;
}   
}


@media screen and (min-width: 768px) and (max-width: 1024px)
{
.after-login .header {
    height: 52px;
}
#wrapper {
    top: 52px;
}
.welcome-bar {
    top: 52px;
}        
        
}






.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
margin-bottom: 15px;
  padding: 8px 12px;
}



