#MainContainer {
  color: #333;
  font-family: Arial;
  line-height: 1.42857;
}

#LoginContainer {
  margin: 0 auto;
  max-width: 960px;
  width: auto;
}

#Header {
  height: 120px;
}

#HeaderLeft {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 10px;
  width: 49%;
}

#HeaderRight {
  display: inline-block;
  margin-bottom: 14px;
  margin-top: 10px;
  text-align: right;
  width: 50%;
}

#my_logo {
  width: 300px;
}

#ascension_logo {
}

#HeaderBar {
  background-color: #1b4297;
  height: 40px;
}

#LoginLeft {
  display: inline-block;
  margin-bottom: 66px;
  margin-top: 79px;
  vertical-align: top;
  width: 49%;
}

#LoginLeft table {
  margin-left: 88px;
}

.form-control {
  width: 200px;
}

#btnSubmit {
  background: #1b4297 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 11px 17px;
  text-transform: uppercase;
}

.login-label {
  text-align: right;
}

#LoginRight {
  border-left: 1px solid grey;
  display: inline-block;
  margin: 18px 0;
  text-align: left;
  width: 50%;
}

.section {
}

.indent {
  margin-left: 32px;
}

@media (max-width: 960px) {
  #HeaderLeft {
    width: 100%;
  }
  #HeaderRight {
    display: none;
  }
  #LoginLeft {
    display: block;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  
  #LoginLeft table{
    margin: 0 auto;
  }
  #LoginRight {
    display: block;
    width: 100%;
    border-top: 1px solid grey;
    border-left: none;
  }
}
