/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

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

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

.card-header{
padding: 0.25em 1em;
}

.card-body{
padding: 0.25em 1em;
	
}
.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.card-header h3{
color: white;
width: 80%;
}

.social_icon{
position: absolute;
right: 20px;
top: -70px;
}

#login-icon{
width: 7rem;
height: auto;
}

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

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

}
.input-group{
    margin-bottom: 10px;
    width: 100%;
}

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

.remember label
{
color: white;
vertical-align: middle;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
margin-left: 10px;
}

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

.links{
color: white;
}

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

.d-flex .flex-column{
width: 50%;
padding: 0.25em 0.75em;
}

.card-footer
{
padding: .25em;
}

.card-footer p{
margin-bottom: 0rem !important;
margin-top: 0.5rem;
color: white;
}

/* 768px */
@media (max-width:48em) {
	p.text-left {
		font-size: 14px;
	}
	.remember label
	{
		font-size: 14px;
	}
	.links a{
		font-size: 14px;
	}
}

/* 576px */
@media (max-width:36em) {
	.d-flex{
		flex-wrap: wrap!important;
	} 
	.d-flex .flex-column{
		width: 100%!important;
		padding: 0.25em 0.75em;
	}

}
/* width: 576px Height: 592px*/
@media (max-width:36em) and (max-height:37em){
	.social_icon{
		top: 0px;
	}
	#login-icon{
		width: 5rem;
	}
}

/* 464px */
@media (max-height:29em){
	.social_icon{
		top: 0px;
	}
	#login-icon{
		width: 5rem;
	}
}
