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

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


.container-fluid {
    padding: 0;
}

.panel {
    margin-bottom:0;
    border-radius: 0;
    border: 0px;
}

#gp-mastheader {
    border-radius: 0; 
    color: white;
    background-color: #208a06;
    border: 0px;
    border-bottom: 5px solid #208a06; 
    font-size: 28px;
}

.panel-body {
    border-radius: 0; 
    //    background: lightyellow;
    //   background:  linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.6)), url(../img/txt.jpg) no-repeat center left;
    /*background:  linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.95)), url(../img/bg3.jpeg) no-repeat center bottom;*/
    background:  linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.95));
    background-size: fill;


}

@media (max-width: 768px) {
    /*    .panel-body {
            background:  linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.6)), url(../img/gp_logo.jpg) no-repeat center center;
            background-size: cover;
        }*/
}


.btn {
    text-transform: uppercase;
}

.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: 15%;
}

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

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

#panel-footer {
    border-radius: 0;
    background: #06632D;
    color: #BDC038;
}

.input-group {
    margin-bottom: 15px;
    border: 2px solid #e46149;
    border-radius: 2px;
}
.input-group-addon {
    font-size: 20px;
    background: transparent;
    border: 0;
    color: #e46149;
}
.login input[type=text] {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 2px;
    color: #0B652F;
    // font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}
.login input[type=password] {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 2px;
    color: #0B652F;
    //  font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}

.btn {
    border-radius: 0;
    min-width: 127px;
    margin-left: 0px;
    font-size: 16px;
    padding: 7px 12px;
}