body, #loaderDiv {
  background-color: #011c3b;
  background: linear-gradient(to right, #fffaf6, #faeaf4);
}

.logo.loading {
  background-image: url(../images/loadingLogo.svg);
  width: 300px;
  height: 80px;
 }

.logo.textLoading {
  text-align: center;
  font-size: 18px;
  color: #250c35;
  width: 185px;
}

#loading .content .status {
  height: 2px;
  margin-bottom: 30px;
  position: relative;
  background-color: #c4b6cb;
}

.loader-r {
  width: 0;
  height: 100%;
  background-color: #4f2a69;
  position: relative;
  top: 0px;
  left: 0px;
}

.notification  {
  background: linear-gradient(to right, #fffaf6 0%, #faeaf4 100%);
  color: #2e2e2e;
}

.notification .toolbar {
  background: linear-gradient(to right, #ed6f00 0%, #c73c98 100%);
}

.notification .explanation p {
    color: #656565;
}

.notification .button {
  background-color: #ed6f00;
  cursor: pointer;
  border-width: 0;
}

.notification .toolbar .logo {
  width: 158px;
  height: 32px;
  margin-top: 15px;
  margin-left: 23px;
}