/* Custom CSS
-------------------------------------*/
.customHeader {
  font-size: 24px;
  position: absolute;
  margin-left: 85px;
  margin-top: 15px;
}

.ilogo {
  width: 72px !important;
  height: 72px;
  margin-left:0px;
  margin-top: -10px;
}
.slogan {
  font-size: 14px !important;
  margin-top: -16px;
  margin-left: 86px;
  
}
/***********************************************************/
.input-hidden {
  position: absolute;
  left: -9999px;
 
}

input[type=radio]:checked + label>img {
  border: 4px solid #fff;
  box-shadow: 0 0 3px 3px #57bcca;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
  border: 4px  #fff;
  width: 40px;
  height: 40px;
  transition: 500ms all;
}

input[type=radio]:checked + label>img {
  transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}

/***********************************************************/