.main-footer{
  display: none;
}

.logologin {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  height: 100px;
  width: 100px;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
  display: block;
  margin: auto;
}

div.text-center{
  text-align: center;
  margin-bottom: 30px;
}

