body {
  height: 100%;
  background: url('../images/ERP_Login_BG3B.gif') rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font: 400 2.438em/0.98 Rokkitt;
  color: rgb(255, 255, 255);
}

.company_name {
  float: left;
  width: 100%;
  min-height: 33px;
  margin-top: 45px;
  font-size: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
}

.login {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 333px;
  height: 415px;
  margin: auto;
}

.password {
  display: block;
  float: left;
  clear: both;
  width: 333px;
  height: 45px;
  margin-top: 11px;
  padding: 0 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background-color: rgb(4, 19, 21);
  box-shadow: 0 2px 5px rgb(0, 0, 0) inset;
  font: 0.359em/1.38 Helvetica;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}

.password:hover {
  background-color: rgb(6, 35, 38);
  box-shadow: 0 2px 5px rgb(0, 0, 0) inset;
}

.signin {
  display: block;
  float: left;
  clear: both;
  width: 333px;
  height: 44px;
  margin-top: 14px;
  border-radius: 5px;
  background: none rgb(255, 214, 39);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  font: 700 0.359em/1.38 Helvetica;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}

.signin:hover {
  background-image: -webkit-linear-gradient(270deg, rgb(255, 214, 39) 29.523809523809526%, rgb(207, 173, 28) 76.90476190476191%);
  background-image:    -moz-linear-gradient(270deg, rgb(255, 214, 39) 29.523809523809526%, rgb(207, 173, 28) 76.90476190476191%);
  background-image:      -o-linear-gradient(270deg, rgb(255, 214, 39) 29.523809523809526%, rgb(207, 173, 28) 76.90476190476191%);
  background-image:     -ms-linear-gradient(270deg, rgb(255, 214, 39) 29.523809523809526%, rgb(207, 173, 28) 76.90476190476191%);
  background-image:         linear-gradient(180deg, rgb(255, 214, 39) 29.523809523809526%, rgb(207, 173, 28) 76.90476190476191%);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}

.username {
  display: block;
  float: left;
  clear: both;
  width: 333px;
  height: 45px;
  margin-top: 29px;
  padding: 0 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background-color: rgb(4, 19, 21);
  box-shadow: 0 2px 5px rgb(0, 0, 0) inset;
  font: 0.359em/1.38 Helvetica;
  text-align: center;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}

.username:hover {
  background-color: rgb(2, 10, 11);
  box-shadow: 0 2px 5px rgb(0, 0, 0) inset;
}

.company_name a,
.company_name em,
.company_name span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: Montserrat;
  font-style: inherit;
  font-size: 0.538em;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.company_name strong {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: 0.897em;
  font-weight: inherit;
  text-transform: none;
  text-decoration: none;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}