/* index Style */
.bg {
  background: url("../images/bg3.png");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.headerindex {
  background-color: transparent !important;
  width: 100%;
  z-index: 9999;
  padding: 40px;
}

.textslider {
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 1200px;
  text-align: center;
  text-shadow: 0px 1px 5px gray;
  top: 35%;
}

.slidertitle {
  font-size: 5vh;
  -webkit-animation: mymove 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
  animation-fill-mode: forwards;
}

.slidersubtitle {
  font-size: 4vh;
  -webkit-animation: mymove 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
  animation-fill-mode: forwards;
}

.btnslider a {
  background-color: #fd9800;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 24px;
  font-weight: 700;
}
.header .logo img {
    width: 150px;
}

.btnslider {
  font-size: 4vh;
  -webkit-animation: mymove 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation: mymove 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes mymove {
  from {
    left: -50px;
  }
  to {
    left: 23%;
  }
}

.btnlogin {
  color: #fff;
  background-color: #4b9cda;
}

.btnlogin:hover {
  color: #333;
}

/* End Index Style */