#main-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
  background: url(img/LATrack/login.jpg) center center / cover no-repeat fixed;
  background-color: #94A3A7;
  position: relative;
}
.left-login {
  width: 250px; 
  background-color: #ddd; 
  background: url(img/LATrack/loginleft.jpg) no-repeat;
}
.loginPage {
  background-color: #f7f7f7;
  overflow: auto;
}
.right-login {
  width: 400px; 
  background-color: #ffffff; 
  padding-left: 20px;
}
.login-head {
  font-size: 16px;
  color: #333;
}
.login-prompt {
  font-size: 10px;
  color: #333;
  padding-bottom: 20px;
  padding-top: 5px;
}
.fieldhead {
  font-size: 10px;
  color: #333;
  padding-bottom: 5px;
}
.loginsent {
  font-size: 12px;
  color: #333;
  padding: 20px 30px 20px 0px;
}
.forgot-pass {
  float:right;
  font-size: 8px;
  color: #1B97C9;
  padding-right: 30px;
}
.login-box-options {
  clear: both;
  font-size: 10px;
}
input[type="checkbox"], label {
  float: left;
  line-height: 1.6em;
  height: 1.6em;
  margin: 0px 2px;
  padding: 0px;
  font-size: inherit;
}
a {
  color: #1B97C9;
  text-decoration: none;
  line-height: inherit;
}

input[type="checkbox"] {
  clear: left;
}
label {
  font-weight: bold;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  line-height: 1.5;
}
.error
{
  font-size: 0.65em;
  color: #df0000;
}
.errormsg {
  padding-left: 5px;
  color: #7f0000;
  border: 1px solid #d4002a;
  margin-bottom: 10px;
  margin-right: 30px;
}
.regbutton {
  background-color: #0F95CC;
  border: none;
  color: #f1f5f1;
  padding: 8px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 10px;
  width: 350px;
}
.linkmessage {
  font-size: 0.6em;
  color: #333;
  margin-bottom: 10px;
}
