body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

h3 {
  color: #FFF;
  text-align: center;
}

h5 {
  color: #FFF;
}

.container {
  margin: 0 auto;
  width: 100%;
  top: 5%;
  bottom: 5%;
  position: absolute;
}

section.promisepoint {
  float: left;
  width: 49.5%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  overflow: hidden;
}

section.promisepoint img{

}

section.main {
  width: 49.5%;
  border-left: 1px #FFFFFF solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

section.main img {

  display: block;
  margin: 0 auto;
}

.promisepointlogo {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.clientlogo {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.login-form {
  width: 300px;
  margin: 0 auto;
  color: white;
}

.login-form p {
  color: #FFF;
}

.login-form input {
  border-radius: 0;
  background-color: transparent;
  color: #FFF;
  font-size: 14px;
}

.input-large {
  width: 285px;

  
}


.primary {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.faq {
  padding: 2% 0 5% 0;
}

.accordion-group {
  border: none;
}

.accordion-group a {
  color: #ffffff;
}

.accordion-heading .accordion-toggle {
  padding: 8px 0;
  background-color: transparent;
}

.accordion-inner {
    background-color: transparent;
}

.client-login{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}


@media only screen and (max-width: 768px) {

    section.promisepoint {
      display: none;
    }
    section.main {
      border: none;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
    }
}


