﻿/* =====Login=====*/
body[role="login"] {
    font-family: 'Roboto', sans-serif;
    color: #0e0d0d;
    background-color: #adf0a5;
    /*background-image: url(  '../images/1.jpg' );*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
 [
role="login"] .container
{
    margin-top: 100px;
}
 [
role="login"] .btn-success
{
    background: #76B831;
    border: 1px solid #679F2C;
    float: right;
}
 [
role="login"] label
{
    font-weight: bold;
    color: #000000;
}
.panel-heading
{
    padding: 5px 15px;
}
.form-inline
{
    margin: 5px;
}
.panel-footer
{
    padding: 1px 15px;
    color: #A0A0A0;
}
hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0));
    margin: 5px;
}
.profile-img
{
    margin: 0 auto 10px;
    display: block;
}
.panel-default {
    opacity: .9;
    -webkit-box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 7px 24px 1px rgba(0,0,0,0.45);
    background: #041924 no-repeat scroll 0% 0%;
}
 .text-red{
     color: #f70707 !important;
 }
 .text-white{
     color: #fff !important;
 }
 .text-black{
     color: #000 !important;
 }
/*Modal update progress starts*/
.modalProgress {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 84px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerProgress img {
        height: 62px;
        width: 62px;
    }

/*Modal update progress ends*/

