* {
  box-sizing: border-box;
}
html, body{
  width: 100%;
  margin: 0;
  height: 100%;
}
.loader_page_bg{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*background-image: url('../images/bg.png');
  background-size: cover;*/
  background: #08439c;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}
#loader_page .au-navbar-logo img{
  width: 40%;
  margin: 0 auto;
  display: inherit;
}
 #loader_page .au-navbar-logo object{
  margin: 30px auto;
  height: auto;
  display: block;
  width: 150px;
  height: 150px;
  background: white;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 4px;
}
@media (max-width: 425px) {
  #loader_page .au-navbar-logo img{
    width: 220px;
  }
}