.kctitlebox {
  background-color: #3f51b5;
  width: 100%;
  display: flex;
  height: 90px;
  line-height: 90px;
}

.kctitle {
  background-color: #3f51b5;
  color: white;
  height: 90px;
  line-height: 45px;
  text-align: center;
  font-family: Arial,Helvetica,SansSerif;
}

a.kctitle {
  background-color: #3f51b5;
  color: white;
}

a.kctitle {
  color: white;
}

a:hover:hover {
  color: #ff4081;
}

.kcbodycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgb(34,34,34); /* for IE */
  background: rgba(34,34,34,0.75);
  display: flex;
  /* filter: blur(10px); */
}

.kcbody {
  padding: 20px 0px 20px 20px;
  color: white;
  font-family: Arial,Helvetica,SansSerif;
  width: 100%;
  z-index: 10;
}

.kcfooterbox {
  position: absolute;
  bottom: 7px;
  width: 99%;
  height:90px;
  background-color: #3f51b5;
  display: flex;
}
html {
  background: url(../lighthouse-background-smaller.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.google-button {
  background-color: #d9534f;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.facebook-button {
  background-color: #4267b2;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
