body{font-family: 'Lato', sans-serif;
background-color:#ff6600;
/*background-image: url('../images/loginbg.png');
background-size: contain;
background-repeat: no-repeat;
background-position:center center;*/
height: 100%;
}
html{font-family: 'Lato', sans-serif;

height: 100%;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: auto;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.18);
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}
i.fa.fa-facebook-square {
    color: #3b5998;
}
.card-header h3 {
    color: #ff6600;
    text-align: center;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    margin: 0px;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.input-group-prepend span{
width: 50px;
    background-color: #fff;
    color: #ff6600;
    border: 0 !important;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    padding-top: 5px;
    line-height: normal;
    box-sizing: border-box;
}

input:focus{
outline:none  !important;
box-shadow: 0 0 0 0 !important;
border:1px solid #ff6600 !important;
}

.remember {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
}
.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px; background-color : #fff !important;
}
.remember input:focus
{
 background-color : #fff !important;
}

.login_btn{
color: #fff;
background-color: #ff6600;
width: 100px;
}

.login_btn:hover{
color: #fff;
background-color: #363636;
}

.links{
color: #363636;
}

.links a{
margin-left: 4px;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    color: #363636;
}