/* Made with love by Mutiullah Samim*/

/*@import url('https://fonts.googleapis.com/css?family=Numans');
*/
html,body{
background-image: url('../image/main.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
font-family: 'Calibri', sans-serif;
}

.container{
height: 100%;
align-content: left;
font-size: 16px;
}

.card{
height: auto;
margin-top: auto;
margin-bottom: auto;
width: 900px;
background-color:rgb(230, 230, 230,.8) !important;

}

.social_icon span{
font-size: 60px;
margin-left: 10px;
margin-top: auto;
margin-bottom: auto;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header {
color: #595959;
background-color: #FFC312;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.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;

}
