.red-container {
  height: 100vh;
  width: 47%;
  background-image: url("../images/login-bg.png");
  background-color: #b9031d;
  margin: 0;
  align-items: center;
}
.white-container {
  height: 80%;
  width: 53%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  left: -70px;
  margin: 5vh 0;
  padding: 15vh 0px;
  box-shadow: 9px -1px 55px -20px rgba(64, 64, 64, 0.61);
  -webkit-box-shadow: 9px -1px 55px -20px rgba(64, 64, 64, 0.61);
  -moz-box-shadow: 9px -1px 55px -20px rgba(64, 64, 64, 0.61);
}
.white {
  color: #fff;
}
.title {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.content {
  padding: 35vh 15% 0 5%;
}
.img-div {
  margin-left: 45%;
  margin-bottom: 8%;
}
.img-title {
  width: 20%;
}
.user-content {
  text-align: center;
}
.user-input {
  height: 50px;
  width: 70%;
  margin: 15px auto;
}
.action {
  margin: 0px 13%;
  text-align: left;
}
.action a {
  color: rgb(48, 48, 48);
  text-decoration: underline;
  right: 10px;
  float: right;
  margin: 6% 15px;
  font-weight: 500;
}
.red-button {
  margin: 3%;
  background-color: #b9031d;
  color: #fff;
  width: 120px;
  height: 45px;
}
.red-button:hover {
  background-color: #cc0c29;
  color: #fff;
}
.access {
  bottom: 20px;
  margin-top: 20%;
}
.footer-refs {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  padding: 2%;
}
.footer-refs ul li {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.footer-refs ul li a {
  color: #fff;
  margin: 10px;
}
.p-bottom {
  margin-top: 5vh;
}
.content p {
  font-size: 16px;
  margin-top: 40px;
}
.btn-back {
  margin: 7vh 0px 0px 5%;
  background-color: #f1f1f1;
}
.btn-back a {
  text-decoration: none;
  color: rgb(48, 48, 48);
}
.error-alert {
  width: 70%;
  margin: auto;
}
#enj-logo {
  padding-top: 12px;
}
.yellow {
  color: #f9bb3a;
}
p.white {
  width: 90%;
}
@media (max-width: 1199px) { 
  #vertical-line {
    display: none;
  }
  .footer-refs ul li {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .white-container {
    left: -30;
  }
  .action a {
    float: none;
  }
}
@media (min-width: 810px) and (max-height: 420px) {
  .red-container {
    height: 160vh;
  }
}
@media (max-width: 767.98px) {
  .red-container {
    width: 100%;
    height: 50%;
    padding-bottom: 2%;
  }
  .content {
    padding: 5vh 15% 0 5%;
  }
  .white-container {
    left: 0;
    width: 100%;
    margin: 0;
    height: 70%;
    padding: 13% 0px;
  }
  .footer-refs {
    display: none;
  }
}
@media (max-width: 530.98px) {
  .img-div {
    margin-left: 30%;
  }
  .img-title {
    width: 27%;
    height: 85px;
  }
  .white-container {
    height: 80%;
    padding: 9% 0px;
  }
  .red-container {
    height: 60%;
  }
  .action a {
    float: none;
  }
}
