.panel{
	
	border:0px solid #d2d2d2;
	padding:15px;
	background:transparent;
}
.navbar{
	
	background:transparent;
	border:0px;
}
body{
	background-image:url("../img/b44.png");
	/* background-image:url("../img/bg1.png"); */
	/* background-image:url("../img/b9.png"); */
	/* background-repeat:no-repeat; */
	/* background-size:cover; */
	color:white;
	color:black;
	font-family: 'Fjalla One', sans-serif;
	background-color:white;
}

.a{
	color:black;
	padding-right:8px;
}

td{
	color:white;
}
.box{
	/* background:#2a2b2b; */
	/* background:red; */
	/* background:#f1b612 ; */
	/* background:#030391 ; */
	/* background:black ; */
	background-image:url("../img/b9.png");
	/* background-image: url("img/panel.png"); */
	/* border:2px solid #ecc75f; */
	/* box-shadow: 0px 0px 8px 4px black; */
	color:black;
	
}
.back_to_home_page{
	
	/* color:gray; */
	/* background:#d2d2d2; */
	/* border-radius:4px; */
	/* padding:4px; */
	/* border:2px solid #d2d2d2; */
	
}
.close_panel{
	text-decoration:underline;
	text-align:right;
	
}
.textScreenWidth{
	max-width:230px;
	padding-top:24px;
}

.btn-primary{
	
		/* background-color:#7bb39f; */
		/* background-color:#d7d5cd ; */
		/* background-color:#45007d ; */
		/* background-color:#0c005f ; */
		background-color:#12f13e ;
		border:#8bb39f;
		color:white;
		color:black;
		box-shadow: 0px 0px 4px 2px black;
}
.fp{
	height:17%;
}
.logo{
	font-family: 'Oswald', sans-serif;
}
.d{

display:none;
}
.yellowBackground{
	background:yellow;
	text-align:center;
	
}
.input_empty_notify{background:yellow;border:1px solid red;}
@font-face {
    font-family: Gilroy ExtraBold Regular;
    src: url("s16css/Gilroy-ExtraBold.otf") format("opentype");
}


.powered{
	font-family: 'Gilroy-ExtraBold', sans-serif;
	font-weight:bold;
	
	
}
@font-face {
    font-family: 'Gilroy Light Regular';
    src: url("s16css/Gilroy-Light.otf") format("opentype");
}
@font-face {
    font-family: Gilroy-ExtraBold;
    /* src: url("webfont.eot"); /* IE9 Compat Modes */ 
    /* src: url("webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ 
         url("s16css/Gilroy-ExtraBold.woff") format("woff"), /* Modern Browsers */
         /* url("webfont.ttf")  format("truetype"), /* Safari, Android, iOS */ 
         /* url("webfont.svg#svgFontName") format("svg"); /* Legacy iOS */ 
}


/*  slide in effect */ 
.slideanim {visibility:hidden;}
.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
