html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-image: url('../images/back.jpg');  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}
#win .modal-content{
  background-image: url('../images/wishBack.jpg');  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 98vh;
  min-height: 643px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*Right Side Buttons Start*/
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -212px;
  top: 130px;
  width: 251px;
  z-index: 11111;
}

.sticky li{
  list-style-type: none;
  background-color: #e14b03;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor: pointer;
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
  filter: gray;  */
  /* -webkit-filter: grayscale(100%);  */
}
.clickHand{
  
  position: absolute;
}
@-webkit-keyframes hand_shark{
  0%,100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}
  50%{-webkit-transform:translateX(.5rem) translateY(.5rem);transform:translateX(.5rem) translateY(.5rem)}
}
@keyframes hand_shark{
  0%,100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}
  50%{-webkit-transform:translateX(.5rem) translateY(.5rem);transform:translateX(.5rem) translateY(.5rem)}
}
.handimg {
    position: relative;
    width: 40%;    
    
    top: 170px;
    left: 83px;
    animation: hand_shark .5s linear infinite;
    z-index: 1;
}
.sticky li:hover{
  margin-left: -115px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
              -webkit-filter: grayscale(0%);
}

.sticky li svg{
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
  font-size: 23px;
    padding: 5px 0px 1px 5px;
}

.sticky li p{
  float:left;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}
/*Right Side Buttons End*/

.sprinimg{
  position: absolute;
  /* top: 5%; */
  width: 65%;
  top: -125px;
  /* left: 22%; */

}
.attems{
  position: absolute;
  padding-top: 11px;
  padding-bottom: 20px;
  width: 100%;
  color: white;
  /* max-width: 300px; */
  text-transform: uppercase;
  text-align: center;
}
.winpopimg{
  width: 90%;
}
@keyframes rotation {
  to {
    transform: rotate(360deg) translateX(-50%) translateY(-50%);
  }
}
#win h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.winpoptxt{
  width: 95%;
  padding-top: 100px;
}
#submit{
  margin: 0 auto;
  margin-top: 8px;
  width: 210px;
}
.tpDiv{
  margin-top: 8px;
}
.terms{
  color: white;
  padding-top: 5px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-out {
  animation: zoom-in-zoom-out 3s ease infinite;
}

.wheel-container {
  position: relative;
  width: 300px;
  height: 300px;
}
.wheel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/turntable.png') no-repeat;
  background-size: cover;
  transition: transform 6s ease-in-out;
}
.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/button.png') no-repeat;
  /* transform: translate(-50%, -50%) rotate(0deg);
  width: 20px;
  height: 20px; */
  /* background-color: red; */
  /* border-radius: 50%; */
  /* transition: transform 3s ease-in-out; */
}
.spin-button:hover{
  transform: scale(1.2)
}
.spin-button{

   position: absolute;
z-index: 1;
left: 121px;
top: 87px;
width: 20%;
cursor: pointer; transform-origin: center center; transform: scale(1);
}