﻿.welcome-screen {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .welcome-screen {
    background-image: url(/Content/Images/fuel/BG2.jpg);
  }
}
.welcome-screen .welcome-screen-image {
  text-align: center;
  height: 45%;
  margin: auto;
  margin-top: 8%;
}
.welcome-screen .welcome-screen-image img {
  height: 100%;
}
.welcome-screen .message {
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  /* padding-top: 200px; */
  position: relative;
  bottom: 10%;
  font-family: arial, helvetica;
}
.ltr .welcome-screen .message {
  font-family: arial, helvetica;
}
.welcome-screen .message span.app-name {
  display: inline-block;
}
.welcome-screen .message span.app-name span.tm-span {
  font-size: 14px;
  float: right;
  margin-top: 10px;
}
.welcome-screen {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .welcome-screen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .welcome-screen .message {
    bottom: 0;
  }
  .welcome-screen .welcome-screen-image {
    height: 130px;
  }
  .welcome-screen .welcome-screen-image img {
    height: 160px;
  }
}