﻿.logo img {
    height: 50px;
    padding: 2px 15px;
}

.text-success {
    color: #008a8c !important; 
}

.btn-outline-success {
    color: #008a8c !important; 
}
    .btn-outline-success:hover {
        background-color: #008a8c;
        border-color: #008a8c;
        color: white !important;
    }

.badge-success {
    background-color: #008a8c !important;
}
.btn-success {
    background-color: #008a8c !important;
}


