body {
  background: #FFFFFF;
  background-size: cover;   
}
body:after {
/*Imsges you want to preload*/
  content: url(images/inventory1.jpg) url(images/rma1.jpg) url(images/fae1.jpg) url(images/inventory2.jpg) url(images/rma2.jpg) url(images/fae2.jpg);
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h2{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.login {
  margin: 100px auto;
  padding: 18px 20px;
  width: 400px;
  height: 500px;
  background: #c5c5c5;
  background-clip: padding-box;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 5px;
}
.login > h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em; 
}
.login > h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #f48127;
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.login > .logo {
  text-align: center;
  margin: 0em 0em 1em 0em;
}
.login-input {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 20px;
  padding: 0 9px;
  color: white;
  text-shadow: 0 1px black;
  background: #2b3e5d;
  border: 1px solid #15243b;
  border-top-color: #0d1827;
  border-radius: 4px;
}
.login-input:focus {
  outline: 0;
  background-color: #32486d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}
.login-submit {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #294779;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #adcbfa;
  background-clip: padding-box;
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 4px;
  cursor: pointer;
}
.login-submit:active {
  background: #a4c2f3;
}
input {
  font-family: inherit;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#error_msg{
  font:20px Rajdhani, Tahoma, Georgia, Arial, Helvetica, sans-serif;
  text-align: left;
  color:green;
}
#loading_div{
  text-align: center;
  width: 200px;
  margin-top: 10px;
}
.checkrobot{
  display: grid;
  grid-template-columns: repeat(2,1fr) 20px;
  align-items: center;
  margin-bottom: 20px;
}
#reImg{
  cursor: pointer;
}
#resetPWD {
  list-style: none;
  text-align: center;
}
#resetPWD > a {
  text-decoration: none;
  color: #0034ff;
  font-weight: bolder;
}
#resetPWD > a:hover {
  color: #0063ff;
}

