.login-form-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 450px;
  height: 400px;
}
.login-right-section {
  height: 100%;
}

.package-card {
  border-color: #003473;
  border: 1px solid;  
  border-radius: 0px;
}

.signup-footer {
  position: absolute;
  bottom: 10px;
}

.border-container {
  border: 1px solid #6F6F6F;
  border-radius: 6px;
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  .lgnform-dv {
    margin-left: 10%;
    width: 100%;
  }  
}

@media only screen and (max-width: 760px) {
  .signup-footer {
    position: relative;
    bottom: 10px;
  }
  

}