#logo{
	max-width: 60px;
}
.navbar {
    min-height: 100px;
}

.panel-heading{
	color:#007078 !important;
	font-size: 20px;
}

.btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle { 
    color: #fff;
    background-color: #007078 !important;
    border-color: #007078 !important;
}
a, .btn-link, .btn-link:focus, .btn-link:hover {
    color: #007078 !important;
}
.btn-link.first{
	margin-left:10px;
	border: 1px solid #007078 !important;
	border-radius: 4px;
	text-decoration:none;
}
.btn-link.forget{
	font-size:12px;
	padding-left:0px;
	margin-top:5px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #007078 !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #007078;
    border-color: #007078;
    cursor: default;
}

.amount{
    color: #007078;
}