﻿.masthead {
  background:#fff;
  padding:5px 0;
}
#footer1 {
     bottom: 0px;
    background: #ee1b2e;
    position: fixed;
    width: 100%;
    padding: 15px 0 9px;
}
.text-muted1 {
    color: #fff;
    font-size:15px;
}
.wrapperbg{
  background: url(../../image/adminbg1.jpg) no-repeat ;
    background-size: cover;
  
    min-height: 600px;
    width: 100%;
    /* overflow: visible; */
    z-index: 9999999;
    position: relative;
  }