/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,500;1,600&display=swap');


html,body{
    padding: 0;
    margin: 0;
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
background-image: radial-gradient(rgb(216, 216, 216) 1px,transparent 1px);
background-color: rgb(248, 248, 248);
/* background-repeat: no-repeat; */
background-size: 5px 5px;
/* height: 100%; */
/* font-family: 'Numans', sans-serif; */
font-family: 'Montserrat', sans-serif;
}



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

.card{
    height: 270px;
    margin-top: 260px;
    margin-bottom: auto;
    padding: 12px;
    width: 420px;
    border-radius: 5px;
    background-color: #faf8f7 !important;
    /* box-shadow: 1px 1px 4px grey; */
    filter: drop-shadow(5px 5px 5px rgba(58, 58, 58, 0.2));
    font-family: 'Montserrat', sans-serif;
}


/* .social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
} */

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header{
    background-color: #faf8f7;
}

.card-header h3{
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
}

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

.input-group-prepend span{
    width: 50px;
    background-color: #2b2b2b;
    color: rgb(237, 237, 237);
    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;
}

.form-control{
    background-color: #faf8f7;
}
.login_btn{
    background-color: #2b2b2b;
    color: rgb(237, 237, 237);
    width: 100px;
}

.login_btn:hover{
color: black;
background-color: #faf8f7;
border-color: #303030;
}

.links{
color: white;
}

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