﻿.allLoginHolder {
  text-align: center;
}
.allLoginHolder .loginTable {
  display: inline-block;
}
.logos {
  background-image: url("../images/Login.png");
  background-repeat: no-repeat;
  background-position-y: -80px;
  height: 400px;
  background-size: cover;
}
#divmain {
  margin-top: 5%;
}
.logoHolder {
  margin-bottom: 50px;
}
.loginButton {
  border-radius: 2px;
  color: white;
  border: 1px solid grey;
  height: 40px !important;
  background-color: #466DA4;
}
.loginButton:hover {
  border-color: black;
}
.linkButton {
  background: none;
  color: #466DA4;
  border-radius: 0;
  width: 120px;
}
.linkButton:hover {
  text-decoration: underline;
}
.linkButton#cmdchg,
.linkButton#cmdhelp {
  text-align: left;
}
.linkButton#cmdsend {
  text-align: right;
}
.homeBtn .linkButton {
  text-align: right;
}
.versionLabel {
  position: absolute;
  top: 10px;
  left: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.loginInput {
  margin-left: 10px;
}
#tbLogin2 {
  width: 290px;
}
#tbLogin2 td {
  width: 145px;
}
#tbLogin2 td:first-child {
  text-align: left;
}
#tbLogin2 td:last-child {
  text-align: right;
}
@media only screen and (min-width: 993px) {
  .allLoginHolder {
    margin: auto;
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  #divmain {
    margin-top: 50%;
  }
  .show-only-on-desktop {
    display: none;
  }
  .allLoginHolder .logoHolder #lcompany {
    width: 250px !important;
    height: 100px !important;
  }
  #tbLogin2 .relativeRow {
    position: relative;
  }
  #tbLogin2 .relativeRow .homeBtn {
    position: absolute;
    left: calc(50% - 75px);
    text-align: center;
  }
  #tbLogin2 .relativeRow .homeBtn .linkButton {
    text-align: center;
  }
}