body{  margin: 0; padding: 0; }
@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.navbar-top-links li a {
    padding: 15px;
    
    color: #fff;
}


.navbar-top-links li a:hover {
        padding: 15px;
    /* min-height: 75px; */
    background-color: green;
    color: #ebefee;
}

.btn-default{
	background-color: #ebebeb;
}

.page-header{
background:#f8f9f9; margin-top:0;
}

.navbar {
	margin-bottom: 0;
}

/**********sticker footer***************/
html {
    position: relative;
    min-height: 100%;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: ;
}

/************************************/
.login-panel{

    margin-top: 15%;
}