/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('../../assets/images/login_bg.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
margin: 0;
}

body{
min-height: 100vh;
}

.container{
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.card{
min-width: 380px;
max-width: 420px;
background-color: rgba(18, 18, 18, 0.85) !important;
border: none;
border-radius: 18px;
}

.card-header{
background: transparent;
color: #ffffff;
padding-bottom: 0;
}

.card-header h1{
font-size: 2rem;
font-weight: 700;
margin-bottom: 0.25rem;
}

.card-header p{
margin-bottom: 1rem;
color: #ced4da;
}

.card-body{
padding: 2rem;
}

.form-group{
margin-bottom: 1rem;
}

.input-group.form-group{
margin-bottom: 1rem;
}

.captcha-image img{
display: block;
max-width: 100%;
height: auto;
border: 1px solid rgba(255,255,255,0.18);
border-radius: 0.35rem;
}

input.form-control{
border-radius: 0.35rem;
}

.login_btn{
color: white;
background-color: #4e73df;
width: 100%;
border-radius: 0.35rem;
font-weight: 600;
}

.login_btn:hover{
color: #4e73df;
background-color: white;
border-color: #4e73df;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #4e73df;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #4e73df;
color: white;
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;
}

.login_btn{
color: white;
background-color: #4e73df;
width: 100px;
}

.login_btn:hover{
color: #4e73df;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}
