@charset "utf-8";
/* CSS Document */
@keyframes animatedBackground {
	0% { background-position: -2500px 0; }
	100% { background-position: 0 -5000px; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: -2500px 0; }
	100% { background-position: 0 -5000px; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: -2500px 0; }
	100% { background-position: 0 -5000px; }
}

@-o-keyframes animatedBackground {
	0% { background-position: -2500px 0; }
	100% { background-position: 0 -5000px; }
}
#Logo
{
    display:block;
    width:100%;
    background-image:url('../Logo/BaO_400x200.png');
    background-size:auto;
    background-repeat: no-repeat;
    background-position:center;
    margin:auto auto;
    position:absolute;
    background-position:50% 0%;
    
}
#body_home
{
margin:auto auto;
width:100%;
height:100%;
background-image:url('http://www.needtorecover.com/img/Currency.jpg');
background-position:0px 0px;
animation: animatedBackground 20s linear infinite;
	-moz-animation: animatedBackground 20s linear infinite;
	-webkit-animation: animatedBackground 20s linear infinite;
	-ms-animation: animatedBackground 20s linear infinite;
	-o-animation: animatedBackground 20s linear infinite;
}


#Slogan
{
font-family: 'Fjalla One', sans-serif;
font-size:50px;
font-weight:bold;
text-transform:uppercase;
opacity:1.0; 
text-shadow:0px 10px 50px rgba(255,254,255,1.0);
	
}
#login
{
	font-family: 'Montserrat', sans-serif;
	display:block;
box-shadow:4px 2px 8px rgba(0,0,0,0.3);
transition:ease-in;
padding-top: 3px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
font-size:18px;
width:85%;
margin: auto auto ;
border-radius:5px;
background-color:#FFF;
opacity:1.0;
	position:relative;
}
#login:active
{
    
	font-family: 'Montserrat', sans-serif;
	box-shadow:5px 10px 10px rgba(0,0,0,0.2);
transition: ease-in-out;
padding-top: 8px;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 20px;
font-size:18px;
width:85%;
border-radius:7%;
}
input[type=text] {
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	animation:running;
    width: 300px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: rgba(0, 1, 2, 1.0); 
color: rgba(255, 255, 255, 1.0);
	border-style:groove;
		border-radius:5px;
		text-align:center;
	
}
placeholder[username]
{
	color:#CCC;
}
input[type=text]:active {
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	animation: ease-out;
    width: 300px; 
	text-decoration:blink;
	background-color: rgba(0, 1, 2, 1.0); 
color: rgba(255, 255, 255, 1.0);
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
		border-radius:5px;
		text-align:center;
}
input[type=password] {
	font-family: 'Montserrat', sans-serif;
    width: 300px;
	font-size:19px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: rgba(0, 1, 2, 1.0); 
color: rgba(255, 255, 255, 1.0);
		border-radius:5px;
		text-align:center;
}
input[type=password]:active {
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	animation: ease-out;
    width: 300px; 
	text-decoration:blink;
	background-color: rgba(0, 1, 2, 1.0); 
color: rgba(255, 255, 255, 1.0);
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
		border-radius:5px;
		text-align:center;
}
input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	animation: cubic-bezier(x1,y1,x2,y2);
    width: 100%;
    padding: 12px 20px;
    margin:0 auto;
    box-sizing: border-box;
	font-size:20px;
		border-radius:15px;
		text-align:center;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	position:fixed;
	top:0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}
.active {
    background-color: #4CAF50;
}
