.backgroundIm {
  background: url(../img/login_background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9999;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.backgroundIm-small {
  background: url(../img/login_background_small.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9999;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.innovagtech {
  font-size: 20px;
  font-weight: bold;
  color: #E68F00; }

#header_section {
  text-align: center;
  padding: 40px; }

#login_section {
  text-align: center;
  padding: 0px;
  padding-top: 0px;
  z-index: 99999;
  position: relative; }

#login_section .alert {
  text-align: left; }

.button-form-group {
  text-align: right;
  padding-right: 15px; }

#login_button {
  font-weight: bold; }

#footer_section {
  text-align: right;
  padding: 40px; }

#etrack_logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
  height: 80px;
  margin-bottom: 10px; }

.browser-thumbnail {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px; }
