.ispl-logo {
  height: 80px;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

.register-form{
  width: 70%;
  margin-left: 15%;
  min-height: 30vh;
  overflow: hidden;
}

.label{
  font-weight: bold;
  padding-left: 14px;
}


.new-input{
  height: 50px !important;
  border-radius: 15px !important;
  border-color: dodgerblue!important;
}

@media screen and  (max-width: 667px){
  .register-form{width: 98%;margin-left: 1%;}
  .sdnt-register{width:98%!important;margin-left: 1%!important;}
}

@media (max-width: 576px) {
  .ispl-logo {
    height: 100px; /* slightly smaller on mobile */
  }
}
.pagination .page-item .page-link {
  color: #007bff!important;
  border: 1px solid #dee2e6!important;
  padding: 8px 16px!important;
  transition: all 0.2s ease-in-out!important;
}

.pagination .page-item .page-link:hover {
  background-color: #007bff!important;
  color: #fff!important;
  border-color: #007bff!important;
}

.pagination .page-item.active .page-link {
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
  color: #fff!important;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d!important;
  pointer-events: none!important;
  background-color: #fff!important;
  border-color: #dee2e6!important;
}

.pri-title{
  font-weight: bold;
}

.new-body{
  margin: 0;
  background-image: linear-gradient(135deg, #ff5f6d, #ffc371);
}

.sdnt-register{
  width: 70%;
  margin-left: 15%;
  min-height: 60vh;
  margin-top: 1vh;
  margin-bottom: 2vh;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.form-title{
  text-align: center;
  padding-top: 10px;
}
.line-break{
  width: 100%;
  height: 1vh;
  border-bottom: 1px solid grey;
}
.register-form{
  margin-top: 1vh;
}

.imp{
  font-weight: bold;
  color: red;
}
.form-label{
  padding-left:5px;
  font-family: monospace;
}

.hackathon{
  /*min-height: 100vh;
  background-image: linear-gradient(lightblue,violet);*/
  background: #336387;
}

.hackathon-register{
  width: 100%;
  min-height: 60vh;
  background: #fff;
  margin-top: 2vh;
  overflow: hidden;
  border-radius: 10px;
}

.hack-form-title{
  padding: 10px 0px 0px 10px;
}

.gradient-underline {
  position: relative;
  display: inline-block;
}

.gradient-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #ff0080, #7928ca);
  border-radius: 2px;
}

.hack-register{
  width: 96%;
  margin-left: 2%;
  margin-top: 1vh;
}

.shadow{
  box-shadow: 5px 0px 0px 5px;
}

.hack-header{
  width: 100%;
  min-height: 10vh;
  background: #fff;
  position: sticky;
}

.hack-footer{
  min-height: 10vh;
  width: 100%;
  background: #fff;
  margin-top: 22vh;
}

.hck-title{
  text-transform: uppercase;
  text-align: center;
  padding-top:5px;
}

.hck-text{
  text-transform: uppercase;
  text-align: center;
}


.hack-logos{
  min-height: 20vh;
  width: 100%;
  background: #fff;
  margin-top: 1vh;
}

.logo-cmc{
  min-height: 18vh;
  width: 30%;
  margin-left: 1%;
  float: left;
}
.logo-ispl{
  min-height: 18vh;
  width: 30%;
  margin-left: 4%;
  float: left; 
}

.logo-miki{
  min-height: 18vh;
  width: 30%;
  margin-left: 4%;
  float: left;  
}

.hck-logo{
  height: 18vh;
  width: 100%;
}
.hck-logo1{
  height: 20vh;
  width: 100%;
}

.techstorm{
  width:60%;
  min-height: 11vh;
  background: #fff;
  margin-left: 20%;
  margin-top: 5vh;
  border-radius: 5px;
  overflow: hidden;
}

.storm-text{
  text-align: center;
}

.strom-title{
  text-align: center;
  padding-top: 5px;
}
.blinking-text {
  animation: blink 1s infinite;
  color: red;
  font-weight: bold;
  cursor: pointer;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.ftext{
  text-align: center;
  padding-top: 18px;
  font-weight: 700;
  color: #0a0a0a;
}

@media screen and (max-width: 667px) {
  .hck-text {
    font-size: 20px;
  }
  
  .hck-logo, .hck-logo1{
    height: 10vh;
    width: 100%;
  }
.hack-logos{min-height: 10vh;}
  .logo-cmc,
  .logo-ispl,
  .logo-miki {
    height: 10vh;
    width: 30%;
    float: left;
    margin-left: 0;
  }
.techstorm{
  width: 98%;
  margin-left: 1%;
}

}