@charset "utf-8";
/* CSS Document */

html, body {
	/*background-image: url("../img/login-background.jpg");*/
	background-color: #f8f9fa;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 410px;
margin-top: auto;
margin-bottom: auto;
width: 620px;
background-color: rgba(0,0,0,0.5) !important;
}

.card-header h6{
color: white;
font-style: italic;
}

.input-group-prepend span {
	width: 40px;
	text-align: center !important;
	background-color: brown;
	color: white;
	border: 0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.login_btn {
	color: white;
	background-color: brown;
	width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
	font-size: 65%;
}

.links a{
margin-left: 4px;
color: #A8A8A8;
}
	.links a:hover {
		color: brown;
	}

.links_btn{
color: #FFF;
	font-size: 75%;
}

	.links_btn a {
		margin-left: 4px;
		color: white;
	}
		.links_btn a:hover {
			color: brown;
		}