.splash-bg {
  background-image: linear-gradient(45deg,#ff0401,#fc6e02);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.bg-image {
  background-image: url(https://mfkdf.com/bg-md.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.card {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 500px;
  z-index: 1;
  border-radius: 1rem;
}

.p-4-5 {
  padding: 2rem !important;
}
