body {
    background-color: #d8d8d8;
}

.splash-box {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0;
}

.left-box {
  margin-top: 15%;
}

.splash-box h2 {
  color: #063140;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.splash-box p {
  color: #063140;
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-box {
  background-color: #063140;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  padding: 50px;
  color: #ffffff;
}

h3 {
  text-align: center;
}

.form-group {
  text-align: left;
  margin-top: 20px;
}

#logo {
  height: 80px;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

#right-login {
  color: #fff;
}

.linebreak {
  background-color: #f8f8f8;
  height: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}

.clientlogos {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.poweredby {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.form-group a {
  color: #70c2d8;
}

.splash-footer a {
  color: #70c2d8;
}

.splash-footer p {
  color: #fff;
}

.btn-warning {
  width: 100%;
  margin-top: 20%;
}

#forgot-text {
  text-align: center;
}



.splash-box .alert {
  padding: 4px 8px;
  margin-bottom: 8px;
}

.splash-box .validation-summary-errors ul {
  margin-bottom: 0;
}


#all-logos {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width:991.98px) {

  .clientlogos {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .right-box {
    background-color: #063140;
    height: 100%;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
    color: #ffffff;
  }

  .splash-box h2 {
    font-size: 22px;
  }

  .linebreak {
    display: none;
  }

  .poweredby {
    display: none;
  }

  .splash-box {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .btn-warning {
    margin-top: 5%;
  }

  #logo {
    height: 60px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #maintext {
    display: none;
  }

  body {
    background-image: none;
  }

  #all-logo {
    display: block;
    margin: auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

}
