/* Made with love by Mutiullah Samim*/

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


html,body{
background: url('../images/loginbgv2.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
}


.card{

margin-top: auto;
margin-bottom: auto;
background-color: rgba(2,75,120,0.6) !important;
box-shadow: 0px 0px 20px #018cb9;
}

.btn{font-weight:700;text-transform:uppercase;border:none;border-radius:300px;font-family:'Open Sans','Helvetica Neue',Arial,sans-serif}.btn-xl{padding:1rem 2rem}

.btn-square{border-radius:0px !important; display: block;width: 100%;}

.btn-primary{background-color:#018CB9;border-color:#018CB9}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#018CB9;background-color:#FFDF00!important}.btn-primary:active,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(1,140,185,1)!important;box-shadow:0 0 0 .2rem rgba(1,140,185,1)!important}

.social_icon{
position: absolute;
right: 15px;
top: 5px;
}

.social_icon span{
font-size:40px;
margin-left: 10px;
color: #fff;
}

.social_icon span:hover{
color: #ffdf00;
cursor: pointer;
}

.card-header h3{
color: white;
}

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

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

}
