.LinkTilesIconHeader .header-link {
  text-align: right;
}

.LinkTilesIconHeader .tile-container {
  position: relative;
  min-height: 100px;
  margin-left: 0px !important;
  margin-bottom: 20px !important;
}

.LinkTilesIconHeader .for-box-shadow {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.LinkTilesIconHeader a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}

.LinkTilesIconHeader .tile {
  border: 0px;
  box-shadow: 15px -15px 0px #CCE5ED inset;
  padding: 25px 20px 40px 100px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.LinkTilesIconHeader .tile h4 {
  margin-left: 5px;
}

.LinkTilesIconHeader .tile:hover {
  background-color: #F4F9FB;
  box-shadow: 15px -15px 0px #99CCDA inset;
}

.LinkTilesIconHeader .icon-container {
  position: absolute;
  top: 15px;
  left: 40px;
}

.LinkTilesIconHeader .icon-container i {
  font-size: 30px;
  color: #217272;
}

.btn-inlog {
  background-color: #007FA3;
  border-color: transparent;
  color: #ffffff;
  text-decoration: none;
  min-width: 200px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
