/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background: #f2f2f2;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
}
.fs14{
	font-size: 14px;
}
.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
	color: #000;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}
.social_icon a.lg-fb{
	color: #507cc0;
}
.social_icon a.lg-gg{
	color: #df4930;
}
.social_icon a:hover{
	color: #FFF;
}
.input-group-prepend span{
width: 50px;
background-color: #000;
color: #fddc00;
border:0 !important;
}
.form-control:focus{
	border-color: #57b952;
}
.login-btn{
	background: #000;
	color: #fddc00;
	border: 1px solid #000;
}
.login-btn:hover{
	background: #fddc00;
	color: #000;
	border: 1px solid #fddc00;
}
input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}
.clearfix,.clear{
    zoom: 1;
}
.clearfix:after,.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #FFF;
    position: relative;
    top: -11px;
    z-index: 1;
}
.remember{
	color: white;
}

.remember input
{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

.login_btn{
	color: black;
	background-color: #FFC312;
	width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}