footer section {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 60vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-distributed {
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;

}

.div-footer{
    display: grid;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 500px) {


  .text-login {
    font-size: 12px !important;


  }

  .fa {
    font-size: 10px !important;
  }

  .footer-distributed .footer-right {
    grid-template-columns: 13% 17% 17% !important;
  }



  .form-login {
    padding: 15px !important;
  }

  .img-fluid-icon {

    width: 175px !important;

  }

  .img-fluid-pt {
    height: 50px !important;
  }

}

.img-fluid-icon {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 247px;
    margin-right: 20px;

}

.img-fluid-pt {
  height: 45px;
  margin-left: 20px;
}


body{
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .div-footer {
    grid-template-columns: 100%;
  }

  .footer-left {
    text-align: center;
  }



}

.footer-distributed .footer-left p {
  color: #717fb3;
  font-size: 14px;
  margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links {
  font-size: 30px;
  font-weight: bold;
  color: #717fb3;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #717fb3;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  grid-template-columns: 33% 33% 33%;
  display: grid;
  grid-gap: 5px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 160px;
  height: 35px;
  border-radius: 2px;
  font-size: 16px;
  color: #717fb3;
  text-align: center;
  line-height: 22px;
  margin-left: 3px;
  transition: all .25s;
}

.div-footer{
  display: grid;
  grid-template-columns: 30% 70%;

}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}


@media (max-width: 600px) {

  .div-footer{
    grid-template-columns: 100%;
  }

  .footer-distributed {
    padding: 5px 5px !important;
  }
  .footer-right a{
    font-size: 10px !important;
  }
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  
  .footer-distributed .footer-right {
    grid-template-columns: 24% 27% 27% !important;
  }

  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 0px;
  }

  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}
