/*
Template Name: Influence Monitoring System
Author: ORYX Lab
Email: m.saad@oryxlab.com
File: login
*/

.loginBody {
    background: #189cd8 url("../images/bg.jpg") no-repeat center top;
    background-size: cover;
    height: 100%;
    padding:0 !important;
    margin:0 !important;
}


.loginBody .card-box {
    background: rgba(24,156,216,0.8);
    border:1px solid #189cd8 ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.loginBody label {
    color:#fff;
}
.text-forget {
    color:#fff;
}
.text-forget:hover {
    color:#fff;
    text-decoration: underline;
}