.logo{
    width: 60px;
    height: 29px;
    background-image: url('../../img/cra/ngdc-logo-blue.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}
.logo_container{
    border: solid;
    display: inline-block;
}