
#btnInfo_ {
  position: absolute;
  z-index: 100000;
  left: 50px;
  top: 150px;
}

#btnRegister_ {
  position: absolute;
  z-index: 100000;
  left: 50px;
  top: 220px;
}

#btnList_ {
  position: absolute;
  z-index: 100000;
  left: 50px;
  top: 290px;
}

.main-footer {
  margin-left: 0px !important;
  /* width: 1080px; */
}

.register-footer {
  width: 640px;
} 

.register-box {
  width: 640px;
  top: 20px;
}

.modal-single-button  {
  margin-right: 20px;
}

.iclimb_card {
  width: 1080px;
}

.btn-group {
  margin-top: 20px;
}

.img-btn {
  height: 80px;
  background-color: #2e3754;
}

.btn-img {
  height: 80px;
  top: 10px;
  padding: 10px 20px;
}

.img-btn-1 {
  position: absolute;
  top: 200px;
  left: 200px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}