html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0 0 85px;
}

.main-container {
  padding-top: 15px;
}

.mega {
  font-size: 3rem;
}

.rp-btn:hover {
  cursor: pointer;
}

.rp-btn {
  font-size: 1.5rem;
}

.alert-rp {
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  overflow: hidden;
}
