@import url(http://fonts.googleapis.com/css?family=Roboto:600,500,400,100);

.background {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: cover;
    background-position: center;
    z-index: 0;
    /* Animation settings */
    animation: changeBackground 20s infinite;
}

.background:after {
    content: '';
    display: none;
    background-image: url('img/background.jpg');
    background-image: url('img/background2.jpg');
    background-image: url('img/background3.jpg');
}

@keyframes changeBackground {
    0% { background-image: url('img/background.jpg'); }
    25% { background-image: url('img/background2.jpg'); }
    50% { background-image: url('img/background3.jpg'); }
    75% { background-image: url('img/background.jpg'); }
    100% { background-image: url('img/background2.jpg'); }
}

	
.body {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	
	}
.h5 {
  color: green;
}
	


.topspacer {
	position: relative;
	height: 60%;
	}



.formback {
	font-family:Arial;
 background-color: #FFFFFF; background-size: cover;	text-align: center;
 color: #000000; font-size: 16px;	position: relative;
	width:350px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: -340px; /* Space from top for form */
	z-index:1;
	border: 1px solid #ffffff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	padding: 10px;
	}
	


.customerlogo {
	max-width: 250px;
max-height: 150px;
margin: 10px auto;
	border-radius: 10px;	
	}


.airtellogo {
max-width: 180px;
max-height: 100px;
margin: 10px auto;
	border-radius: 10px;	
	}	

.formback input[type=text], input[type=password] {
  height: 30px;
  font-size: 15px;
  width: 50%;
  border-radius: 6px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  color: #000;
  background: #eee;
  border: 1px solid #000;
  border-top: 1px solid #000;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 1;
  }
  

.formback  input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}  
  

.formback input[type=submit] {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4169E1;
  border-radius: 6px;
  width:120px;
  height: 28px;
  margin-left:auto;
  margin-right:auto;
  font-weight:600;
}

.formback {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(9,121,12,1) 29%, rgba(255,255,255,1) 64%);

}


.formback input[type=submit]:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #3370B7;
}

.stats {
	width: 100%;
	border-width: 1px; 
	border-collapse: collapse; 
	border-color: #c1c1c1; 
	background-color: transparent;
	font-size: 12px;
}


.topic { font-size: 100px; }

.buybutton {
  background-color: #FFFFFF;  /* Button background color */
  border: 2px;
  color: #000000;  /* Button text color */
  padding: 15px 32px;
  text-align: justify;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.buybutton1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 6px;
  width: 300px;
  height: 50px;
}
.buybutton2 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 6px;
  width: 300px;
  height: 50px;
}
.buybutton3 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 6px;
  width: 300px;
  height: 50px;
}
.buybutton4 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 6px;
  width: 300px;
  height: 50px;
}
.buybutton5 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 6px;
  width: 300px;
  height: 50px;
}
.buttonGo {
  position: relative;
  background-color: #0597f2;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px;
  width: 90px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.buttoGo:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}

.buttonGo:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.loader-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 5vh; /* Adjust as needed */
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




