app-root > .box {
  height: 100vh;
  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
}
app-root > .box.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-image: url('../assets/MEKH_logo_new.background.color.partial.1000.png');
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  background-attachment: fixed;
}

html .company-logo {
  background-image: url('../assets/MEKH_logo_new.background.color.partial.1000.png');
  background-position: right 0 top 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.loader .loaderCircle {
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  padding:9px;
  box-sizing: border-box;
  border-radius: 100%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  position: relative;
    left: 50%;
    margin: 0 0 0 -25px;
}
.loader p {
  font-weight: bold;
  color: #282828;
  font-size: .9em;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
