.padd_25 {
  padding: 25px 0;
}
.padd_15 {
  padding: 15px 0;
}
body {
  background-color: #687979;
}
.ppf-bg_img {
  background-image: url("https://i.imgur.com/qjmN2KB.png");
  display: flex;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ppf-bg_img .card {
  text-align: center;
  width: 350px;
  padding: 30px 40px;
  margin: auto;
  background-image: url("https://i.imgur.com/UbfG4Vh.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 4px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  left: -24%;
}
.ppf-bg_img .card-title {
  padding: 15px 0;
}
.ppf-bg_img .ppf-bg_img .img {
  padding: 15px 0px;
}
.ppf-bg_img .btn-login {
  background-color: #e30c3e;
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
  otline: none;
}
.ppf-bg_img .btn-login:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.ppf-bg_img .ppf-checkbox {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 30px;
}
