.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}

#ButtomSession {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #0b6938;
  color: white;
}
#FooterLogin {
  background-color: #0b6938;
  color: white;
}


@media (max-width: 600px) {
  .h-custom {
    height: 100%;
  }
  #ButtomSession {
    background-color: #0b6938;
    color: white;
    margin-bottom: 1.5rem;
  }
  #FooterLogin {
    background-color: #0b6938;
    color: white;
  }
  #CreateLogin {
    margin-bottom: 10rem;
  }
}

@media (max-width: 767px) {
    #ButtomSession {
        background-color: #0b6938;
        color: white;
        margin-bottom: 1rem;
      }
      #FooterLogin {
        background-color: #0b6938;
        color: white;
      }
}