/* iaqg specific */

#logo {
    background-image: url(../images/logo.png); 
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-size:contain;
    height:75%; width:100%;  
}

#submit {background-color:#0773b3; color:#fff; border:1px solid #0773b3;}
#submit:hover {background-color:#035e94; border:1px solid #0773b3;}

#footer-detail {background-color:#0773b3;}