body {
	padding-top: 3.5rem;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

.btn:focus {
  box-shadow: none;
}

.navbar-betgalaxy {
	background-color: #000000;
	padding-bottom: 20px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
}


.navbar-brand img {
	height: 60px!important;
}


.subtitle {
	position: absolute;
	top: 8px;
	left: 128px;
	margin-top: 60px;
	font-size: 16px;
}

.navbar-login-btn {
	background-color: #617C8F;
}
.navbar-signup-btn {
	background-color: #EF4D0F;
}
.navbar-signup-btn:hover{
	background-color:#D35207;
	border-color:#D35207
}

/*
.navbar-betgalaxy {
	background-color: #000000;
	height: 115px;
}

.navbar-login {
	margin-top: -30px!important;
}
.navbar-fp {
	font-size: 14px;
}


.navbar-subtitle {
	margin-left: -211px;
	margin-top: 62px;
	font-size: 12px;
}
*/


.main {
	margin-top: 50px;
}

.welcomebg{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url('/img/betgalaxy-background.jpg');
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.welcome h2 {
	color: #ffffff;
	text-align: center;
	font-size: 54px;
	margin-bottom: 50px;
}


.welcomeimg {
	height: 180px;
}
.cardtitle {
	text-align: center;
	padding-top: 20px;
}

.welcome-signup-btn {
	background-color: #EF4D0F;
	font-size: 30px;
	margin-top: 20px;
}
.welcome-signup-btn:hover{
	background-color:#D35207;
	border-color:#D35207
}


.img-approvedby {
	margin-top: -30px;
}

.howtouse {
	background-color: #52636D;
	height: 580px;
}

.howtouse h3 {
	font-size: 50px;
	padding: 30px;
}

.howtouse a {
	color: #ffffff;
}

.beteasy {
	background-color: #333333;
	height: 460px;
	text-align: center;
}

.beteasy .card {
	width: 18rem;
	background-color:transparent;
	border: 0;
	
}

.accordion .card-header {
	background-color: #3C4B54;
}

.steptitle {
	text-align: center;
	color: #F5B900;
	font-size: 32px;
	padding-top: 20px;
}

.beteasy .card img {
	height: 150px;
}

.beteasy h3 {
	font-size: 50px;
	padding: 30px;
	text-align: center;
}


.futureofgaming {
	background-color: #000000;
	height: 540px;
}

.futureofgaming h3 {
	color: #F5B900;
	font-size: 50px;
	padding: 30px;
}


.askedquestions {
	background-color: #52636D;
	height: 100%;
	padding-bottom: 50px;
}


.askedquestions h3 {
	font-size: 50px;
	padding: 30px;
}

.askedquestions a {
	color: #ffffff;
}

.accordion .card {
	background-color: transparent;
}

.accordion .card .btn {
	color: #ffffff;
}






.cashier_header_btn {
	background-color: #F5B900;
}

.cashier_header_btn:hover {
	background-color: #e3aa00;
}


.logout_btn {
	background-color: #6E8999;
	color: #ffffff;
}

.logout_btn:hover {
	color: #ffffff;
	background-color: #5f798a;
}


.cashier_main {
	min-height: 500px;background-color: #4b4b4b;padding-top: 40px;
}

.cashier_div {
	width: 220px;
	height: 50px;
	margin-bottom: 1px;
	padding-top: 10px;
	margin-right: 16px;
}

.cashier_btn {
	margin-left: 2px;
	background-color: #767474;
	color: #ffffff;
	margin-right: 10px;
	width: 220px;
}

.cashier_btn:hover {
	color: #ffffff;
	background-color: #6D6C6C;
}

.cashier_icon {
	font-size: 20px;float: left;padding-top: 3px;
}

.cashier_title {
	padding: 0;
	margin: 0;
	background-color: #4b4b4b;
	font-size: 12px;
	width: 64px;
	margin-top: -17px;
	margin-left: 84px;
	padding-bottom: 3px;
}



/*loader spinner */

.spanner{
  position:absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

.login_header {
	background-color: #4b4b4b;
	padding: 5px;
	padding-left: 10px;
	top:0;
	position: absolute;
	right: 0;
	line-height: 30px;
}




.history_table {
	width: 300px;
}



/* mobile settings */


@media (max-width: 768px) {
	.main {
		margin-top: 10px;
	}
	.navbar-brand img {
	height: 30px!important;
	}


	.login_brand {
		margin-top: 32px;
		height: 26px;
	}

	.main_logged {
		margin-top: 26px;
	}

.subtitle {
	position: absolute;
	top: 8px;
	left: 72px;
	margin-top: 34px;
	font-size: 10px;
}
	.welcomebg{
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%), url('/img/betgalaxy-background.jpg');
		background-attachment: static;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;

	}	
  .welcome h2  {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .welcomeimg {
		height: 100px;
	}

	.welcome-signup-btn {
	background-color: #EF4D0F;
		font-size: 14px;

	}

	.img-approvedby {
	margin-top: -10px;
}


	.cardtitle {
	 font-size: 16px;
	}

	.howtouse {
		height: 370px;
	}

	.howtouse h3 {
	font-size: 20px;
	padding: 30px;
	}

	.beteasy {
		height: 100%;
	}

	.beteasy h3 {
		font-size: 20px;
	}

	.futureofgaming {
		height: 100%;
		padding-bottom: 30px;
	}

	.futureofgaming h3 {
		font-size: 20px;
	}

	.futureofgaming p {
		font-size: 14px;
	}

	.askedquestions h3 {
		font-size: 20px;
	}

	.login_header{
    	font-size: 12px;
    	width: 100%;
    }

    .cashier_btn {
    	display: block;
    	width: 100%;
    	margin-bottom: 10px;
    }

    .btn_deposit {
    	display: block;
    	width: 100%;
    	margin-top: 20px;
    }

    .txt_deposit {
    	display: block;
    	width: 100%;
    }

    .deposit_min_amount {
    	margin-top: -88px;
    	text-align: center;
    }

    .withdrawal_min_amount {
		margin-top: -68px;
    	text-align: center;
    }

    .cashier_table {
    	width: 100%;
    }

    .cashier_div {
    	width: 100%;
    }

    .logout_btn {
    	position: absolute;
    	top: 4px;
    	right: 5px;
    }

    .cashier_header_btn {
    	position: absolute;
    	top: 4px;
    	right: 42px;
    }


		.history_table {
			width: 100%;
		}



}



