/* Made with love by Mutiullah Samim*/
@import url('https://fonts.googleapis.com/css?family=Numans');

.jumbotron{
	background-image:  linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/images/home-background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Numans', sans-serif;

	/* Center vertical */
	min-height: 100%;  
	min-height: 100vh; 
	display: flex;
	align-items: center;

	margin-bottom: 0;
}

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

.card-info{
	min-height: 200px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: rgba(0, 0, 0, 0.7) !important;
	border-radius: 15px;
}

.card-header{
	color: white;
}

.social_icon{
	position: absolute;
	right: 20px;
	top: 15px;
    height: 50px;
}

.input-group-prepend span{
	width: 50px;
	background-color: #28A745;
	color: black;
	border:0 !important;
}

input:focus{
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

.remember{
	color: white;
}

.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

.links{
	color: white;
}

.links a{
	margin-left: 4px;
}

.fas {
	color: white !important;
}

.alert-login {
	background-color: black;
	color: #FFFFFF;
}

.dagift-txt {
	color: #c4f4c7;
}
