/* Base */
html, body {height: 100%;}
body {font-family: 'Open Sans', sans-serif;font-size: 13px;line-height: 1.6;color: #fff;background-color: #ccc;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;}
a {color: #fff;}
a:hover {color: #fff;transition-property: all;transition-duration: 0.3s;transition-timing-function: linear;}
a.none:hover {text-decoration: none;}

.container{background:#fff;padding-right: 0px;padding-left: 0px;}
.navbar-default {
    background-color: transparent; 
    border-color:transparent; 
}
.navbar { margin-bottom: 0px; }
.navbar-brand img {
    float: left;
    padding-right: 20px;
}
.navbar-brand span {
    display: inline-block;
    padding: 12px 0px 5px;
    font-size: 18px;
    color: #00283a;
}
.navbar-brand small {
    font-size: 12px;
    color: #3b3b3b;
}
.rightlogo {
    margin-right: 20px;
    padding-top: 0px !important;
}
.rightlogo small {
    display: block;
}
style.css:174
.navbar-brand {
    padding: 10px 0px;
    margin-left: -15px;
}
.navbar-brand {
    height: auto;
}

.login{margin-left:10%;margin-bottom:5%; margin-top:5%; margin-right:10%}
  .frm h3{ text-align:center;color:#00283a; color:#eee}
.frm {
    border-top: 5px solid #7cbccb;
    padding: 0% 7% 12% 7%;
    background: #0f1431;
    border-radius: 15px 15px 25px 25px;
}     
    .btn-sbmt:hover{background:#fff;color:#02381e}
.cptha{width:100%; height:40px;}
/* Footer */

#copyright {background: #00283a;color: #ccc;padding: 15px 0;font-size: 12px;}
#copyright p, #copyright ul {margin: 0;font-size: 12px; text-align:center;}
#copyright a {color: #fff;font-size: 12px;}
#copyright a:hover {color: #92c500}
.site-footer li a:hover {color:#92c500;}
ul.big li {float: left;width: 49%;}
ul.big li:nth-child(2n) {margin-left: 2%;}


/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) 
{
 
 .login{margin-left:30%;margin-bottom:6%; margin-top:6%;}
 .cptha{width:100%; height:40px;}
     
      }

@media (min-width:767px)
{
        .navbar-brand span {
    display: inline-block;
    padding: 20px 0px 5px;
    font-size: 30px;
    color: #00283a;
}
.navbar-brand small {
    font-size: 18px;
    color: #3b3b3b;
}
    }
    
    
    .grdheader
    {
        background-image:url("~/BEdPost/IMG/Biha-govtr-logo.png");
        background-position-x:left;
        background-repeat:repeat-x;
        background-position: center center;
        height: 100%;
    }
     
      #grdheader
    {
        background-image:url("~/BEdPost/IMG/backimg.png");
        background-position-x:left;
        background-repeat:repeat-x;
        background-position: center center;
        height: 100%;
    }   
     
 
