/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Apr, 2016, 10:37:15 AM
    Author     : Dee
*/


.nexgi_body{
    background: url(../img/Login/bg.jpg);
    background-size: cover;
    font-family: 'Work Sans', sans-serif;
}
.company_info{
    background-color: #3682BB;
    opacity: 0.8;
    min-height: 363px;
}
.company_info > div > h5{
    color: #FFFFFF;
}
.company_info > ul > li{
    color: #FFFFFF;
}
.login_panel{
    background-color: #FFFFFF;
    min-height: 363px;
}
.forgot_panel{
    background-color: #FFFFFF;
    min-height: 363px;
}
.margin_top_20px{
    margin-top:20px;
}
.margin_bottom_20px{
    margin-bottom:20px;
}
.margin_bottom_10px{
    margin-bottom:10px;
}
.text_center{
    text-align:center;
}
.cursor_pointer{
    cursor: pointer;
}
.user_class{
    background: url(../img/Login/Icons/username.png);
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 25px;
    padding-top: 5px;
    background-position: 10px 7px;
    line-height: 2;
    height:40px;
}
.pass_class{
    background: url(../img/Login/Icons/password.png);
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 25px;
    padding-top: 5px;
    background-position: 10px 7px;
    line-height: 2;
    height:40px; 
}
.u_type_class{
    background: url(http://demo.nexibms.in/img/login/icons/user-type.png);
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 25px;
    padding-top: 5px;
    background-position: 10px 7px;
    line-height: 2;
    height:40px;
}
.email_class{
    background: url(http://demo.nexibms.in/img/login/icons/mail.png);
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: 25px;
    padding-top: 5px;
    background-position: 10px 7px;
    line-height: 2;
    height:40px;
}
.custom_drop{
    text-indent: 20px;
}
.login_btn{
    background-color: rgba(54,130,187,0.8);
    color:#FFFFFF;
    height:40px;
}
.login_btn:hover{
    background-color: rgba(54,130,187,1);
    color:#FFFFFF;
    height:40px;
}
.padding_0px{
    padding-left: 0px !important;
}
.forgot_pass{
    color:#3682BB;
}
.hide{
    display: none !important;
}
.multi-branch{
    background: url('http://demo.nexibms.in/img/login/icons/multi-branch.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    line-height: 27px;
    background-size: 25px;
}
.manage-enquiries{
    background: url('http://demo.nexibms.in/img/login/icons/manage-enquiries.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    line-height: 27px;
    background-size: 25px;
}
.reporting{
    background: url('http://demo.nexibms.in/img/login/icons/reporting.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    line-height: 27px;
    background-size: 25px;
}
.fee-tracking{
    background: url('http://demo.nexibms.in/img/login/icons/fee-tracking.png');
    background-repeat: no-repeat;
    text-indent: 40px;
    line-height: 27px;
    background-size: 25px;
}
.heading_text{
    font-size: 20px;
}
.reset_btn{
    background-color: rgba(54,130,187,0.8);
    color:#FFFFFF;
    height:40px;
    width: 50%;
    margin: 0 auto;
    display: block
}
.reset_btn:hover{
    background-color: rgba(54,130,187,1);
    color:#FFFFFF;
    height:40px;
    width: 50%;
    margin: 0 auto;
    display: block
}
.close_reset{
    cursor: pointer;
    float: right;
}
.sad_face_art{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

