div[role=main]{
    padding:0px!important;
    height: 100%;
}

#topofscroll, #page-content, #region-main-box, #region-main{height:100%;padding-bottom: 0 !important;}

.title {
  font-size: 4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.btn.button {
  padding: 12px 24px;
  background-color: white;
  color: #0074cc;
  border: 2px solid #00aaff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 0 3px #00aaff33;
  transition: all 0.3s ease;
}

.btn.button:hover {
  background-color: #f0f8ff;
  box-shadow: 0 0 0 4px #00aaff55;
}
.content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reg-modal .modal-header .close{
  border: 1px solid #808080;
    padding: 1px 6px !important;
    border-radius: 50%;
    color: #808080;
    margin: 0;
}
.reg-modal .mform .d-flex .form-control{
  width: 100%;
}
.reg-modal .modal-dialog{
max-width: 600px;
}
#page-local-cetracker-index header#page-header{
  display: none;
}

@media(max-width: 767px){
  .content{
    top: 42% !important;
  }
}