@import url("bootstrap.min.css");

@import url("font-awesome.min.css");

@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);


.container-fluid {
    padding: 0;
}

.panel-success>.panel-heading {
    //  background: greenyellow;
}
.panel {
    margin-bottom:0;
    border-radius: 0;
    border: 0px;
}

.panel-heading {
    border-radius: 0;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-bottom: 1px solid green;
}

.panel-body {
    border-radius: 0; 
    background: lightyellow;
    /*          background:  linear-gradient(rgba(255,255,224,.9), rgba(255,255,224,.9)), url(../img/atmalinga.jpg) no-repeat center center;
              background-size: 260px 260px;*/
}

.header{
    /*	position: absolute;
            top: calc(22% - 15px);*/
    //left: calc(66% - 255px);
    z-index: 2;
    //  padding-left: 5px;
}

.header div{
    // float: left;
    color: #73A011;
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 200;
}

.header div span{
    color: orange !important;
}


#copyright-footer {
    border-radius: 0;
    background-color: green;//#dff0d8 !important;
    color: #dff0d8;
    /*    background: #FEF161;
        border-top: 1px solid green;*/
}

.form-control {
    box-shadow: none;
    padding-left: 10px;
    border: 1px solid #DBDBDB;
    height: 40px;
    color: #333;
    border-radius: 0;
}
.btn {
    border-radius: 0;
    min-width: 127px;
    /*    background: #787575;
        color: #FFF;*/
    // margin-left: 8px;
    font-size: 16px;
    padding: 7px 12px;
}

#logindiv {
    margin-top: 5%;
}

#fgpw, #showLL {
    margin-top: 20px;
}

#fgpw a,  #showLL a {
    font-size: 14px;
    color: green;
    text-decoration: none;
}

#panel-footer {
    background: greenyellow;
}
#panel-footer {
    border-radius: 0; 
}


.pv-panel .panel-body {
    min-height: 0px !important;
}