body{
  margin:0;
  padding:0;
  background: url("images/loginbg.jpg");
  width: 100%;
  height:100vh;
  overflow: hidden;
  position: relative;
}

.nav-container{
    width:100%;
    background-color: #0F96A7;
    height:auto;
    padding:10px;
}

.header-table{
  width:65%;
  margin:auto;
}

.header-logo{
   width: 10%;
}

.header-logout{
   width: 10%;
   text-align: right;
}

.logo{
  width:55px;
  margin-left:10px;
}

.logout{
  width:55px;
}

.header-txt{
  color:#fff;
  text-align:center;
  font-family: cambria math;
  font-size: 38px;
  font-weight: bold;
  margin-left:55px;
  letter-spacing: 1px;
  margin-bottom:-15px;
}

.body-container{
  width:65%;
  height:85vh;
  margin:auto;
  background-color: #fff;
}
.header-info-table{
  width : 100%;
  margin:0.5% 5%;
  border-collapse: separate;
  border-spacing: 0px 0.3em;
}

.footer-container{
  position: absolute;
  bottom: 0px;
  width:100%;
  background-color: #0F96A7;
  height:70px;
  padding:10px;
 }

.body-header-label-icon{
  font-size:23px;
  text-align: center;

}

.body-header-label{
  font-size:18px;
  font-family: cambria math;
  font-weight: bold;
}

.body-header-data{
  font-size:18px;
  font-family: cambria math;
  font-weight: bold;
  color: #E04467;
}

.profile-pic-style{
   width:110px;
   height:110px;
   margin-left:70px;
   border-radius:50%;
}

.kcpeer-logo{
  border-radius: 15px;
  height:40px;
  width:130px;

}

.kcpeer-table{
  width : 100%;
  margin:5px 0px;
  border-collapse: separate;
  border-spacing: 0px 1.5em;
}

.kcpeer-txt{
  font-size:18px;
  margin-left: 15px;
  font-weight:bold;
  animation: text 0.5s infinite;
}

.kcpeer-txt-whatsnew{
  margin-right:-60px;
  color:#8E2695;
  font-weight:bold;
  letter-spacing:0.2px;
}

.kcpeer-txt:hover,.kcpeer-txt-whatsnew:hover{
  cursor: pointer;
}


.module-container{
  text-align: center;
  border:3px solid  #0F96A7;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-right:-10px;
  margin-left:3px;

}

.module-link{
  text-decoration: none;
  color:#000;
  font-size:18px;
}

.module-link:hover{
  color:#000;
}

.module-link p{
 margin-top:5px;
}


.module-icon{
  width:70px;
}

.custom-icon{
  width:60px;
  height:70px;
}

.module-icon:hover{
  scale:1.1;
}

@keyframes text {
  from {color: red;}
  to {color: green;}
}


@media screen and (max-width: 1800px) {

  .body-container{
    width:95%;
  }

  .header-table{
    width:90%;
    margin:auto;
  }

  .logo{
    width:45px;
    margin-left:10px;
  }

  .logout{
    width:45px;
  }

  .header-txt{
      font-size: 28px;
      margin-top:-10px;
      margin-left:-10px;

  }

/**/

.footer-container{
  bottom: 0px;
  width:100%;
  background-color: #0F96A7;
  height:50px;
  padding:10px;
 }

.body-header-label-icon{
  font-size:20px;
  text-align: center;
}

.body-header-label{
  font-size:16px;

}

.body-header-data{
  font-size:16px;
}

.profile-pic-style{
   width:100px;
   height:100px;
   margin-left:50px;
   border-radius:50%;
}

.kcpeer-logo{
  border-radius: 15px;
  height:40px;
  width:110px;

}
.kcpeer-table{
  width : 100%;
  margin:5px 0px;
  border-collapse: separate;
  border-spacing: 0px 0.8em;
}

.kcpeer-txt{
  font-size:16px;
  margin-left: 5px;
}

.kcpeer-txt-whatsnew{
  margin-right:-40px;
  font-size:16px;
}

.module-container{
  text-align: center;
  border:3px solid  #0F96A7;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-right:-10px;
  margin-left:3px;

}

.module-link{
  font-size:16px;
}

.module-link p{
 margin-top:5px;
}

.module-icon{
  width:60px;
}

.custom-icon{
  width:60px;
  height:60px;
}

}

/**/

@media screen and (max-width: 700px) {

  .body-container{
    width:100%;
  }

  .header-table{
    width:100%;
    margin:auto;
  }

  .logo{
    width:35px;
  }

  .logout{
    width:35px;
  }

  .header-txt{
    font-size: 20px;
    letter-spacing: 0.7px;
    margin-top:-10px;
    margin-left:-10px;
  }
  /**/
  .header-info-table{
    width : 100%;
    margin:1%;
    border-collapse: separate;
    border-spacing: 0px 0.3em;
  }

  .footer-container{
    height:40px;
    padding:10px;
   }

  .body-header-label-icon{
    font-size:18px;
    text-align: center;
  }

  .body-header-label{
    font-size:16px;

  }

  .body-header-data{
    font-size:16px;
  }

  .profile-pic-style{
     width:90px;
     height:90px;
  }

  .kcpeer-logo{
    border-radius: 15px;
    height:30px;
    width:100px;

  }
  .kcpeer-table{
    width : 100%;
    margin:10px 0px;
    border-collapse: separate;
    border-spacing: 0px 0.8em;
  }

  .kcpeer-txt{
    font-size:16px;
    margin-left: 15px;
  }

  .kcpeer-txt-whatsnew{
    margin-right:-80px;
    font-size:16px;
  }

  .module-container{
    border:3px solid  #0F96A7;
    padding: 10px 15px;
    margin-bottom: 8px;
    margin-right:-15px;
    margin-left:5px;

  }

  .module-link{
    font-size:15px;
  }

  .module-link p{
   margin-top:5px;
  }

  .module-icon{
    width:50px;
  }

  .custom-icon{
    width:50px;
    height:50px;
  }
}
