@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";

.card-header .btn-link {
	text-decoration: none;
}

.navbar .user {
	color: #FFFFFF;
}
.navbar .user a {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar .user {
	color: #FFFFFF;
	line-height: 32px;
}
.navbar .user img {
	margin-right: 10px;
}

.navbar-dark img.logo {
	filter: brightness(0) invert(1);
}
.navbar-dark img.icon {
	filter: brightness(0) invert(1);
}

.wrapper{
	min-height: 100vh;
	position: relative;
	padding-bottom: 120px;
	box-sizing: border-box;
}
.footer{
	background: #212529;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 0;
}	


/* login */
.login .card {
	 max-width: 360px;
	 background-color: #F7F7F7;
	 margin: 80px auto 25px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
	 border-radius: 2px;
	 -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	 -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login .profile-img {
	width:40%;
	height:auto;
	margin:0 auto;
	display:block;
	filter: brightness(0) invert(0.4);
}
