.container{
	height: 100%;
	align-content: center;
}

.card{
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.card-header h3{
	color: white;
}

.login_btn{
	color: black;
	background-color: #FFC312;
	width: 100%;
}

.login_btn:hover{
	color: black;
	background-color: white;
}

a:link{
	color: orange;
}

a:visited{
	color: orange;
}

p{
	color: white;
}

input[type=text], input[type=password]{
	color: white !important;
}

input[type=text]:focus, input[type=password]:focus{
	color: black !important;
}