*{
	box-sizing: content-box;
}

body{
  
	background:  #FF086B;
	height: 100%;
	
}
.row1{
    padding:25px;
}
.cont1{
	margin-top:40px;
	background: #fff;
}
.img1{
	text-align: center;
	
}
.img2{
	text-align: center;
	
}
.img1 img{
    width:50%;
}
.img2 img{
    width:50%;
}
.p1{
	text-align: center; font-size: 17px; color: #D64E5C; font-weight: 700;
}
.h12{
	text-align: center; font-size: 65px; font-weight: 700; color: #FF086B;
}
.load{
	text-align: left;
	padding:0 100px;
	font-size: 20px;
	font-weight: 700;
	color: #D64E5C;
	margin-bottom:-2px;
}
 .loader{
 	text-align: center;

 }
 .h31{
font-weight: 750;
	color: #D64E5C;
	text-align: center;
 }
 .td1{
 	text-align: center;
 }
 .img12{
 	width: 23%;
 }
  .p12{
  	margin-top:13px;
  }
  .p13{
  	margin-top:13px;
  }
 .a12{
 	background-color:#FF086B;
 	padding: 3px 13px;
 	text-align: center;
 	color: #fff;
 	font-size: 15px;
 	font-weight: 600;

 }
 .a13{
 	background-color:#FF086B;
 	padding: 3px 24px;
 	text-align: center;
 	color: #fff;
 	font-size: 15px;
 	font-weight: 600;

 }
  .a14{
 	background-color:#fff;
 	padding: 3px 10px;
 	text-align: center;
 	color: #F31D73;
 	font-size: 20px;
 	font-weight: 600;
margin: 0 20px;
 }
 .a12:hover{
 	text-decoration: none;
 	color:#fff;
 }
 .a13:hover{
 	text-decoration: none;
 	color:#fff;
 }
 .a14:hover{
 	text-decoration: none;
 	color:#D64E5C;
 }

.a12:focus{
 	text-decoration: none;
 	color:#fff;
 }
 .a13:focus{
 	text-decoration: none;
 	color:#fff;
 }
 .a14:focus{
 	text-decoration: none;
 	color:#F31D73;
 }


 .a15{
background-color: #D64E5C;
color: #fff;
padding: 2px 5px;
 }
 .a15:hover{
text-decoration: none;
color:#fff;
 }
 .a15:focus{
 	text-decoration: none;
color:#fff;
 }
  .table2{

  	text-align: center;
  	margin:30px auto;
  }
  .table3{

  	text-align: center;
  	margin:40px auto;
  	display:none;
  }
 input[type=number]::-webkit-inner-spin-button,
      input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

.form-style-8{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 88%;
	padding:30px 30px 5px 30px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style-8 h2{
	background: #FF086B;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 10px;
	text-align: center;
	margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select 
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 40px;
	color: #757575;
}
 
.form-style-8 textarea{
	resize:none;
	overflow: hidden;
}
.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
	-moz-box-shadow: inset 0px 1px 0px 0px #D64E5C;
	-webkit-box-shadow: inset 0px 1px 0px 0px #D64E5C;
	box-shadow: inset 0px 1px 0px 0px #D64E5C;
	background-color: #FF086B;
	border: none;
	  

	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}



.form-style-7{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 88%;
	padding:30px 10px 5px 10px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style-7 h2{
	background: #FF086B;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 10px;
	text-align: center;
	margin: -30px -10px 30px -10px;
}

.form-style-7 input[type="number"]
{
    height: 30px;
          width: 30px;
         
          text-align: center;
          border: 1px solid #000000;
    margin:auto;
    
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;

	padding: 5px;

	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;

	color: #000;
}
 

.form-style-7 input[type="button"], 
.form-style-7 input[type="submit"]{
	-moz-box-shadow: inset 0px 1px 0px 0px #D64E5C;
	-webkit-box-shadow: inset 0px 1px 0px 0px #D64E5C;
	box-shadow: inset 0px 1px 0px 0px #D64E5C;
	background-color: #FF086B;
	border: none;
	  

	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}


.form-style-7 input[type="button"]:hover, 
.form-style-7 input[type="submit"]:hover {
	background:linear-gradient(to bottom, #FF086B 5%, #D64E5C 100%);
	background-color:#D64E5C;
}




.button123{
	text-align: right;
}
.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
	background:linear-gradient(to bottom, #FF086B 5%, #D64E5C 100%);
	background-color:#D64E5C;
}

.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:47%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.whats-float1 {
    position: fixed;
    transform:translate(108px,0px);
    top:35%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float1 a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float1 i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float1:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float1:hover i  {
    transform:rotate(360deg);
}
.fab1 {
  padding: 5px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-facebook:hover{
   
    color:#fff;
}

.fa-instagram {
  background: #55ACEE;
  color: white;
}

.fa-instagram:hover {
  
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-google:hover {

  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-linkedin:hover {
 
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-youtube:hover {

  color: white;
}


.p16{
    display:none;
}


.table5{
    display:none;
}
 @keyframes animate-stripes {
	 0% {
		 background-position: 0 0;
	}
	 100% {
		 background-position: 60px 0;
	}
}
 @keyframes auto-progress {
	 0% {
		 width: 0%;
	}
	 100% {
		 width: 100%;
	}
	
}
 .progress-bar {
	 background-color: #1a1a1a;
	 height: 20px;
	 width:60%;
	 margin: 0px 100px 15px 100px;
	 border-radius: 5px;
	 box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
	 text-align:center;
 
}
 .stripes {
     	position: relative;
	

	border-radius:3px;
	
	/* Let's animate this */
	animation: animate-stripes 5s linear infinite;

	 background-size: 30px 30px;
	 background-image: linear-gradient(135deg, rgba(255, 255, 255, .10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .10) 50%, rgba(255, 255, 255, .10) 75%, transparent 75%, transparent);
}
 .stripes.animated {
	 animation: animate-stripes 0.6s linear infinite;
}
 .stripes.animated.slower {
	 animation-duration: 1.25s;
}
 .stripes.reverse {
	 animation-direction: reverse;
}
 .progress-bar-inner {
     	/* Gradient background with Stripes */
	background-image:
	-webkit-linear-gradient( 135deg,
													 transparent,
													 transparent 33%,
													 rgba(0,0,0,.1) 33%,
													 rgba(0,0,0,.1) 66%,
													 transparent 66%),
    -webkit-linear-gradient( top,
														rgba(255, 255, 255, .25),
														rgba(0,0,0,.2)),
     -webkit-linear-gradient( left, #D64E5C, #FF086B);
     
	 display: block;
	 height: 20px;
	 width: 0%;
	 
	 border-radius: 3px;
	 box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	 position: relative;
	 animation: auto-progress 10s infinite linear;
}
 
@media only screen and (max-width:700px){
    
    
    
    
    
    .whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:47%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.whats-float1 {
    position: fixed;
    transform:translate(108px,0px);
    top:35%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float1 a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float1 i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float1:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float1:hover i  {
    transform:rotate(360deg);
}
    
    
    
    
    
    .img2 img{
    width:50%;
}
    .coming{
        color:#FF086B;   text-align:left;  margin: 0px 50px 15px 50px;
    }
    
    
	.p15{
		display: none;
	}
	
	.img1 img{
    width:70%;
    height:50px;
}
.row1{
    padding:15px;
}

.p1{
text-align: center; font-size: 12px; color: #D64E5C; font-weight: 600;
margin-top:-4px;
}
.h12{
	text-align: center; font-size: 35px; font-weight: 700; color: #FF086B;
}
.td1{
 	text-align: center;
 }
 .img12{
 	width: 40%;
 }
 .a12{
 	
 	font-size: 17px;
 	font-weight: 600;
text-decoration: none;
 }
 .a13{
 	padding: 3px 20px;
 	font-size: 17px;
 	font-weight: 600;
 	text-decoration: none;

 }	
 .form-style-8{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 70%;
	padding:30px 30px 5px 30px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}



 .form-style-7{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 98%;
	padding:30px 2px 5px 2px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}



.form-style-7 h2{
	background: #FF086B;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 10px;
	text-align: center;
	margin: -30px -2px 30px -2px;
}


.form-style-7 input[type="number"]
{
    height: 30px;
          width: 25px;
         
          text-align: center;
          border: 1px solid #000000;
   
	display: block;
padding:0px;
 

	background: transparent;
	margin-bottom: 5px;
	font: 16px Arial, Helvetica, sans-serif;

	color: #000;
}
.space123{
    padding:0 12px;
}


.p16{
    display:block;
    padding:6px 4px 0px 4px;
}
.cont1{
	margin:0;
	background: #fff;
}
 .table3{

  	text-align: center;
  	margin:10px auto;
  	display:block;
  }
   .a17{
 	background-color:#D64E5C;
 	padding: 4px 10px;
 	text-align: center;
 	color: #fff;
 	font-size: 15px;
 	font-weight: 700;
margin: 0 10px;
text-decoration: none;
white-space:nowrap;
 }
   @-webkit-keyframes glowing1 {
 0% { background-color: #D64E5C; -webkit-box-shadow: 0 0 5px #D64E5C; }
      50% { background-color: #D64E5C; -webkit-box-shadow: 0 0 17px #D64E5C; }
      100% { background-color: #D64E5C; -webkit-box-shadow: 0 0 5px #D64E5C; }
      }
      @keyframes glowing1 {
      0% { background-color: #D64E5C; box-shadow: 0 0 5px #D64E5C; }
      50% { background-color: #D64E5C; box-shadow: 0 0 17px #D64E5C; }
      100% { background-color: #D64E5C; box-shadow: 0 0 5px #D64E5C; }
      }
      .a17 {
      animation: glowing1 1300ms infinite;
      }
  .a17:hover{
 	text-decoration: none;
 	color:#fff;
 }

 .a17:focus{
 	text-decoration: none;
 	color:#fff;
 }
 
  
 .p13{
  	margin-top:13px;
  }
  .table2{
      display:none;
  }
 
  .table5{
    display:block;
    margin:10px auto;
    width:90%;
}
.fab1 {
  padding: 6px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
}
 .progress-bar {
	 background-color: #1a1a1a;
	 height: 20px;
	 width:75%;
	 margin: 0px 50px 15px 50px;
	 border-radius: 5px;
	 box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
 
}

 .h31{
font-weight: 750;
	color: #D64E5C;
	text-align: center;
 }
 
}


@media only screen and (min-width:700px) and (max-width:1080px){
    
      
    
    
    .whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:47%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.whats-float1 {
    position: fixed;
    transform:translate(108px,0px);
    top:35%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float1 a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float1 i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float1:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float1:hover i  {
    transform:rotate(360deg);
}
    
    
    
    
    .img2 img{
    width:30%;
}
    .coming{
        color:#FF086B;   text-align:left;  margin: 0px 135px 15px 135px;
    }
    
    
    .row1{
        padding:0 10px;
    }
    .h31{
font-weight: 750;
	color: #D64E5C;
	text-align: center;
	font-size:30px;
 }
   	.p15{
		display: none;
	}
	
	.img1 img{
    width:75%;
    height:60px;
}
.row1{
    padding:15px;
}

.p1{
text-align: center; font-size: 23px; color: #D64E5C; font-weight: 600;
margin-top:-4px;
}
.h12{
	text-align: center; font-size: 55px; font-weight: 700; color: #FF086B;
}
.td1{
 	text-align: center;
 }
 .img12{
 	width: 40%;
 }
 .a12{
 	
 	font-size: 20px;
 	font-weight: 600;
 	text-decoration: none;

 }
 .a13{
 	padding: 3px 20px;
 	font-size: 20px;
 	font-weight: 600;
 	text-decoration: none;

 }	
 .form-style-8{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 80%;
	padding:30px 30px 5px 30px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}




 .form-style-7{
	font-family: 'Open Sans Condensed', arial, sans;
	width: 80%;
	padding:30px 20px 5px 20px;
	background: #FFFFFF;
	margin: 10px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}

.form-style-7 h2{
	background: #FF086B;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 10px;
	text-align: center;
	margin: -30px -20px 30px -20px;
}



.p16{
    display:block;
    padding:6px 4px 0px 4px;
}
.cont1{
	margin:0;
	background: #fff;
}
 .table3{

  	text-align: center;
  	margin:20px auto;
  	display:block;
  }
   .a17{
 	background-color:#FF7886;
 	padding: 5px 12px;
 	text-align: center;
 	color: #fff;
 	font-size: 22px;
 	font-weight: 700;
margin: 0 15px;
text-decoration: none;
white-space:nowrap;
 }
  .a17:hover{
 	text-decoration: none;
 	color:#fff;
 }

 .a17:focus{
 	text-decoration: none;
 	color:#fff;
 }
 .p13{
  	margin-top:13px;
  }
  .table2{
      display:none;
  }
 
  .table5{
    display:block;
    margin:10px auto;
    width:90%;
}
.fab1 {
  padding: 8px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
}
 .progress-bar {
	 background-color: #1a1a1a;
	 height: 20px;
	 width:70%;
	 margin: 0px 135px 15px 135px;
	 border-radius: 5px;
	 box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
 
}
   
   
    
}


 .button1 {
      border: 1px transparent;

      -webkit-border-radius: 40px;
      border-radius: 40px;
      color: #ffffff;
      cursor: pointer;
      display: inline-block;
      font-family: Arial;
      font-size: 22px;
      padding: 3px 12px;
      text-align: center;
      text-decoration: none;
      
      -webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
      }
      @-webkit-keyframes glowing {
      0% { background-color: #FF0066; -webkit-box-shadow: 0 0 5px #FF0066; }
      50% { background-color: #FF086B; -webkit-box-shadow: 0 0 17px #FF086B; }
      100% { background-color: #FF0066; -webkit-box-shadow: 0 0 5px #FF0066; }
      }
      @keyframes glowing {
      0% { background-color: #FF0066; box-shadow: 0 0 5px #FF0066; }
      50% { background-color: #FF086B; box-shadow: 0 0 17px #FF086B; }
      100% { background-color: #FF0066; box-shadow: 0 0 5px #FF0066; }
      }
      
      
       .digit-group input {
	 width: 30px;
	 height: 50px;
	 background-color: #18182a;
	 border: none;
	 line-height: 50px;
	 text-align: center;
	 font-size: 24px;
	 font-family: 'Raleway', sans-serif;
	 font-weight: 200;
	 color: white;
	 margin: 0 2px;
}
 .digit-group .splitter {
	 padding: 0 5px;
	 color: white;
	 font-size: 24px;
}
 .prompt {
	 margin-bottom: 20px;
	 font-size: 20px;
	 color: white;
}
 
 
 
.login {
    position: fixed;
    transform:rotate(-90deg) translate(-50%,50%);
    top:40%;
    left:-70px;
    width:100px;
    height:40px;
    overflow: hidden;
    background-color: #fff;
    	color: #F31D73;
 	font-size: 20px;
 	font-weight: 600;
    border-radius: 10px 0 0 10px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
   
}
 