/* body
{
    background-color: #1b1b1b;
    padding-top: 40px;
} */
body{
    position: relative;
    background-image: url('../img/common/back01.gif');
    background-repeat:repeat;
    /* font-size: 16px !important; */
    font-family: inherit;
}
.form-signin {
    display: block;
    /* max-width: 280px; */
    padding: 15px;
    margin:100px auto;

  }
.panel-default {
opacity: 0.9;
/*margin-top:30px;*/
}
.input-group-addon
{
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
}

.form-signup input[type="text"],.form-signup input[type="password"] { border: 1px solid rgb(50, 118, 177); }
.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-image: url('../img/common/back01.gif');
    background-repeat:repeat;
  }
.btn_Network a{
    font-size: 14px;
}
/* @media print, screen and (min-width: 768px){

    .logoArea .site_Grouping {
        font-size: 1rem !important;
    }
    .gFooter-Bottom .gFooter-Utility li {
        font-size: 1rem !important;
    }
    .gFooter-Bottom .gFooter-Info .copyright small {
    font-size: 1rem !important;
    }
} */
