@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: white;
    background-color: green;
    border-color: #faebcc;
    border-bottom: 1px solid green;
}

.panel-body {
    border-radius: 0; 
    background: lightyellow;
    background:  linear-gradient(rgba(254,241,97,0), rgba(254,241,97,.6)), url(../img/eduams.jpg) no-repeat left center;
    background-size: contain;
    background-position: 40px;
}

.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: 0px 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: 10%;
}

#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;
}


.input-group-addon {
    font-size: 20px;
    background: #FEF161;
    border: 0;
    color: green;
}

/*.login input[type=text] {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: 2px;
    color: green;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}*/

.input-group {
    margin-bottom: 15px;
    border: 2px solid green;
    border-radius: 2px;
}

#copyright-footer {
    border-radius: 0;
    background: #FEF161;
    border-top: 1px solid green;
    color:#333;
}

#copyright-footer a {
    color:#333;
}