.custom-login,
.custom-register,
.custom-logout {
    margin-top: 7px;
    background-color: #0073aa;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.custom-login:hover,
.custom-register:hover,
.custom-logout:hover {
    background-color: #005177;
}