/*change image in header*/
.tundra .header .headerImageContainer .headerImage {
  background-image: url(/assystimages/NIW/test_logo.png);
  width: 150px;
  height: 99px;
}

.tundra .header .headerImageContainer {
   width: 150px;
   height: 99px;
   background: #F7F8F8;
   padding-left: 0px;
   padding-right: 0px;
   margin-left: 0px;
}


.tundra .header {
   background-color: #F7F8F8;
    height:99px;
   margin-top: 0px;
  
}

.axios-mandatory-field:before {
   font-weight: bold;
   color: red;
   content: "* ";
}
