
html,body{
background-image: url('../img/Logo.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Open Sans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 160px;
/* margin-top: auto;
margin-bottom: auto; */

margin-top: 458px;
margin-bottom: auto; 

width: 300px;
background-color: rgba(0,0,0,0.5) !important;

color: #666666 !important;
}
	

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.login_btn{
/*color: black;
 background-color: #FFC312; 
width: 100px; */

  width: 30%;
  height: 30px;
  color: black;
  background-color: #ffd700;
  background: #ffd700 -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ffd700)) no-repeat;
  border-color: #ffd700; 
  font-size: 15px;
}

.login_btn:hover{
color: black;
background-color: white;
}

